Non-Adsense Google site & web search for your navbar

MobileHacks

New Member
Find:
PHP:
        <tr>
            <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
        </tr>
Add below:
PHP:
        <tr>
            <td class="thead">Search Site / Google</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
                <form action="http://www.google.com/search" method="get" name="search">
                    <input type="hidden" name="forid" value="1"/>
                    <input type="hidden" name="ie" value="ISO-8859-1"/>
                    <input type="hidden" name="oe" value="ISO-8859-1"/>
                    <input type="hidden" name="cof" value="http://www.yoursite.com/forum/images/autosportnc-yellow/logo.gif;S:http://www.yoursite.com;FORID:1"/>
                    <input name="domains" type="hidden" value="yoursite.com"/>
                    <input type="hidden" name="hl" value="en"/>
                    <input type="text" class="bginput" name="q" size="25" maxlength="255"/>
                    <input type="submit" class="button" value="Go" /><br />
                    <input name="sitesearch" type="radio" value="http://www.yoursite.com/forum" checked="checked"/> YourSite.com<br />
                    <input name="sitesearch" type="radio" value=""/><a href="http://www.google.com/search"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"/></a>
                  </form>
            </td>
         </tr>
        
        </table>
    </div>
Change all instances of yoursite.com to your forum's URL
 
GreySoul said:
We should upload a gif too?:

"http://www.yoursite.com/forum/images/autosportnc-yellow/logo.gif"

Well that seems the main logo on the forums header. I replaced with my own but I don't see it in any search whatsoever.

------------------

It also seems not compatible with the "Search Blogs" that is integrated into the normal search.

-----------------

But thanks for this
 
Back
Top