vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Showing list of members based on an option selected in their profile (https://vborg.vbsupport.ru/showthread.php?t=246705)

sas forum 07-16-2010 02:54 PM

Showing list of members based on an option selected in their profile
 
In the profile of the members, I have a field where it lists a bunch of locations (a couple hundred). They choose the one they are closest to.

How can I show the listof members that selected a specific location?

I added the field info into the postbit legacy template, so their selection shows under their name, but I would like to make it where they can click on the selected location and see others from the same location.

Any help would be greatly appreciated. I need to dummy proof this for people so they don't have to go to advanced member search and select the option from the dropdown each time they want to see more in the area.

Thanks again.

BirdOPrey5 07-17-2010 04:04 PM

Quote:

Originally Posted by sas forum (Post 2070131)
In the profile of the members, I have a field where it lists a bunch of locations (a couple hundred). They choose the one they are closest to.

How can I show the listof members that selected a specific location?

I added the field info into the postbit legacy template, so their selection shows under their name, but I would like to make it where they can click on the selected location and see others from the same location.

Any help would be greatly appreciated. I need to dummy proof this for people so they don't have to go to advanced member search and select the option from the dropdown each time they want to see more in the area.

Thanks again.

Find the URL generated when you go to the dropdown in advanced member search and put that in the link in the postbit. You'll probably need to use $bbuserinfo['filedX'] where X is the number of the custom user profile field to pull the info from that box.

sas forum 07-17-2010 09:51 PM

Thanks for the help. I tried that the other day and when I go to advanced search, then use the dropdown to select a location from the list. The results are displayed on a page with this URL:

Code:

http://www.mysite.com/community/memberlist.php?do=getall
I tried to click on a letter and got a link like this:

Code:

http://www.mysite.com/community/memberlist.php?ltr=H&pp=50&sort=username&order=asc&&field20=133
I tried to mess with the link a little by removing the letter I selected and keeping the location, but when a dropdown is used in the advanced search, it actually adds option #s to the contents of the drop down.

If I want to link to all people that chose "Dallas" in their profile as their location, I cannot simply change the link to say Dallas, but instead need to know that Dallas is option #133 in the dropdown as used in the link above this.

I am stuck, but my members are figuring out how to search for people by location (manually), but I would like to dummy-proof it or maybe be able to just list all people at one specific location on one page if possible.

BirdOPrey5 07-17-2010 10:32 PM

Hmmm... I wonder if there's another variable or function that shows the value say '133' as Dallas.


All times are GMT. The time now is 08:17 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.01110 seconds
  • Memory Usage 1,720KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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