in forumhome_forumbit_level2_post
find
Quote:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
|
replace with
Quote:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum['link']">target="_blank"</if>
><strong>$forum[title]</strong></a>
|
This will make the link open in a new window from forumdisplay.php
in forumhome_subforumbit_nopost change to the following
Quote:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum['link']">target="_blank"</if>
>$forum[title]</a>
|
This will make the link open in a new window from forumhome or the index page