hehe! already many are using this style I think.. I run it on my licensed forums without any problems so far. I don't think you will get any issues using this.. and if you want to remove search
go to header template and remove this!!
PHP:
<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<form action="search.php?do=process" method="post" <align="right">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<div>
<div align="right">
<input type="text" name="query" size="18" style="font-size: 8pt;" />
<select name="forumchoice[]">
<option value="-1" selected="selected">All Forums</option>
<option value="1">Forum1</option>
<option value="41">Forum2</option>
<option value="74">Forum3</option>
<option value="75">Forum4</option>
<option value="24">Forum5</option>
</select>
<select name="titleonly">
<option value="0" selected="selected">All Posts</option>
<option value="1" >Titles Only</option>
</select><input name="search" value="Search" type="submit" class="button" /><a href="search.php" accesskey="4" rel="nofollow" id="navbar_search1" class=""><img src="$stylevar[imgdir_misc]/menu_open.gif" alt="" title="Advanced Search" border="0" /></a>
<script type="text/javascript"> vbmenu_register("navbar_search1",1); </script>
</div>
</form>
<!-- <br />
<form action="tags.php" method="get">
<span id="tag_wrapper"><input type="text" id="tag_input" name="tag" size="25" style="font-size: 8pt" value="enter tag, and hit enter" onFocus="this.value=''" onBlur="this.value='enter tag, and hit enter'"/></span>
</form> -->
<div class="vbmenu_popup" id="navbar_search1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" align="left">Search Options</td></tr>
<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]" rel="nofollow">My Posts</a></td></tr>
<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]" rel="nofollow">My Threads</a></td></tr>
<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getnew" rel="nofollow">New Posts</a></td></tr>
<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getdaily" rel="nofollow">Today's Posts</a></td></tr>
<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&exclude=30&nocache=1" rel="nofollow">Unanswered Threads</a></td></tr>
<tr><td class="vbmenu_option" align="left"><a href="search.php$session[sessionurl]" accesskey="4" rel="nofollow">Advanced Search</a></td></tr>
</table>
</div></td>
<!-- / header quick search form -->
</if>
But removing the search spoils the look! lol..
but I don't think you will get in to any possible problem.. as far as my knowledge is concerned.
and here is the PSD as you requested!