MyBB Community Forums

Full Version: Custom Fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Edit: Fixed. Please view last post if you're having this problem. Smile

Hello,

I am trying to place a custom profile field in member_profile in a different table, but when I use {$memprofile['fid4']} users can only see it on their profile and cannot view it on others. Why is this and how can I fix it so ALL users can see everyone's custom field on their profile?

Can provide screen shots, or forum login, if needed.

Thanks in advance!
Aren't you using the custom profile field feature in the ACP?
Yes, however, we're wanting to also use it for another section, so it will appear in two places, so to speak.

The info is added via the custom profile field feature, then, taken as {$memprofile['fid4']} and placed into a different table, as well.
Well thanks for your help, but I mixed it.

Was using {memprofile['fid4']} >> memprofile needs to be changed to userfields

Was {memprofile['fid4']}
Now {userfields['fid4']}