MyBB Community Forums

Full Version: Help with theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Having issues with the search box not working on a theme i'm currently using.

I can't click the search box or anything.

Test yourself here: http://infectedcloud.com/forums/portal.php

The header code for the search box is this i'm assuming:

<div class="topwrap"><div class="wrap">
<div style="float: right;">
<span id="search_box">
<div id="search">
<form style=""action="search.php" method="post">
<input type="hidden" value="do_search" name="action">
<input type="hidden" value="" name="tid">
<input type="text" class="textbox" onblur="if(this.value=='') { this.value='Search...'; }" onfocus="if(this.value == 'Search...') { this.value = ''; }" value="Search..." name="keywords">
<div id="advsearch"><a href="search.php"><img alt="" src="images/vhut/adv.png" title="Advanced Search"></a></div>
</form>
</form>
</td>
</tr>
</table> 
</div></span>	
</div>
it appears like a premium theme. please contact the theme coder.