Quote:
Originally Posted by korny
Where can you add your google info for adsense search? Is this just a free search that doesn't tie into you adsense account?
|
I've just been looking at this as well. If you generate your code for adsense searchbox and then compare it to this template (MARCO1_Google) you should be able to edit for your needs I would think.
I've cleaned/formatted the template and added some class(es) to the menu item to fit in a bit more with existing menu. MARCO1 doesn't explain what the additional URL lines are for in it, so I removed those and added my adsense code instead:
(I did leave my domain in the vboptions setting)
Code:
<!-- Google Search By MARCO1 Code-coder.com -->
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="http://www.google.com/cse" id="cse-search-box" rel="nofollow" target="_new">
<div>
<input type="hidden" name="cx" value="partner-pub-mygoogleadsence#here" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" class="bginput" name="q" size="20" />
<input type="submit" class="button" name="sa" value="$vbphrase[go]" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> </td>
</tr>
<!-- Google Search By MARCO1 Code-coder.com -->
Seems to work just fine so far.
Thanks MARCO1