PDA

View Full Version : Forum Home Enhancements - Mark Forums Read from New Posts page


nascartr
12-21-2008, 10:00 PM
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>

ecurbh
01-17-2009, 02:42 PM
Thanks, I've had users requesting this function!

paintballer.ie
03-01-2009, 08:50 PM
very handy, thanks

gexain
03-01-2009, 10:27 PM
thaks

nascartr
03-01-2009, 10:57 PM
My users were begging for this option. Glad to be able to share it with you guys!

forum4
05-23-2009, 08:34 PM
Life saver! Had 4 pages of posts...whew!

lm3a.net
05-24-2009, 04:52 AM
thanks,

Kosmic1
01-12-2010, 11:57 AM
Nice :) Thanks.

panosha
01-09-2011, 04:33 PM
Thanks, works fine on VB 3.8.6. :)

Nook_Neformat
04-20-2011, 10:55 AM
awesome, thanks