Quote:
Originally Posted by wicked80
Hi,
Installed and works great, just one problem with the display....it's showing two commas between the fake users instead of one e.g. say i have 3 real users - user1,user2 and user3 and some fake users,then the display shows up as:
user1,user2,user3,,fakeuser1,,fakeuser2,,fakeuser3 ...
Is there anyway to remove those 2 commas and just have one???
Thanks
|
Quote:
Originally Posted by Reeftanksonline
when there are noone signed in the first fake user has a comma infront of the first name also if you refresh the page all of the users change and the members are not listed on the whos online all of the problems are a dead giveaway. Is there a fix for this? I really like the idea its just not 100% yet.
|
Quote:
Originally Posted by tafreeh
i gave it a try and i got this ...
plus it dosent show fake users inside whos online page...
|
to fix the double comma thing do this:
open "product-fuser.xml" in notepad/wordpad
find this:
Code:
eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
replace with this:
Code:
eval('$activeusers .= "' . fetch_template('forumhome_loggedinuser') . '";');