Quote:
Originally Posted by gio~logist
Hm. Try changing the following in the "Separate Staff In User's Online" plugin:
Find:
PHP Code:
substr($activeusers_staff, 2);
Replace with:
PHP Code:
substr($activeusers_staff, 1);
Do the same for the code that looks like that but with _members as well. See if that works.
|
If you like me have other usergroups with admin permissions, you will have to add those as well to get tid of that error. For example, Manager usergroup at my forum has admin privileges, so I had to add:
Code:
OR $loggedin['usergroupid'] == '55'