vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Link Profile Extension Fields to memberlist (https://vborg.vbsupport.ru/showthread.php?t=60184)

schuelerd 01-14-2004 01:05 AM

Link Profile Extension Fields to memberlist
 
Now with VB3 you can select which individual STANDARD fields from the profile show up on MEMBERLIST....You can also add custom fields which will be collected with the PROFILE....and you can add ALL of those extended fields to the MEMBERLIST but seemingly not INDIVIDUAL custom fields.....WHY NOT!! I would like it to work this way. Anyone have anything like this for VB3?

Princeton 01-14-2004 01:45 AM

you can accomplish this using conditionals
eg. (convert to vb conditionals)
if (field3)
{
show this way;
}else{
if (field12)
{
show this way;
}
like this;
}

schuelerd 01-14-2004 09:59 AM

Thanks...certainly I know I can add conditional code...but I was hoping someone put it in the ADMIN UI already as well as in MEMBERLIST. Thanks though...Don

schuelerd 01-14-2004 11:14 AM

I misunderstood some things in VB3...Freddie pointed out to me that this actually works...when you set up the custom fields you can select THERE if they show on the memberlist....
THANKS FREDDIE

Princeton 01-14-2004 12:34 PM

sorry, I misunderstood your question. I thought you where after modifying how a particular field is displayed.


All times are GMT. The time now is 09:29 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.00981 seconds
  • Memory Usage 1,711KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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