Log in

View Full Version : how to remove bar from bottom of forums (mark forums read, etc)


sr5878
02-01-2006, 09:14 PM
hey, completely new to vB, hopin' someone could help me out.

i made a forum and i'd like to remove that bar since no one uses it, and it looks pretty bad with my current theme. i only know basic php, and vB's code is completely foreign to me... is there a way to remove it? if so, can someone tell me which php file to edit and what to remove?

thanks!

Marco van Herwaarden
02-01-2006, 09:28 PM
Not test, but edit your FORUMHOME template. Search for the following code and remove it:

<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
<if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
<a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>

Paul M
02-01-2006, 09:37 PM
I would be surprised if no one uses the showgroups link. No one seems to use the mark as read link because it's quicker and better to use the one in Quick Links.

sr5878
02-01-2006, 09:49 PM
sorry again for my total lack of competence, but where exactly is the forumhome template? man i'm a dumbass, sorry!

edit: found it! thanks for your help