The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Google search box
Hi, i've looked and i can't find it. Could someone please tell me where to find the hack where a google search box is on every page such as the example attached.
Thanks. |
#2
|
||||
|
||||
That seems like a custom adsense search something you would add near your navbar template
Code:
<style type="text/css"> @import url(http://www.google.com/cse/api/branding.css); </style> <div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000"> <div class="cse-branding-form"> <form action="http://www.google.com/cse" id="cse-search-box" target="_blank"> <div> <input type="hidden" name="cx" value="partner-pub-1699245511152881:s9hu62t33yo" /> <input type="hidden" name="ie" value="ISO-8859-1" /> <input type="text" name="q" size="30" /> <input type="submit" name="sa" value="Search" /> </div> </form> </div> <div class="cse-branding-logo"> <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" /> </div> <div class="cse-branding-text"> Custom Search </div> </div> |
#3
|
|||
|
|||
Thanks shazz, i'll try it out.
--------------- Added [DATE]1216329471[/DATE] at [TIME]1216329471[/TIME] --------------- This works a treat. Code copied to bottom of navbar template. Thank you shazz. --------------- Added [DATE]1216331866[/DATE] at [TIME]1216331866[/TIME] --------------- Hmmm is there any way so that the backround colour defaults to the style that you are using. It is just a light bar going across the page no matter if you have a dark style. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|