MyBB Community Forums

Full Version: More info to author
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
In every message there is information about the author

name
function
AVATAR

Posts: 801
Group: Administrators
Joined: Mar 2007
Status: Offline
Reputation: 24

Is it possible to show there more information like: BIRTHDAY and LOCATION
You can use the following in the template

{$post['fidX']}

Replace X with the id number of the custom profile id
Tikitiki Wrote:You can use the following in the template

{$post['fidX']}

Replace X with the id number of the custom profile id


Thanks gonna try
Could you help me Please by telling me wish template I need.
And please don't be agry by saying thats easy.
I am just starting with Mybb (3 weeks)
Post Bit Templates > Post Bit Author User (and guest if you want to).

We're not angry, we're glad to help you!
Should be in Admin CP > Templates > Your Template Set > Postbit > postbit_author_user. Smile
what is the costum profile id of birthday, location I found

USERS AND GROUPS ----> Custom Profile Fields

I only find 3 profile ids there
There should be a number next to the profile fields and at the top of that column it should say "id" or something...(Looking through the ACP that is.)
Cant find it.
I try to do it with this but that do not work

{$lang->birthday}{$membday} {$membdayage}<br />
Birthday is not a "custom field" so you have to use a different method; Use this code for birthdays instead:

{$post['birthday']}

I think that will work, no guarantee's though.
Pages: 1 2