Google search of your site in navbar
This modification is in the archives.
Just a quickie to add a Google site search in your navbar search drop-down menu.
*Should* work in all versions of vB3 Edit the navbar template. Find: HTML Code:
</table> </div> <!-- / header quick search form --> HTML Code:
<tr> <td class="thead">Google Site Search</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <FORM method=GET action="http://www.google.co.uk/search" target="_blank"><input type=hidden name=ie value=UTF-8><input type=hidden name=oe value=UTF-8> <input type="text" class="bginput" name="q" size="20" />$gobutton<input type=hidden name=sitesearch value="YOUR DOMAIN"><input type=hidden name=domains value="YOUR DOMAIN"><br /> </form> </td> </tr> I wanted to have the Google search open in a new window so I added the HTML Code:
target="_blank" More details of the Google search and an explanation of the 'UTF-8' items at https://www.google.co.uk/searchcode.html And please press Install. Download No files for download. |
Similar Mods
Integration with vBulletin Google/Adsense Site Search Integrated into Advanced Search Page | vBulletin 3.6 Template Modifications |
Add-On Releases Google/Adsense Site Search Navbar Integration | vBulletin 3.6 Template Modifications |
Google Search in navbar | vBulletin 3.5 Template Modifications |
Google search in Navbar | vBulletin 3.0 Full Releases |