The Arcive of vBulletin Modifications Site. |
|
Member Search on Search Dropdown Details »»
|
|||||||||||||||||||||||||
What is This?
This Product / Mod will add a Member Search Drop Down (And Link to Advanced Member Search) to the Navbar Search Dropdown Installation Just Import / Install the Product ![]() FYI ... If your Navbar Template has been edited this *MAY* not work depending on what has been changed. vbAdvanced Setup(Thanks to TheMilkCarton) Portal Output Global Variables: member_searchform Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks.
|
|
#3
|
||||
|
||||
|
great mod...very useful...work fine to vB 3.6.8 PL2 ...
thanks and best regards
|
|
#4
|
|||
|
|||
|
handy one... thanks.. installed.
|
|
#5
|
||||
|
||||
|
Excellent mod. But I had to rework it a bit to get it to show up on an error page.
|
|
#6
|
|||
|
|||
|
it dosn't show on vbadvanced cmps rc2
|
|
#7
|
|||
|
|||
|
You do the portal output thats explained above ?
|
|
#8
|
||||
|
||||
|
Thanks a lot for contributing a simple yet important MOD that brings forward the social networking aspect of vBulletin.
Please PM me if you have experience in setting up profile fields and search criteria, and care to provide professional support. Voted (5) and INSTALLED (flawless). |
|
#9
|
|||
|
|||
|
I don't really understand the portal output part. Can someone help me out with that so that it will show on my vBa page please?
|
|
#10
|
||||
|
||||
|
If your template is modified and it doesn't show up (like mine) you just add the following to the navbar template:
Code:
<!-- member search --> <tr> <td class="thead">$vbphrase[navbar_member_search]</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="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="getall" /> <div><input type="text" class="bginput" name="ausername" size="25" value="$ltr" title="$vbphrase[username]" />$gobutton</div> </form> </td> </tr> <tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/memberlist.php?do=search$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[navbar_advanced_search]</a></td> </tr> <!-- end member search -->
|
![]() |
|
|