How To Make "Link" Forums Open In A New Window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    How To Make "Link" Forums Open In A New Window

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level2_post

    Find this code and add the red code:

    Code:
    		<div>
    			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" [color=red]<if condition="$forum[link]">target="_blank"</if>[/color]><strong>$forum[title]</strong></a>
    			<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
    		</div>
    Make a similar change to the forumhome_forumbit_level1_post template.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...