Quote:
Originally Posted by rulezde
best result
change
eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
to
eval('$activeusers .= " ' . fetch_template('forumhome_loggedinuser') . '";');
|
Quote:
Originally Posted by Hitterman
no problem man. I have corrected the error. Just use this new product. Sorry posting without the permission of the maker.
|
if there is no more than 1 member online, the faked members is shown with no comma, but only spacing in between. however this changes to normal while there are more than 1 real member online.
could this be solved?