MyBB Community Forums

Full Version: mark all forums read button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to add a button to mark all forums read
here: http://i.imgur.com/zqumBjK.jpg
Add the following to your header_welcomeblock_member template.

<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a>
(2013-02-03, 07:26 PM)pandaa Wrote: [ -> ]Add the following to your header_welcomeblock_member template.

<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a>

thanks
Hey, I wonder this too !
I am using the theme "Apart1" that looks familiar to the one as this thread started.

I found this template and I tried put in the code under the <ul class="menu user_links"> where I have all those "view new post" etc.
But I ain't getting anything on there :/ the code ain't working for me.