Spinball
04-09-2005, 10:00 PM
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:
</table>
</div>
<!-- / header quick search form -->
Above this, add:
<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>
...replacing YOUR DOMAIN with the domain of your site e.g. www.avforums.com in our case.
I wanted to have the Google search open in a new window so I added the target="_blank"
and you should remove it if you want the Google search results to open in the same window.
More details of the Google search and an explanation of the 'UTF-8' items at
http://www.google.co.uk/searchcode.html
And please press Install.
*Should* work in all versions of vB3
Edit the navbar template.
Find:
</table>
</div>
<!-- / header quick search form -->
Above this, add:
<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>
...replacing YOUR DOMAIN with the domain of your site e.g. www.avforums.com in our case.
I wanted to have the Google search open in a new window so I added the target="_blank"
and you should remove it if you want the Google search results to open in the same window.
More details of the Google search and an explanation of the 'UTF-8' items at
http://www.google.co.uk/searchcode.html
And please press Install.