inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Mar 28, 2013 14:21:30 GMT -8
this is the line that adds totals of all users together and displays it online Total User/s : # i used it in my info centre - its not displaying at all anymore? what have i done wrong or possiblities why this doesnt work anymore?
<tr><td><script>var tmp=($[total_staff_online] + $[total_members_online] + $[total_guests_online]); document.wright("Total User" + (tmp!=1 ? "s" : "") + ": " +tmp )</script></td></tr>
|
|
Aaron
New Member
Posts: 146
inherit
190454
0
Jul 18, 2024 15:15:21 GMT -8
Aaron
146
February 2013
aarongoff
|
Post by Aaron on Mar 28, 2013 15:25:48 GMT -8
document.wright("Total User" + (tmp!=1 ? "s" : "") + ": " +tmp )
|
|