PDA

View Full Version : Replace search with google search engine ( no google account required)



admin
02-05-2010, 04:47 PM
This mod replace the navbar search with google search engine (No adsense account is required !) just use the google search engine to search inside your forum !!

Install :

1. go to : admin cp =>style manager=>>all style options =>>Navigation/Bread crumb templates => Navbar
in "navbar " template :
search for :

<form action="search.php?do=process" method="post"

2. find :

<form action="search.php?do=process" method="post" id="navbar_search" class="navbar_search">
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
</form>

3. Replace it with :

<form method="get" action="http://www.google.com/search" target="_blank" class="navbar_search">
<input type="hidden" name="sitesearch" value="forums.animparadise.com" id="pn"/>
<span class="textboxcontainer"><span><input type="text" value="" name="q" class="textbox" tabindex="99"/></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
<input type="hidden" name="domains" value="forums.animparadise.com"/>
</form>

4. Remember to change the url : " forums.animparadise.com " with your own forum address !!!!

5. Then save the template. and enjoy your new search with google engine !


demo : http://forum.golzarion.com (http://forum.golzarion.com/)

It works perfect on cms and blog too ..
Also Persian Translation is attached. on so the screen shots for both english and persian version.

Screenshots
http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/05/02/04/83421272793607.gifhttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/05/02/04/56681272793613.gif