vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Member Search on Search Dropdown (https://vborg.vbsupport.ru/showthread.php?t=177674)

Exitilus 04-30-2008 10:00 PM

Member Search on Search Dropdown
 
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 :D

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

bilgicc 05-01-2008 01:24 AM

Thanks.

princeedward 05-01-2008 07:11 AM

great mod...very useful...work fine to vB 3.6.8 PL2 ...

thanks and best regards

;)

farzana 05-01-2008 07:27 PM

handy one... thanks.. installed.

Boofo 05-01-2008 08:34 PM

Excellent mod. But I had to rework it a bit to get it to show up on an error page. ;)

vnairp11 05-02-2008 04:10 AM

it dosn't show on vbadvanced cmps rc2

Exitilus 05-03-2008 08:15 PM

You do the portal output thats explained above ?

shlomot 05-07-2008 06:36 AM

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).

sdavis2702 05-10-2008 12:52 PM

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?

Sadie Frost 06-09-2008 02:54 AM

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 -->

:)


All times are GMT. The time now is 05:11 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01991 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete