MyBB Community Forums

Full Version: google
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok bit of a different one for you guys

Is there any way or does anyone know how to put a google search box into the forum.


on an extra note i would like to say a massive thank you to everyone that has helped me out over the past couple of weeks.
this code adds a google search field
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.de/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.de">
<IMG SRC="http://www.google.de/logos/Logo_40wht.gif" border="0" 
ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=de>
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

supurb thanks muchly
Moved to templates and themes.
Coder Wrote:this code adds a google search field
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.de/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.de">
<IMG SRC="http://www.google.de/logos/Logo_40wht.gif" border="0" 
ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=de>
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->


where exactly do i place this code admincp/....?
You put it in the template header,in the place that you want the google bar to appear