The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search Box in NavBar?
Anyone know how to easily create a search box directly into the NavBar? instead of a text link called "Search", want a text input box with "search" next to it?
Any ideas on this? |
#2
|
|||
|
|||
Code:
<form action="http://www.yoursite.com/search.php" method="post"> <input type="text" class="bginput" style="font-size: 11px" name="query" value="Search" onFocus="if (this.value == 'Search') this.value = '';" /> <input type="submit" class="button" value="Go" /> <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> </form> This should work. |
#3
|
|||
|
|||
This worked very well... I added the following to specify the width of the search box.
style="width:210px;" |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|