MyBB Community Forums

Full Version: Special tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You know how you can use {.username.} to get the username of the reader, how do you get the {CustomField1} ? I have a custom field.
[Wiki: Help:Customizing_Postbit] (Broken link, head over to docs.mybb.com instead)
So say i have a custom field for user's profile called "custom1" it would be {$post['custom1']}? Doesn't work...
No, you use the ID of the field, not the name of it, as clearly indicated in the article.
where can I find the id of it? it's not in the templates...
It says the ID on the main page of the Custom Profile Fields section of the Admin CP ... in a column labeled, shockingly, "ID"
{$post['fidX']}

Change the X to the ID. It does indeed say that on the Wiki:

Quote:Custom profile fields can also be accessed and displayed through {$post}. The format is {$post['fidX']} where X is the ID of the custom profile field.
Thank you!
Hey it doesn't work. Can you check it out:

http://www.dedicatedot.info/forums/membe...ile&uid=86

He's a newly registered member, but it's not showing up on his signature.