Jake Bunce
Mon 27th Sep '04, 5:22pm
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level2_post
Find this code and add the red code:
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum[link]">target="_blank"</if>><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.
Find this code and add the red code:
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum[link]">target="_blank"</if>><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.