MyBB Community Forums

Full Version: Manage custom profile field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: azgg2o.png]

Please give me a detailed explanation.

Thanks in advance.I'm sorry if have broken any rule by opening this thread here but I'm new to this forum and I need support urgently.
Admincp -> Configuration -> Custom Profile Fields -> Add New Profile Field

After you've created it, check it's id.

Admincp -> Templates & Style -> Templates -> Your Template Set -> Post Bit Templates -> postbit_author_user

Now add:
{$post['fidX']}

Replace X with the id of the custom profile field. For example, if my custom profile field was id: 5, i'd use {$post['fid6']}
In order to add Custom profile Field to show on Postbit, Go to: Admin Control Panel > Templates > Your theme's templates > Postbit Templates > postbit_author_user > and add the following code where you want Custom Profile Field to appear;

<br />Custom Profile Field: {$post['fidX']}
Where X is the Custom Profile Field ID.
Thanks Yaldram and vernier. Problem solved!
Added + Rep Smile