PDA

View Full Version : Link Profile Extension Fields to memberlist


schuelerd
01-14-2004, 01:05 AM
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.