Back to vBulletin 3.8 Template Modifications

Mark Forums Read from New Posts page
Mod Version: 1.00, by nascartr

vB Version: 3.8.x Rating: (5 votes - 4.80 average) Installs: 21
Released: 22 Dec 2008 Last Update: Never Downloads: 1
Not Supported Template Edits Re-usable Code Translations  

Sorry if this has already been posted. I am not aware of any other modification such as this.

This template edit will allow members to click 'Mark Forums Read' from any search result page including but not limited to the New Posts page.

Now, when members are done with the threads they want to see, they can easily mark all posts read and be taken back to the main forum page.


In 'search_results' template

find:

Code:
<td class="tfoot" colspan="$threadcolspan" align="$stylevar[right]">
<if condition="$show['results']">
<span class="smallfont"><phrase 1="$first" 2="$last" 3="$numitems">$vbphrase[showing_results_x_to_y_of_z]</phrase></span>
<else />
&nbsp;
</if>
</td>
replace with:

Code:
<td class="tfoot" colspan="$threadcolspan" align="$stylevar[right]">
        <if condition="$show['results']">
        <span class="smallfont"><phrase 1="$first" 2="$last" 3="$numitems">$vbphrase[showing_results_x_to_y_of_z]</phrase></span>&nbsp;
<span class="smallfont"><a href="forumdisplay.php?$session[sessionurl]do=markread&amp;markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a></span>
        <else />
        &nbsp;
</if>
    </td>

Download

No files for download.

Screenshots

Click image for larger version
Name:	newposts.jpg
Views:	542
Size:	60.4 KB
ID:	90972  

Similar Mods

Skip a Forums New Posts - Add "Mark Forum Read" to New Posts search vBulletin 3.5 Add-ons
Miscellaneous Hacks Mark Forums Read from Search Results vBulletin 3.6 Template Modifications
Release 0.1 Mark Forum Read/Mark All Read from database hack vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024