MyBB Community Forums

Full Version: Displaying custom profile fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

i have a custom profile field on my sign up, i was wondering what do i have to do, to show this detail on my index.php.

I've defined this as easy as i could hope i can get a solution.

Thanks!
Jake!
Where exactly would you like to show these details on the index? Next to the username or what?
Well its going to be a username,

so I'll be having a url and in it i will need to display a username, generating an avatar image.

I'll be transforing the logo into a div... dunno how yet but i'll be doing it Toungue Then adding it in there Smile
{$mybb->user['fidX']}

Change the X to the ID of the custom profile field.
Thanks Heaps !
Hey again, also how do i do the same thing but showing another users profile custom item. I want to use it in the post bit. Smile Thanks
Anyone know?? Toungue
been looking for the answer to this everywhere, thanks a lot! Big Grin
In postbit:

{$post['fidX']}