MyBB Community Forums

Full Version: Variable to print value of a profile field in member.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to print the value of a certain profile field in member.php?action-profile

However, I don't know which variable in MyBB can do this. {$fidX} doesn't workm {$mybb->user['fidX']} doesn't print the required value, and {$post['fidX']} doesn't work as well.

How would I go about doing it?
there is a setting to show the field on the member profile. doesn't it work ?
~/admin/index.php?module=config-profile_fields >> edit / add --> Display on profile?
I know that, but I want to print the value if only that particular field in a place of my choosing.
^ you can use {$userfields['fidX']}