Quote:
Originally Posted by MrNase
How can we fix the , username , , anotheruser problem?
And I just noticed? Users that are already logged in appear twice sometimes.
|
You need to edit the plugin Fake Users with the following code
Code:
Edit Plugin Fake Logged in Users
eval('$activeusers .= " , ' . fetch_template
to
[CODE]
Code:
Edit Plugin Fake Logged in Users
eval('$activeusers .= "' . fetch_template
Job done