MyBB Community Forums

Full Version: Custom user fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, I have a problem ... I basically know how to show the custom user fields in topics and forums in general ...

for topics the code is:

{$post['fid1']}

for forum the code is:

{$mybb->user['fid1']}

In practice, I wish you could see the custom user fields in the profile also arranged as and where I want ... I give you an example:

<div class="box">
Locazione: codice del campo utente personalizzato
</div>

If I use {$post['fid1']} does not work ...

If I use {$ MyBB-> user ['fid1']} instead you see the custom field, only that it is yours, not that of 'user profile you're visiting ....

There is an 'other code? if not, how and what can I change the php forum?

In most people would know me the php code of the website for the friend request? xD