The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am running vBulletin 3.8.5. When a user clicks on "Quick Links" and then on "Mark Forums Read", they get the following error.
Code:
Your submission could not be processed because a security token was invalid. I would revert a template if I only knew which one to revert. Ideas? |
#2
|
|||
|
|||
![]() Quote:
In the navbar template look for Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread rel="nofollow">$vbphrase[mark_forums_read]</a> Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a> |
#3
|
|||
|
|||
![]()
That fixed it. Thank you
|
#4
|
|||
|
|||
![]() |
#5
|
|||
|
|||
![]()
I had this problem as well. There is another "Mark Forums Read" link in the FORUMHOME template, which was the main one I was using.
I replaced (adding the markreadhash) Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|