MyBB Community Forums

Full Version: Posbit Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So my post bit currently looks like this.

http://i.imgur.com/9B0Zz.png

How do i make Posts/Joined/Warning level all bold? I managed to do the others because they was seperate.

For example.

{$post['groupimage']}
{$post['useravatar']}<br />
<b>Supports:</b> {$post['fid4']}<br />
<b>Fav Player:</b> {$post['fid5']}<br />
<b>Location:</b> {$post['fid1']}<br />
{$post['user_details']}<br />


Posts/Joined/Warning is all under user details, how can i get these bold?
Edit the postbit_author_user template and bold the areas you want bold
(2012-01-15, 05:31 PM)x-Treme Wrote: [ -> ]Edit the postbit_author_user template and bold the areas you want bold

By using <strong> tags.