MyBB Community Forums

Full Version: how to hide members online status
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I hid the whose online part but when i go on members list it shows status of particular members weather their online or not how do I hide this?

also the tiny green button that shows users are online how do i hide that?

thx Smile
basically showing who is online is a group based permission

forum admin panel >> users & groups >> Groups >> [Group] >> miscellaneous >> Who's Online
--> Can view who's online?
selection can be removed for the required groups (eg. guests, registered members .. etc)

Edit: icon showing online status
postbit templates consist of {$post['onlinestatus']} code - that can be removed.

MyBB uses two types of posts display layouts - horizontal & vertical
two templates are used for the two layouts - postbit & postbit_classic
{$post['onlinestatus']} code needs to be removed in both the templates

[templates guidance]
Edit: icon showing online status
postbit templates consist of {$post['onlinestatus']} code - that can be removed.

MyBB uses two types of posts display layouts - horizontal & vertical
two templates are used for the two layouts - postbit & postbit_classic
{$post['onlinestatus']} code needs to be removed in both the templates
[templates guidance]
[/quote]

is that in config php? where do I access this code?

thx Smile
The templates are found by ACP->Templates & Style->Templates->Your Theme->Postbit Templates.