The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I added search form to side column which show on all my pages: <form method="get" action="search.php"> <input type="text" name="q" size="25" maxlength="255" value="" /> <br style="line-height:5px" /> <input type="submit" value="Search" /> </form> But this form take users to Search Forums: /forums/search.php?q=free and I need form or code which will show the results after the search. Please help. Thank you. |
#2
|
|||
|
|||
![]()
Try adding the following to the form:
Code:
<input type="hidden" name="do" value="process" /> |
#3
|
|||
|
|||
![]()
Its working...:up: Thank you very much.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|