MyBB Community Forums

Full Version: Put posts UNDER badge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I change the number of posts BELOW the badge, and make the badge centered.

http://sintation.com/showthread.php?tid=5&pid=6#pid6

Example is shown above of what is wrong with it.
admin panel >> templates >> forum's active theme templates >> Post Bit Templates >> postbit_author_user
find code like {$lang->postbit_posts} {$post['postnum']} and add <br /> before it and save the template
<br />{$lang->postbit_posts} {$post['postnum']}