Beermonster |
06-30-2005 10:00 PM |
Google Search in navbar
I've been asked a couple of times how I put the Google search in the search on the navbar, so I thought I would post it here maybe it's of use to others :)
Go to your Google adsense account and choose Search Settings, choose your language, country etc and make the Length of text box 10, tick Google logo above text box, then update code.
In your navbar template place your Google code between:
Code:
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
and
Code:
</div>
<!-- / header quick search form -->
All done :)
AFAIK this should also work on 3.0.x
|