Pretty Simple need to convert member Search to the Forum/Gallery Search Bar

cleverfool9

New Member
There is a Member Search Bar on top left i want to make that work like a Forum Search & Gallery Search

I want to add 2 search Bar's One Below the other and one for VBGallery Search & Other for Forum Search or just one search bar with 2 radio button one for Forum & other for Gallery

I tried to modify it but i got Stuck...

Can any one help me Modify the Code below please..

The Path of Forum Search is /Search.php and Gallery Search is /Gallery/Search.php


Code:
<table width="100%"><tr><td>

<div class="alt1" id="memberlist_search_menu" style="display:none">
<form action="Search.php?do=getall" method="post">

<tr><td class="alt1">
<a href="Search.php?$session[sessionurl]do=search"><b>Site Search</b></a>
</td></tr>

<tr><td class="alt1" title="Search">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="getall" />
<input type="text" class="bginput" name="ausername" size="15" value="$ltr" title="$vbphrase[username]" />$gobutton
</td></tr>
</form>
</div>

</td></tr></table>
 
Top