PDA

View Full Version : memberlist.php - show single profile field


JimL
10-29-2011, 11:27 AM
How can I show a profile field on the member list?

I want to be able to do something like this in memberlist_resultbit

<td width="50px">{vb:raw user.field7}</td>

kh99
10-29-2011, 11:49 AM
I haven't tested it, but maybe try {vb:raw userinfo.field7}

JimL
10-29-2011, 12:49 PM
Great. do you have the equal value for showgroups.php ? :D

kh99
10-29-2011, 03:00 PM
Looks like showgroups uses {vb:raw user.field7}. If it isn't working it's possible that the profile fields aren't available there by default.

JimL
10-29-2011, 09:28 PM
Any way to just add them to the query / array in the php file?