The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
security token in mark read forums
After upgrading to 3.8.5 i'm getting this error when i try to mark all my forums read
any ideas? Thanks in advance |
#2
|
||||
|
||||
This is not a bug. Is this code in your templates?
Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a> |
#3
|
|||
|
|||
did you fix this issue at all ?
ive got the same error in my mark forums read link in the top navbar after upgrading to vb 3.8.5, i have reverted the forumhome template but ime not that good with vbull yet to figure out wot edits i need to do to correct this security token error Doh! if anyone can give me a pointer it would be much appreciated. PS. ive turned of the plugin/ hook system but so i no its not down to a mod ive installed. |
#4
|
||||
|
||||
Did you add the code I supplied above in the Forum Home Template??
|
#5
|
||||
|
||||
Speysider,
Where should it be place within that template? TIA. Same thing is happening on my board. On edit: This was in the template: <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> Should I just replace it with your code? |
#6
|
||||
|
||||
Replace that with my code.
|
#7
|
||||
|
||||
It worked but only on the "Mark all Forums" at the bottom of the forumhome. However I replaced your code in the navbar's "Mark Read" and I'm still getting the error. |
#8
|
||||
|
||||
FORUMHOME: Code I gave above.
Navbar (two instances): Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow"> |
#9
|
|||
|
|||
same i got that error on my forum too, when i upgrade to vb3.8.5
|
#10
|
||||
|
||||
Did you even look at my posts?? It states quite clearly you need to replace the mark read codes with the ones I've provided.
Please actually read the replies than just ignoring them. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|