MyBB Community Forums

Full Version: Add a "mark all forums read" to search results page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add "Mark All Forums Read" to any search result page.

Using <a href="misc.php?action=markread"> results in an Authorization Code Mismatch.

Any ideas?
<a href="misc.php?action=markread&my_post_key={$mybb->post_code}">Mark All Forums Read</a> should work.