The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Forums Read" - security token screw up
Users are getting this message when they try to mark forums read from Quick Links:
"Your submission could not be processed because a security token was invalid. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error." Has anyone been here? Cheers! |
#2
|
||||
|
||||
There's some bits of code missing from that style. What version of vBulletin are you running? Does this happen in the default style as well?
I had this quite a bit when I tried to use a style that was from a much older version of vB than I had, took me a lunation to get all the spots where this security token issue comes up, but I did get it figured out. But to help you, I do need further information. |
#3
|
|||
|
|||
Hi Max,
I'm using 3.8, and it doesn't happen with the default style. Thanks for getting involved! --------------- Added [DATE]1324079886[/DATE] at [TIME]1324079886[/TIME] --------------- 3.8.7 to be precise. |
#4
|
||||
|
||||
Okay... The style you're having this happen with is missing some needed code, and vBulletin is actually nice enough to fix it for you.
On main page of adminCP there should be alerts about this, out of date style templates. You'll see links there for you to click to update these templates. This should fix the "security token" problem for you. Can we have a link to your board, to the style that is giving you the problems so we can look at the sourcecode? |
#5
|
|||
|
|||
Hmm, I think I reverted all templates as instructed on that admin page. Problem still seems to exist. The board is http:/www.screenwritinggoldmine.com/forum
|
#6
|
||||
|
||||
"Not Found" error on the link you gave.
|
#7
|
|||
|
|||
|
#8
|
||||
|
||||
I was able to Mark Forums Read without any trouble as a visitor, I could see that part of the code was correct as well, when I checked source code. Do you have a test account I can log in to so I can try it from quick links? If so PM me the details.
Here's the code you need to have for the "Mark Forums Read" in Quick Links: Code:
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a></td> |
#9
|
|||
|
|||
Can you see the "Quick Links" menu item as a visitor? It doesn't show for me. Are you using the black and gold template? It's the "Default Style" in the footer.
I'll set you up a test AC and pm you the pw. |
#10
|
||||
|
||||
See my edit in post #8 above for what I believe is missing code for you.
Find and replace, in NAVBAR template: Find: Code:
<div class="vbmenu_popup" id="usercptools_menu" style="display:none;margin-top:3px" align="left"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Quick Links</td></tr> <tr><td class="vbmenu_option"><a href="search.php?do=getdaily">Today's Posts</a></td></tr> <tr><td class="vbmenu_option"><a href="forumdisplay.php?do=markread">Mark Forums Read</a></td></tr> Code:
<div class="vbmenu_popup" id="usercptools_menu" style="display:none;margin-top:3px" align="left"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Quick Links</td></tr> <tr><td class="vbmenu_option"><a href="search.php?do=getdaily">Today's Posts</a></td></tr> <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a></td></tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|