pragmaMx Support Forum

pragmaMx => Individuelle Anpassungen => Thema gestartet von: onkel in 23 Februar 2007, 23:49:44

Titel: Google SiteSearch und ForumSuche vereinen
Beitrag von: onkel in 23 Februar 2007, 23:49:44
Moin  :puzzled: ,

Ich möchte beim SiteSearch von Google zusätzlich die ForumSuche mit anbieten.

Ich hänge mal ein Bild dran,  damit erkennt man was ich möchte.


wer kann mir da mal einen Tipp geben?

mfg
Onkel





<?php

<!-- SiteSearch Google -->
<
form method="get" action="http://www.google.com/custom" target="_top">
<
table border="0" bgcolor="#99cc99">
<
tr><td nowrap="nowrap" valign="top" align="left" height="32">

</
td>
<
td nowrap="nowrap">
<
input type="hidden" name="domains" value="www.pragmamx.org"></input>
<
label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label>
<
input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<
label for="sbb" style="display: none">Suchformular senden</label>
<
input type="submit" name="sa" value="Google-Suche" id="sbb"></input>
</
td></tr>
<
tr>
<
td>&nbsp;</td>
<
td nowrap="nowrap">
<
table>
<
tr>
<
td>
<
input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<
label for="ss0" title="Websuche"><font size="-1" color="#000000">Web</font></label></td>
<
td>
<
input type="radio" name="sitesearch" value="www.pragmamx.org" id="ss1"></input>
<
label for="ss1" title="Suchen www.pragmamx.org"><font size="-1" color="#000000">www.pragmamx.org</font></label></td>
</
tr>
</
table>
<
input type="hidden" name="client" value="pub-4048619075121161"></input>
<
input type="hidden" name="forid" value="1"></input>
<
input type="hidden" name="ie" value="ISO-8859-1"></input>
<
input type="hidden" name="oe" value="ISO-8859-1"></input>
<
input type="hidden" name="cof" value="GALT:#660033;GL:1;DIV:#66CC00;VLC:66FF00;AH:center;BGC:669900;LBGC:214A00;ALC:000000;LC:000000;T:330033;GFNT:330033;GIMP:330033;FORID:1"></input>
<
input type="hidden" name="hl" value="de"></input>
</
td></tr></table>
</
form>
<!-- 
SiteSearch Google -->
?>