The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search Form on Non-VBulletin Page How-To?
The below code works great for guests, but what is the code to get it to work if you're logged in (and/or not logged in)? It appears to be an issue with the securitytoken, receiving this message if logged in: Your submission could not be processed because you have logged in since the previous page was loaded.
CODE WORKS GREAT, EXCEPT IF LOGGED IN: =========== <form action="/forums/search.php?do=process" method="post"> <div> <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="" /> <input type="text" id="query" name="query" tabindex="1001" class="text" /> <input type="submit" class="button" tabindex="1004" value="Search Forums" class="searchbut" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="showposts" value="1" id="rb_nb_sp0" tabindex="1002" /> </div> </form> ====== Thanks for any feedback you can provide. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|