MyBB Community Forums

Full Version: Online icon into text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i was wondering if it's possible to change Online/Offline/Away icons into text above avatar, something like:
Online
Offline
Away
I'm pretty sure i've seen something like this somewhere but i can't find anywhere how to do this. 
Yes it is possible.. you can do it many ways but here's how you do it. Smile

Go in postbit templates > Postbit Offline
<div style="color: red;">Offline</div>

Postbit Online
<div style="color: green;">Online</div>
Thanks :>