Helpful Information
 
 
Category: vBulletin 3.8 Template Modifications
Forum Home Enhancements - Mark Forums Read from New Posts page

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:


<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:


<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>

Thanks, I've had users requesting this function!

very handy, thanks

thaks

My users were begging for this option. Glad to be able to share it with you guys!

Life saver! Had 4 pages of posts...whew!

thanks,

Nice :) Thanks.

Thanks, works fine on VB 3.8.6. :)

awesome, thanks










privacy (GDPR)