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

:)

Baldilocks 06-09-2008 03:49 AM

Installed and Voted Excellent.!

Ideal Web Tech 06-09-2008 10:23 AM

This is actually not up to par with how it should be done. There is actually a template hook for the search dropdown that vBulletin Developers placed in to be used by their products such as the blog and project tools. Which if it was setup properly you wouldnt have to change anything for it to show up on vbadvanced or anything other high customized addon such as the arcade which it doesnt show up on.

I created a few of these addons on my site and have a few more planned. Maybe I will package my code up into one proper package for release so you can add in search for tags, members, social groups, arcade(if you have it installed), and maybe a few others.

Boofo 06-09-2008 10:47 AM

I'd be curious the see what you have.

Ideal Web Tech 06-09-2008 10:51 AM

Well searching is important in building a proper social networking site. So the easier we make it for users to search for different things to find what they want the better. Thus why I have been working on pulling out code to setup navbar searches for every search form that makes sense to have one for.

Boofo 06-09-2008 11:35 AM

I understand, now where is it? ;)

Ideal Web Tech 06-09-2008 01:23 PM

Quote:

Originally Posted by Boofo (Post 1544919)
I understand, now where is it? ;)

I never even promised it for a fact yet. ;)

But most likely I will spend some time later and go threw and clean it all up and turn it into something a bit nicer for public release assuming things go according to plan for the day.

Boofo 06-09-2008 01:31 PM

I'm sure others would appreciate that. ;)

Artes_Marciales 06-16-2008 05:40 PM

Nice!!
Installed.

Videx 06-19-2008 04:43 PM

Not working here on 3.7.1 pl2. I just tried importing it again with overwrite, but getting the same error:
Quote:

Your submission could not be processed because a security token was missing or mismatched.
It does properly go to Advanced Member Search, and that works.

edit: Belay that. I imported again after sending this, and now it's working. Odd. Maybe I forgot to allow overwrite the first time? I'd swear I did.

Boofo 06-19-2008 05:05 PM

Quote:

Originally Posted by Ideal Web Tech (Post 1544987)
I never even promised it for a fact yet. ;)

But most likely I will spend some time later and go threw and clean it all up and turn it into something a bit nicer for public release assuming things go according to plan for the day.

Any word on this?

Keyser S?ze 06-20-2008 05:50 AM

can someone post a screenshot?

thanks

tazzarkin 07-03-2008 07:03 PM

I have a slight problem where the member search is smaller than my other search boxes. I attached an image to show you.

How can we make the member search to stretch out and be the same size as the other search boxes?

kpierce 07-04-2008 01:16 AM

Doesn't work for me. Search box and everything shows up fine but when I go to search for a member I get an error.

Videx 07-04-2008 01:57 AM

Quote:

Originally Posted by kpierce (Post 1566341)
Doesn't work for me. Search box and everything shows up fine but when I go to search for a member I get an error.

That's pretty descriptive. With all that information we'll have no trouble at all helping you fix it.

kpierce 07-04-2008 04:40 AM

Point taken, sorry. When I try to search I get an HTTP 404 Not Found page.

HoneyHaHa 02-20-2009 03:55 PM

Thanks for the great mod.

Have installed it on vb 3.8.1 and CMPS v3.0.1

Works great on both.

BIG :up:

Trana 05-20-2009 12:16 AM

I added the necessary option for CMPS but it still does not show up on my index page navbar. It does show on the navbar for every other page though.

Any ideas?

princeedward 09-03-2009 09:11 PM

update to work on 3.8.4 still okay... :p

yotsume 09-04-2009 11:57 PM

INSTALLED! Great Mod! Sorry I missed this one!

Should be a default option!

Thanks for this one!


All times are GMT. The time now is 04:08 AM.

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.01207 seconds
  • Memory Usage 1,773KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete