It's a simple Template Edit:
ADD on the Top of Template forumhome_forumbit_level2_post
Code:
<if condition="!$forum['link']">
ADD to the Bottom of it
Code:
<else />
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td class="alt1Active" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
</td>
</tr>
</if>
Btw: I also have a Link to my Gallery as a Forum, but I made it so the New Posts Indicator works, Column Threads shows the Number of Images Images, Column Replies shows the Number of Comments/Replies and Last Post shows the Last Comment/Reply