Quote:
Originally Posted by Schnee
Has anyone been able to deal with the changes in 3.8.5 that have broken some things?
They said to find this:
Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread rel="nofollow">$vbphrase[mark_forums_read]</a>
and replace it with this:
Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a>
and this bit of code?
Code:
$forumhome_markread_script
for starters....
And none of that is in the forumhome template and I do not know where to put it.
I hope someone else has encountered this and I am not the only lone ranger who has not upgraded to 4.0
update:
found the code in forumhome tabbed. still working through it.
|
Is it working properly for you now? I might have to take a look into 3.8.5 and see if there are any more updates that need to be made.