Quote:
Originally Posted by gio~logist
This happens to a lot of people, and then to a lot it doesn't. Try doing one of the following:
Edit the plugin and change this (each line is found in different instances):
Code:
substr($activeusers_staff, 2);
substr($activeusers_members, 2);
To this:
Code:
substr($activeusers_staff, 1);
substr($activeusers_members, 1);
Or try the same, but changing it to 0, or deleting both lines.
|
Thnx for this editing , bro Gio, it work fine, installed