MyBB Community Forums

Full Version: Profile In Topic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to know and if I could do profile the topics to look like in the picture
[Image: 3304osi.jpg]

and mine looks like this
[Image: 35iac69.jpg]
Things like Age, Location, ... are Custom Profile Fields. Add the fields you wish in the AdminCP. Then go to Templates & Styles > Templates > (click on your theme) > Post Bit Templates > postbit_author_user > add the profile fields:
        Sex: {$post['fid3']}<br />
	Country: {$post['fid1']}
Above is an example maybe you will need to change the IDs (3 and 1) for the profile fields.
If you're wanting newpoints to be displayed, I think you need:

{$post['newpoints_postbit']}
or it might be
{$newpoints_postbit}
I want to make those squares to be placed one after another and Age color to be yellow and number to be white
<span style="color: #yellowhex;"><strong>Age:</strong></span> <span style="color: #FFFFFF;">{$post['fid1']}</span>
?
and the squares linke in img

[Image: 29dtsms.png]