The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
One of my mods (pentapenguin) made a customised version that's really easy to install and users just need to click on a link to install it to the quick search (and we haven't had any problems with it).
Instructions: 1. create a folder in the /forum/ directory called mozillasearch e.g. yoursite.com/forum/mozillasearch/ 2. in the attached aboho.src file, replace all of my urls with your own forum urls and then upload the files to the mozillasearch folder. 3. Edit Styles & Templates->Styles & Templates->Edit Template->Footer Find Code:
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> Code:
<script language="JavaScript" type="text/javascript"> function addAbohoSearch() { if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { window.sidebar.addSearchEngine( "http://www.aboho.com/forum/mozillasearch/aboho.src", "http://www.aboho.com/forum/mozillasearch/aboho.png", "aboho", "General"); } } var browser = window.navigator.appName; if (browser.indexOf("Netscape") != -1) { document.write("- <a href='javascript:addAbohoSearch();'>Aboho Mozilla/Firefox Search Plugin"); } </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|