MyBB Community Forums

Full Version: Mark forum read not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

The function "Mark All Forums Read" isn't working.

The forum is: http://forumansion.com running latest release.
http://community.mybb.com/thread-93072.html

Why they haven't updated MyBB yet to fix this idk.
So replace what with
misc.php?action=markread&my_post_key={$mybb->post_code}
?
Open the templates that are using this link, e.g. index_boardstats and Search for;
<a href="misc.php?action=markread">{$lang->markread}</a> |
and Change it to;
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |

You've to do this same with templates that are using such link(s).
(2011-04-30, 01:42 AM)lucasbytegenius Wrote: [ -> ]http://community.mybb.com/thread-93072.html

Why they haven't updated MyBB yet to fix this idk.

Er, what?? You do realise the sole reason people have this problem is because they didn't follow the upgrade instructions properly, right...?? The upgrade announcement blog post said to check the Find Updated Templates section of the ACP for changed templates, and we even provided a file of manual template changes for people. If people didn't follow these instructions and make these changes, how is that something we're supposed to 'fix'...??