2012-05-13, 08:12 PM
(2012-05-13, 08:10 PM)euantor Wrote: [ -> ]Ok, I've fixed it for you. For reference, I edited the forumdisplay_threadlist template. TO fix it, I looked for this:
<a href="misc.php?action=markread&fid={$fid}">{$lang->markforum_read}</a>
and replaced it with this:
<a href="misc.php?action=markread&fid={$fid}&my_post_key={$mybb->post_code}">{$lang->markforum_read}</a>
Thank you SO much!! I don't think I'd ever have understood that from the sticky... but I suppose it's only for people who know some php