Add this HTML code to the header templates,
Code:
<div class="menu_search float_right" >
<form method="post" action="{$mybb->settings['bburl']}/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" name="keywords" value="{$lang->toplinks_search}" onclick="if(this.value=='{$lang->toplinks_search}')this.value='';" onblur="if(this.value=='')this.value='{$lang->toplinks_search}';"/>
<input type="submit" class="menu_btn" name="submit" value="" />
</form>
</div>
and this CSS code for the themes.
Code:
.menu_search {
background: white;
color: #fff;
height: 24px;
line-height: 24px;
vertical-align: middle;
border: 1px solid gray;
width: 180px;
border-radius:20px;
margin-top: 15px;
}
.menu_search input {
background: white;
border-radius:20px;
color: black;
border: none;
padding: 3px;
}
.menu_search .menu_btn {
background: white url(http://i1098.photobucket.com/albums/g376/rockhyvez/search.png) center no-repeat;
width: 25px;
color: #fff;
border: none;
cursor: pointer;
}
.menu_search .menu_btn:hover {
background: white url(http://i1098.photobucket.com/albums/g376/rockhyvez/search.png) center no-repeat;
color: #000;
border: none;
}
For the Demo, Goto My forum http://www.wapinoy.tk