(http://i276.photobucket.com/albums/kk39/apllic/searchtopic6eali4.png)
display.template.php
Pesquisar
<td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject">
', $txt[118], ': ', $context['subject'], ' (', $txt[641], ' ', $context['num_views'], ' ', $txt[642], ')
</td>Substituir Por
<td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject">
', $txt[118], ': ', $context['subject'], ' (', $txt[641], ' ', $context['num_views'], ' ', $txt[642], ')
</td>
<td>
<form action="', $scripturl, '?action=search2;topic=', $context['current_topic'], '" method="post" style="margin: 0;">
<input type="text" name="search" value="" style="width: 190px;" />
<input type="submit" name="submit" value="Search Topic" style="width: 18ex;" />
</form>
</td>
Trocar por script de google
<td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject">
', $txt[118], ': ', $context['subject'], ' (', $txt[641], ' ', $context['num_views'], ' ', $txt[642], ')
</td>
<td>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.smfpt.net/Themes/default/images/filter1.gif" border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=30 maxlength=200 value=""><INPUT TYPE=hidden name=hl value="en"><INPUT type=submit name=btnG VALUE="Google Search"></td></tr></TABLE></FORM>
</td>