MyBB Community Forums

Full Version: Remove or Change word next to username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My site: http://gfxbin.co.cc/

The problem: [Image: 357f4pg.png]

Anybody know how I can remove that word, or change it to a small icon? I don't like how it moves the whole name over.

[If allowed, side note: Is there any way to make classic mode the default as opposed to horizontal? It didn't make any change when I changed it in the Admin CP, but it worked changing it in the User CP]

Thanks if you can answer either!
To convert it into a small icon:

1. Go to Admin Panel
2. Click "Templates & Styles"
3. Click "Templates" on the left
4. Click "Dark Fusion Templates" the templates you use right now
5. Click "Post Bit Templates"
6. Click "postbit_online"
7. Empty the codes in postbit_online and copy the following code:
<a href="online.php" title="{$lang->postbit_status_online}"><img src="images/buddy_online.gif" border="0" alt="{$lang->postbit_status_online}" /></a>
Save and return to the list
8. Click "postbit_offline"
9. Empty the codes in postbit_offline and copy the following code:
<img src="images/buddy_offline.gif" title="{$lang->postbit_status_offline}" alt="{$lang->postbit_status_offline}" />
Save and return to the list.

That's all... If you still have a problem, please inform me.

To make the classic mode the default:

1. Click "Configuration"
2. Click "Showthread Options"
3. In post layout, choose "Display posts using the classic layout"
4. Save settings

That's all.
Thank you so much, I've been searching all day for how to fix this. +1 rep easily earned.