MyBB Community Forums

Full Version: User status.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to put the status (online/offline) as text the way it is in the attachment and in the same spot. How would I do this? I did a search and all these other ways were popping up except for the way that I want. Thanks in advance!
In postbit and postbit_classic, find {$post['onlinestatus']}, remove it, and put it where you want ot to go in postbit_author_user. You'll need to type something before it, for example Status: {$post['onlinestatus']}

Then in the postbit_online, postbit_offline and postbit_away templates, change the code to show text. For example, you may want to change postbit_online to something like this:

<a href="online.php" title="{$lang->postbit_status_online}"><span style="color: green;"><strong>Online</strong></span></a>