Back to vBulletin 3.0 Template Modifications

Search For Members In Navbar Dropdown
Mod Version: 1.00, by sabret00the

This modification is in the archives.
vB Version: 3.0.0 Rating: (0 vote - 0 average) Installs: 1
Released: 16 Dec 2004 Last Update: Never Downloads: 2
Not Supported Template Edits  

throw your board into debug mode and then change the phrase
Code:
search_members
so it belongs to the GLOBAL GROUP (if you can't be arsed to do that, just replace the phrase in the template with the "Search Members")

now in your navbar template find
HTML Code:
	<!-- header quick search form -->
  	<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
  		<table cellpadding="4" cellspacing="1" border="0">
  		<tr>
 			<td class="thead">$vbphrase[search_forums]</td>
  		</tr>
  		<tr>
  			<td class="vbmenu_option" title="nohilite">
  			<form action="search.php" method="post">
 		 	<input type="hidden" name="do" value="process" />
 		 	<input type="hidden" name="showposts" value="0" />
 		 	<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
  			</form>
  			</td>
  		</tr>
  		<tr>
 			<td class="vbmenu_option"><a href="search.php?$session[sessionurl]">$vbphrase[advanced_search]</a></td>
  		</tr>
  		</table>
  	</div>
  	<!-- / header quick search form -->
and replace with
HTML Code:
  	<!-- header quick search form -->
  	<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
  		<table cellpadding="4" cellspacing="1" border="0">
  		<tr>
 			<td class="thead">$vbphrase[search_forums]</td>
  		</tr>
  		<tr>
  			<td class="vbmenu_option" title="nohilite">
 			<form action="$vboptions[bburl]/search.php" method="post">
 		 	<input type="hidden" name="do" value="process" />
 		 	<input type="hidden" name="showposts" value="0" />
 		 	<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
  			</form>
  			</td>
  		</tr>
  		<tr>
 			<td class="vbmenu_option"><a href="$vboptions[bburl]/search.php?$session[sessionurl]">$vbphrase[advanced_search]</a></td>
  		</tr>
  		<tr>
 			<td class="thead">$vbphrase[search_members]</td>
  		</tr>
  		<tr>
  			<td class="vbmenu_option" title="nohilite">
 			<form action="$vboptions[bburl]/memberlist.php" method="post">
 		 	<input type="hidden" name="s" value="$session[sessionhash]" />
 		 	<input type="hidden" name="do" value="getall" />
 		 	<input type="text" class="bginput" name="ausername" size="20" value="$ltr" title="$vbphrase[username]" />$gobutton
  			</form>
  			</td>
  		</tr>
  		<tr>
 			<td class="vbmenu_option"><a href="$vboptions[bburl]/memberlist.php?$session[sessionurl]do=search">$vbphrase[advanced_search]</a></td>
  		</tr>
  		</table>
  	</div>
  	<!-- / header quick search form -->

Download

No files for download.

Similar Mods

Navbar: Search Members vBulletin 3.5 Template Modifications
Mini Mods Navbar Search Form/Input Box with Advanced Options Dropdown vBulletin 3.6 Template Modifications
Add Google adsense search to your navbar dropdown vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024