3.5.8
In the header find ..
HTML Code:
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
And replaced with
HTML Code:
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a></td></tr>
No changes in navbar needs to be done with this template..
In your forumhome template, find the following code:
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread rel="nofollow">$vbphrase[mark_forums_read]</a>
And replaced with
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a>..
read more:
http://www.vbulletin.com/forum/showt...Bulletin-3.8.5
If this helped anybody please say thanks, so I know I didn't waste my time..