The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Searchbar in the header
Hey there!
I want to have a search bar, just a regular input box, so people can search. I already have everything setup. My current coding: Code:
<form action="search.php?do=process" method="post" name="vbform" id="searchform"> <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="process" /> <input type="hidden" name="searchthreadid" value="1" /> <input size="29" class="searchbar_input" /> </form> |
#2
|
|||
|
|||
Try this?
Code:
<form action="search.php?do=process" method="post"> <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 style="width: 178px; padding: 1px; height: 13px; font-family: Verdana; font-size: 10px; color: #000000; border: 1px solid #CCCCCC;" type="text" name="query" size="25" tabindex="1001" /> <input TYPE="IMAGE" src="images/go.png" value="Go" name="Go" tabindex="1004" /> </form> |
#3
|
||||
|
||||
It seems to be a general search though right? Its not by title is it? Is there a way to do that? But other than that, it works fine.
|
#4
|
||||
|
||||
Im going to bump this because Id really like to know how to have just a search and go button that automatically goes to search for thread titles, not in posts, just keywords in the thread titles.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|