I would like for videos and photos to open in a new tab instead of the same window. Not from the menu, but the actual video itself. I'm guessing that I need to insert target="_blank somewhere, but where?
I would like for videos and photos to open in a new tab instead of the same window. Not from the menu, but the actual video itself. I'm guessing that I need to insert target="_blank somewhere, but where? |
for videos: modules/boonex/videos/templates/base/thumb.html <div class="sys_file_search_pic" style="background-image: url('__imgUrl__');"> For Photos: modules/boonex/photos/templates/base/thumb.html <div class="sys_file_search_pic bx_photos_file_search_pic" style="background-image: url('__imgUrl__');">
add items in red caredesign.net |
Yes! My site is getting better everyday thanks to my awesome people on the boonex forums! Thank you! |
What about members? I can't find the member's module to do the same thing. Members is important. |
What about members? I can't find the member's module to do the same thing. Members is important. Not positive if this is what you're looking for- Perhaps thumbnail_single.html and thumbnail_couple.html ? /public_html/templates/base /public_html/templates/tmpl_alt /public_html/templates/tmpl_YOUR-TEMPLATE ??? |
What about members? I can't find the member's module to do the same thing. Members is important. Not positive if this is what you're looking for- Perhaps thumbnail_single.html and thumbnail_couple.html ? /public_html/templates/base /public_html/templates/tmpl_alt /public_html/templates/tmpl_YOUR-TEMPLATE ??? Yes that is it. Thanks it works! Now when my members search for other members, they don't need to press the back button to return to the search. Makes it easier, I think. |
cool dealio |