The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm getting this error on my forums for only 2 things poll on the homepage and the drop down search in my navbar. I have done tons of browsing on this error issue and I can't seem to find anything that pertains to my error.
When you vote through the actual forum, it works, but the search still doesn't in the navbar. I'm using VB_CMPS, vbExperience and a few other modifications... but nothing but the poll on the side and the drop down search is having the problems. website is snappyswaps.com and a test login for anyone who might be able to help is: leader1 = user password = password. --------------- Added [DATE]1275669261[/DATE] at [TIME]1275669261[/TIME] --------------- btw I have input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" in every single template still is giving me token errors. |
#2
|
||||
|
||||
![]()
If it's a link giving you problems, then you are missing the security token in your link.
|
#3
|
|||
|
|||
![]()
What does that mean? It's all form based if you are insinuating that it's just a plain link.
|
#4
|
||||
|
||||
![]()
You need to include a security token hash in your link outputs. If they are not there, you will definitely get Security Token Missing errors.
|
#5
|
|||
|
|||
![]()
Hi,
If you upgraded and haven't reverted templates you've modified, you will probably get these errors. Most forms have a security token field, which they didn't have in earlier versions of vBulletin 3, plus the regular hyperlinks have a securitytoken value. Double check your submissions. |
#6
|
|||
|
|||
![]()
use this code for the securitytoken
HTML Code:
value="$bbuserinfo[securitytoken]" HTML Code:
value="$session[sessionhash]" |
#7
|
|||
|
|||
![]()
All of my code includes value="$bbuserinfo[securitytoken]" and i'm still getting errors. Can anyone answer what would cause this?
|
#8
|
|||
|
|||
![]()
you should post your full code or no one can help you.
there have to be a mistake in the code |
#9
|
||||
|
||||
![]()
A link to your site would help along with you telling us exactly how to get the error.
Have you tried a totally default style - Create a new style with no parent:
|
#10
|
|||
|
|||
![]()
www.snappyswaps.com
I don't have a default template installed, i just have the one template thats currently on there. here is a sample of my code: PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|