Hello, I deactivated the captcha search and...it's not working, looks awfull.
<li><a href="{$mybb->settings['bburl']}/search.php"onclick="return overlay(this, 'fastsearch','bottom')"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />
<!--Do not remove outer most DIV tag with id="fastsearch"-->
<DIV id="fastsearch" class="fastsearch">
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
<td height="25" align="left"><b>Fast Search</b></td>
<td height="25" align="right"><a href="#" style="color:#000000" onClick="overlayclose('fastsearch'); return false">[X]</a></td>
</tr>
<tr>
<td height="26" align="center" valign="middle" colspan="2">
<form method="post" action="search.php" style="margin: 0;">
<input type="text" class="textbox" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="keywords" size="30" style="width: 150px;" />
<input type="submit" class="button" name="submit" value="Ir" />
<input type="hidden" name="action" value="do_search" /><input type="hidden" name="postthread" value="1" checked="checked" />
<input type="hidden" name="showresults" value="threads" checked="checked" />
</form>
</td>
</tr>
<tr>
<td height="20" align="center" valign="middle" colspan="2"><a style="color:#000000" href="{$mybb->settings['bburl']}/search.php">Busqueda Avanzada</a></td>
</tr>
</table>
</DIV>
{$lang->toplinks_search}</a></li>
Thats the way I edited following instructions.
This plugin is supposed to open a little window when we click "search"??...the whole components of this windows appears on header but absolutelly in different location messing with my header toplinks. I deactivated this until I get little help.