MyBB Community Forums

Full Version: Change Usersgroups online status.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't want my members to know what im doing. How do i do this?

[Image: 5961c783.png]

I wanna know how to make it say Unknown Location for the admins.
Install this plugin: http://community.mybb.com/thread-31860.html

Then in member_profile template, wrap the following code;
<strong>{$lang->postbit_status}</strong> {$online_status}
with this;
<if $memprofile['usergroup'] != "4" then><strong>{$lang->postbit_status}</strong> {$online_status}</if>
Thanks this is helpful Smile +rep.