MyBB Community Forums

Full Version: [Solved] Custom Profile Fields - member profile page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to be able to pull the values of custom profile fields,
How do I display a specific field value?
If you're using it in the postbit, use {$post['fidX']} where X is the ID of the custom profile field.
no its not for postbit, its for member profile page, but I don't want to use the table version of the custom fields

Solved!!
thanks to http://community.mybboard.net/thread-579...#pid414269

its
{$userfields['fidX']}