The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
External Search?
What I want to do is put a search bar on my homepage, Its not part of vbulletin so when I try to search it gives me
Code:
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. Code:
<form action="http://*****.com/forums/search.php?do=process" method="post"> <input name="do" value="process" type="hidden"> <input name="quicksearch" value="1" type="hidden"> <input name="childforums" value="1" type="hidden"> <input name="exactname" value="1" type="hidden"> <input name="s" value="" type="hidden"> <input name="securitytoken" value="http://*****.com/forums/$bbuserinfo[securitytoken]" type="hidden"> <div><input class="bginput" name="query" size="25" tabindex="1001" type="text"><input class="button" value="Go" tabindex="1004" type="submit"></div> </form> |
#2
|
|||
|
|||
If that code isn't in a template then maybe try just taking out the <input name="securitytoken".... line altogether.
|
#3
|
||||
|
||||
Still does not work,
Anything else? Any other ideas like iFrame either? |
#4
|
|||
|
|||
Oh...maybe take out the <input name="s"... line as well? I think that's another name for the security token. I think it should work without one if you have cookies enabled.
|
#5
|
||||
|
||||
Still same error message,
Tried removing both lines also and same message too, I've searched and found this: Code:
http://www.yoursite.com/forum/search.php?do=process&query=searchword Code:
<form action="http://www.yoursite.com/forum/search.php?do=process&query=searchword" method="post"> <input name="do" value="process" type="hidden"> <input name="quicksearch" value="1" type="hidden"> <input name="childforums" value="1" type="hidden"> <input name="exactname" value="1" type="hidden"> <div><input class="bginput" name="query" size="25" tabindex="1001" type="text"><input class="button" value="Go" tabindex="1004" type="submit"></div> </form> Code:
http://www.yoursite.com/forum/search.php?do=process&query=searchword |
#6
|
||||
|
||||
Do you want to search within your forum or externally?
|
#7
|
||||
|
||||
I basically want to do this.
I've created a homepage (NOT VBULLETIN) I Have a search bar on that, I Want to make that search to forum! Does that make sense enough? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|