Version: 1.00, by ericgtr
Developer Last Online: Feb 2022
Version: 3.5.2
Rating:
Released: 12-17-2005
Last Update: Never
Installs: 91
Template Edits
No support by the author.
For any of you running adsense, using the adsense search on your site will generate more revenue. If you don't already have it setup, log into your adsense account and click on the "AdSense for Search" link then customize it to your liking. More so to make it fit better in the dropdown box. You may also add your site to the search, it will generate more clicks.
Now add it do your Search dropdown, in the navbar template find:
Thanks for this. The reason I decided to add this to the existing search is because that's the one I think most people will use, that's just me though Additionally, I was thinking about adding this to the search dropdown in the forum and thread views as well.
i wanted to add that to my boards but i came across some more requirements i also worked out. i added the function to minimize the google form and stuff like that. you can take a look at what i mean by taking a quick visit on my forums here.
here's the code if you like it:
Code:
<tr>
<td class="thead"><a style="float:right" href="#top" onclick="return toggle_collapse('navbar_google')"><img id="collapseimg_navbar_google" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_navbar_google].gif" alt="" border="0" /></a>Google Suche</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite" id="collapseobj_navbar_google" style="$vbcollapse[collapseobj_navbar_google]">
<div align="center">
<!-- SiteSearch Google -->
<!-- GOOGLE ADSENSE CODE HERE -->
<!-- SiteSearch Google -->
</div>
</td>
</tr>
i wanted to add that to my boards but i came across some more requirements i also worked out. i added the function to minimize the google form and stuff like that. you can take a look at what i mean by taking a quick visit on my forums here.
here's the code if you like it:
Code:
<tr>
<td class="thead"><a style="float:right" href="#top" onclick="return toggle_collapse('navbar_google')"><img id="collapseimg_navbar_google" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_navbar_google].gif" alt="" border="0" /></a>Google Suche</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite" id="collapseobj_navbar_google" style="$vbcollapse[collapseobj_navbar_google]">
<div align="center">
<!-- SiteSearch Google -->
<!-- GOOGLE ADSENSE CODE HERE -->
<!-- SiteSearch Google -->
</div>
</td>
</tr>
Is it possible (using CSS) to get the google search button to look like the other buttons on your website (mine are "flat" using CSS)?
Could be but it may be against their TOS to edit anything that isn't provided from their builder page. They are very touchy about how their ads are displayed and every day I keep reading new horror stories about people's accounts getting yanked so I try not to touch anything like that lol.