Quote:
Originally Posted by P.Jackson
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 
|
ummm... then if you were logged out i dont think it would work...
edit the template: FORUMHOME_loggedinusers
delete the ,
then you should be good