I don't want my members to know what im doing. How do i do this?
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>