The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I add Search box to my navbar / header to my site
The search bar (search box) that vbulletin.org uses between the header and navbar is great. I have searched through this site and the main site and have not found how to add this to mine. Can someone point me in the right direction?? Thanks! -Z
--------------- Added [DATE]1200282774[/DATE] at [TIME]1200282774[/TIME] --------------- does vbulletin.org have a list of their installed mods? I have been hunting around and cannot locate anything. Maybe a sticky somewhere??? |
#2
|
|||
|
|||
Would also like to know.
|
#3
|
|||
|
|||
That is a custom modification created by the admins here at vb.org, they are not publicly released.
You can view the page source code and get a general idea on what to do, i dont recall them ever disallowing the use of their code, not even for the tab'd style. |
#4
|
|||
|
|||
They should release the code for that search box, its pretty nifty.
|
#5
|
|||
|
|||
Check out my screenshot
Here is the code of what I did: Code:
<table border="0" width="100%"> <tr><!-- Row 1 --> <td> <center> <!--searchSTART --> <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="" /> <input type="text" class="alt1" name="query" size="40" onfocus="this.value=''" value="$vbphrase[srechercher_defaut]" /> <input type="submit" class="button" value="Search CPS KB" style="vertical-align: middle;"/> </form> <!--searchEND--> </td><!-- Col 1 --></center> <!--Google Start--> <td> <center> <form method="get" action="http://www.google.com/custom" target="google_window"> <table bgcolor="#ffffff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <label for="sbi" style="display: none">Enter your search terms</label> <input type="text" name="q" size="40" maxlength="255" value="" id="sbi"></input> <label for="sbb" style="display: none">Submit search form</label> <input type="submit" name="sa" value="Google It" id="sbb"></input> <input type="hidden" name="client" value="pub-2949812222115590"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="ISO-8859-1"></input> <input type="hidden" name="oe" value="ISO-8859-1"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input> <input type="hidden" name="hl" value="en"></input> </td></tr></table> </form> <!-- Google END --> </td><!-- Col 2 --></center> </tr> </table> |
#6
|
|||
|
|||
I released this as a mod a while back:
https://vborg.vbsupport.ru/showthread.php?t=147076 It's unsupported now, as I don't have much time to really hack around anymore. |
#7
|
|||
|
|||
I found a lot of mods that had it up in the header and/or in the navbar. I just wanted a standalone, simple search box. No drop downs, no options, just search.
I use vbulletin for an in-house knowledge_base. My users are "not so computer literate" I have to dumb things down to one step before *simple* I used to run a football_forum back in the 2.x days, and had a similar search bar. |
#8
|
|||
|
|||
Quote:
Working on my site. www.musclemecca.com |
#9
|
|||
|
|||
Quote:
--------------- Added [DATE]1200394550[/DATE] at [TIME]1200394550[/TIME] --------------- I made a slight change to my search box to make it stand out (and more easily recognizable against a white background) locate the following style code, and add the bold: Code:
<input type="text" class="alt1" name="query" size="40" style="background-color:#FFFF66;" onfocus="this.value=''" value="$vbphrase[srechercher_defaut]" /> |
#10
|
|||
|
|||
The above adition will change the backround color of the searchbox to a pale yellow. A
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|