tehQspm
01-21-2008, 08:49 PM
I'm trying to figure out how to manually call custom profile fields in vB 3.7 but I understand those are coded differently now so $userinfo[fieldx] no longer works.
I did manage to find a way by using <if condition="$profilefield['title'] == 'Something'">$profilefield[value] to manually call a profile field by its title. However this only works in the "About Me" tab in the member profiles (using the memberinfo_profilefield template). I wanted to add a few custom profile fields to the "Contact Info" tab but nothing I try seems to work.
Anyone had any luck with these?
I did manage to find a way by using <if condition="$profilefield['title'] == 'Something'">$profilefield[value] to manually call a profile field by its title. However this only works in the "About Me" tab in the member profiles (using the memberinfo_profilefield template). I wanted to add a few custom profile fields to the "Contact Info" tab but nothing I try seems to work.
Anyone had any luck with these?