how to make videos and photos open in a new tab?

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?

Quote · 12 Oct 2013

for videos:

modules/boonex/videos/templates/base/thumb.html

<div class="sys_file_search_pic" style="background-image: url('__imgUrl__');">
    <bx_if:admin>
        <div class="bx_sys_unit_checkbox">
            <input type="checkbox" name="entry[]" value="__id__"/>
        </div>
    </bx_if:admin>
    <a href="__fileLink__" target="_blank"><img src="__spacer__"></a>
    <div class="bx_videos_search_size">__size__</div>
</div>

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__');">
    <bx_if:admin>
        <div class="bx_sys_unit_checkbox">
            <input type="checkbox" name="entry[]" value="__id__"/>
        </div>
    </bx_if:admin>
    <a href="__fileLink__" target="_blank"><img src="__spacer__"></a>
</div>

 

add items in red

caredesign.net
Quote · 13 Oct 2013

Yes! My site is getting better everyday thanks to my awesome people on the boonex forums! Thank you!

Quote · 13 Oct 2013

What about members? I can't find the member's module to do the same thing. 

Members is important.

Quote · 13 Oct 2013

 

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

???

Quote · 13 Oct 2013

 

 

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.

Quote · 13 Oct 2013

cool dealio Laughing

Quote · 14 Oct 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.