Agregar Google Search en Quick Search

pirado14x Seguir

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
13 Ene 2008
Mensajes
158
Ir a: Estilos y Plantillas --> Administrador de Estilo --> Editar Plantillas --> Navbar

Buscar:
PHP:
$vbphrase[show_posts]</label>
Agregar:
PHP:
</form>
Buscar:
PHP:
<tr> 
   <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> 
</tr> 
</table> 
</form>
Reemplazar por:
PHP:
<tr>
   <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
<!-- Start Search Google -->
<form method="get" action="http://www.google.com/custom" target="google_window">
<tr>
            <td class="thead">Buscar en Google</td>
        </tr>
<tr><td class="vbmenu_option" title="nohilite">
<input type="hidden" name="domains" value="wWw.tuweb.Com"></input>
<input type="text" name="q" size="31" maxlength="200" value=""></input>
<input type="submit" name="sa" value="Buscar"></input>

<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="www.tuweb.Com"checked="checked"></input>
<font size="-1" color="#000000">tuweb.Com</font> 
</td>
<td>
<input type="radio" name="sitesearch" value=""></input>
<font size="-1" color="#000000">Google</font> 
</td>
</tr>
</table>
<input type="hidden" name="client" value="pub-0424782490186300"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="0237402973"></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="hl" value="en"></input>
</td></tr>
</form>
<!-- END Search Google -->
</table>

Remplazar tuweb por vuestra URL
 
Arriba