MyBB Community Forums

Full Version: Mark This Forum Read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just wondering if "Mark This Forum Read" and "Mark All Forums Read" are both fixable with the same solution. My only worry is it'll mark all the forums read and not just the selected one if I apply the "Mark All Forums Read" fix to this problem.
Why would you think it would do that...?? Undecided What 'fix' are you referring to exactly?? The post key thing for the authorization code mismatch error?? You just need to add the post code bit to the end, not change any part of the URL, just add an extra bit to the end, it won't change what it does.
What problem do you have? That you get "Authorization code mismatch" error?

In template 'forumdisplay_threadlist', search for:
misc.php?action=markread&fid={$fid}
and change it to:
misc.php?action=markread&fid={$fid}{$post_code_string}

In 'index_boardstats', search for:
misc.php?action=markread
and change to:
misc.php?action=markread{$post_code_string}