If I do not mistake have to edit custom templates this way;
on top add:
Code:
<if condition="$forum['link']">
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" colspan="4">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" target="_blank"><strong>$forum[title]</strong></a></td>
</tr>
<else />
and on the bottom add: