Log in

View Full Version : Forum Home Enhancements - Moving Mark As Read & View Forum Leaders Below What's Going On


metalguy639
02-01-2010, 10:00 PM
THIS TEMPLATE EDIT BROUGHT TO YOU BY:

https://vborg.vbsupport.ru/
www.skinsnstyles.com (http://www.skinsnstyles.com)

This is a simple template edit to move the View Forum Leaders & Mark Forums Read links to below the What's Going Box (Check the screen shots below).

CLICK INSTALLED TO GET SUPPORT FOR THIS ADD-ON. IF YOU DO NOT CLICK INSTALLED I CANNOT HELP YOU.

For vBulletin 3.8.4 P2 (Currently not tested on other versions, but I'm pretty sure that it will work on them.)

Templates Edited: FORUMHOME
Time: 5 Minutes

----------------------------------------------------------------------------------

INSTRUCTIONS:

*****ALWAYS BACK UP YOUR TEMPLATE - SAVE IT IN A TEXT FILE BY COPYING IT AND PASTING IT INTO THE TEXT FILE ESPECIALLY IF YOU HAVE ALREADY MODIFIED THIS TEMPLATE!!!*******

1. Login to your vBulletin admincp.
2. Scroll down and find your Styles & Templates>Manage Styles - click on it to open.
3. Find the style you want to make this edit to on the right side of your screen. Click the drop down to the far right and choose "Edit Templates"
4. Scroll down and find the >>Forum Home Templates click on it, then double click on the FORUMHOME template.
5. Find:

<tbody>
<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]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>
</tbody>

And Delete it.

6. Now Find:

$template_hook[forumhome_wgo_pos5]

And replace it with this:

<tbody>
<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]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>
</tbody>
$template_hook[forumhome_wgo_pos5]

7. Save the template and check it.

metalguy639
02-02-2010, 11:22 PM
*****reserved****

panosha
01-09-2011, 04:12 PM
Thank you, works fine on VB 3.8.6. :)

metalguy639
01-09-2011, 07:08 PM
Thanks no problem. :)