2010-11-28, 07:23 AM
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
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