Back to vBulletin 3.6 Template Modifications

Show "Mark forum read" link below threadlist
Mod Version: 1.00, by Robi_Kenobi

This modification is in the archives.
vB Version: 3.6.7 Rating: (1 vote - 4.00 average) Installs: 2
Released: 28 Sep 2007 Last Update: Never Downloads: 4
Not Supported Template Edits  

On the forum homepage in Vbulletin you can find the option "Mark all Forums as read" below the forumlist.

I though that could be usefull in every subforum too, so you can browse through them and mark them as read if finished. So i just made a little Template Edit that makes a new Line below the threadlist and places the option "Mark Forum Read" from the dropdown menu there.

What it does:
Places a "mark forum read" link unter the threadlist in each forum.

Instructions:

In Template FORUMDISPLAY find:

PHP Code:
<!-- controls below thread list --> 
add below:

PHP Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
thead>
    <
tr align="center">
      <
td class="thead">
<
a href="forumdisplay.php?$session[sessionurl]do=markread&f=$foruminfo[forumid]rel="nofollow" onclick="return mark_forum_read($foruminfo[forumid]);">$vbphrase[mark_this_forum_read]</a>
</
td>
    </
tr>
</
thead>
</
table

Download

No files for download.

Similar Mods

[HowTo] [3.0.0] Place and optimize the "Mark Forums Read - View Forum Leaders" bar. vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024