PDA

View Full Version : Extra Profil field can't seen in memberlist.php file?


FoReX
03-14-2009, 12:42 AM
I added extra profile field called field8, field9, field10, .... etc.

I want to see memberlist.php page this fields after the search.

I added $post[field9] , code in memberlist_resultsbit template, but field seen empty..


How can i see this fields in memberlist?

TigerC10
03-14-2009, 02:51 AM
It's there, make sure your custom profile field exists within a profile field category. Also, make sure the field is not a hidden field. Then you will see a tab for the profile field category, and your profile field will be listed there.

Lynne
03-14-2009, 03:30 AM
Try $userinfo[field9]

TigerC10
03-14-2009, 03:41 AM
OH. My bad, I didn't see that he wanted it for memberlist.php

FoReX
03-14-2009, 06:30 AM
Try $userinfo[field9]

a lot of Thanks Lynne.. it's worked..