This modification is in the archives.
This will put a google search box above your standard search forum. You will need to generate your sitesearch code using AdSense's tools. Once you have your code, do the following:
ACP-> Styles & Templates -> edit the search_forums template. Find towards the top: Code:
$header $navbar Code:
<!-- Google Search --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat"> Google Search </td></tr> <tr><td class="alt1" align="center"> GOOGLE SEARCH CODE GOES HERE </td></tr> </table> <br /> <!-- /Google Search --> Code:
<!-- SiteSearch Google --> <form method="get" action="http://www.google.com/custom" target="google_window"> <table border="0" bgcolor="#000000"> My alt1 color is #333333, so I edited the very last bit: Code:
<!-- SiteSearch Google --> <form method="get" action="http://www.google.com/custom" target="google_window"> <table border="0" bgcolor="#333333"> Screenshot: Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Integration with vBulletin Google/Adsense Site Search Integrated into Advanced Search Page | vBulletin 3.6 Template Modifications |
Google FREE (Non Adsense) Search in Search Drop Down | vBulletin 3.5 Template Modifications |