inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 8, 2013 0:35:42 GMT -8
So, I've added the variable for total online in 24hrs, like so: 0 total online for the last 24 hours: 1 Staff, 0 Members & 10 Guests That's how it displays, notice how it says "0 total online", even though there have been 10 guests and 1 staff, so it should be 11, not 0. The code I am using is as follows: <tr><b>$[total_online_24] total online for the last 24 hours:</b> $[total_staff_online_24] Staff, <a class="$[view_active_members_link_24.class]" href="$[view_todays_active_members_link.href]">$[total_members_online_24] Member{if $[total_members_online_24] != 1}s{/if}</a> & $[total_guests_online_24] Guest{if $[total_guests_online_24] != 1}s{/if}</tr> Not sure what I have done wrong
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 8, 2013 12:33:18 GMT -8
Hi, Stinky666. After talking with the devs, it turns out the variable only counts users that don't appear in the current users online and completely discounts guests. However, we don't feel it should be this way, so the variable will be changed to account for everyone online ever within the past 24 hours.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 8, 2013 13:39:27 GMT -8
Hi, Stinky666. After talking with the devs, it turns out the variable only counts users that don't appear in the current users online and completely discounts guests. However, we don't feel it should be this way, so the variable will be changed to account for everyone online ever within the past 24 hours. I was going crazy wondering what I did wrong haha. Thanks for letting me know, it's much appreciated.
|
|