MyBB Community Forums

Full Version: Mark All Forums Read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I put a "Mark All Forums Read" link in the right side of the .thead in the board index?

This is the link, but where to put it?
http://www.7173mustangs.com/misc.php?action=markread
Hmmm...I'm surprised no one has done this? Seems like a simple edit, I just can't figure out were to add it. Huh
Put it in the index_boardstats template.

Find:
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>

Add after (or replace with, depending on your preference):
<div class="float_right"><a href="misc.php?action=markread">{$lang->markread}</a></div>