Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
ThomasD

Google SiteSearch einbinden

Recommended Posts

Moin,

ich würde gerne die Google SiteSearch zusätzlich zur normalen Forensuche einbinden.

Den Google-Code könnte ich zwar einfach im Wrapper einbinden, möchte ich aber nicht. Schöner wäre es, die Google-Suche zusammen mit der Forensuche auf der Suchen-Seite darzustellen.

Hat jemand eine Idee, welche Datei ich da bearbeiten muss?

Danke schonmal :D

Share this post


Link to post

ACP => HTML-Templates => Manage HTML => Search Sections => Main Search Forum => edit single

Dann folgenden Code ans Ende eingefügt:

<div class="tableborder">

<table cellpadding='4' cellspacing='0' border='0' width='100%'>

<tr>

	<td colspan='2' class="maintitle"  align='center'>Google Suche</td>

</tr>

<tr>

	<td class='pformstrip' width='50%'>{ibf.lang.key_search}</td>


</tr>

<tr>

	<td class='row1' valign='top'>



   <form method="get" action="http://www.google.com/custom" target="google_window">

<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>

<tr valign=top><td>

<A HREF=http://www.google.com/search>

<IMG SRC=http://www.google.com/logos/Logo_40wht.gif border=0 ALT=Google align=middle></A>

</td>

<td>

<INPUT TYPE=text name=q size=31 maxlength=255 value="">

<INPUT type=submit name=sa VALUE="Google Search">

<INPUT type=hidden name=cof VALUE="S:http://www.dr350-forum.de;AH:center;LH:101;L:http://www.dr350-forum.de/style_images/1/drforum2.png;LW:500;AWFID:b56a69ed1b31a8a3;">

<input type=hidden name=domains value="dr350-forum.de"><br><input type=radio name=sitesearch value=""> WWW Suche <input type=radio name=sitesearch value="dr350-forum.de" checked> Durchsuche dr350-forum.de

</td></tr></TABLE></FORM>

</table>

</td>

</tr>

</table>

</div>

Ergebnis: http://www.dr350-forum.de/index.php?act=Search

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×