Back to vBulletin 4.x Template Modifications

Forum Links In New Tabs
Mod Version: 1.00, by borbole

vB Version: 4.0.5 Rating: (2 votes - 5.00 average) Installs: 18
Released: 09 Aug 2010 Last Update: Never Downloads: 0
Not Supported Template Edits  

This will make that all the forums that you will turn into redirected links, to open in a new window.

At forumhome_forumbit_level2_post template, find the following code:

HTML Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
And replace it with:

HTML Code:
<vb:if condition="$forum['link']">
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}" target="_blank">{vb:raw forum.title}</a></h2>
<vb:else />
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
</vb:if>

Download

No files for download.

Similar Mods

Open Forum Links in a New Window vBulletin 3.5 Template Modifications
Only External Links Open in New Windows vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024