The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Your submission could not be processed because a security token was missing.
I know this problem has been discussed many times all over and I have followed every example of resolving it and so far I have updated every mod all templates and I still have this issue.
It only happens on the Navbar quick search, the advanced search works perfect. If you have any idea or have seen this please point me in the rihgt direction this is pretty frustrating. |
#2
|
||||
|
||||
You need to edit the navbar template.
Look for: Code:
<form action="search.php?do=process" method="post"> Code:
<input type="hidden" name="do" value="process" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="childforums" value="1" /> <input type="hidden" name="exactname" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div> |
#3
|
||||
|
||||
If the above does not work, create a new style (with no parent set), and try on this style. Confirm that it works fine on this style.
|
#4
|
|||
|
|||
or do like I did and fix the code in the footer of your style. That's what did it for me.
|
#5
|
|||
|
|||
thanks tiger, i had over a month with that error and was driving me insane
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|