MyBB Community Forums

Full Version: Post_bit editing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to change the post_bit template. You know where it shows your aviator, user title, and group image... How can I switch them around? Meaning, I put the aviator first then the rank image then the user title.. Get it?

I already tried editing the postbit template but it's not working for some reason..
It's the template called 'postbit'
You'll find code like the following in the template, scattered around:
{$post['useravatar']}
{$post['usertitle']}
{$post['userstars']}
{$post['groupimage']}
etc.

Make sure you're editing the template set that is associated with your current theme. Wink
If you're on the classic postbit it'll be postbit_classic, might be where you're going wrong if you're on the classic postbit.