Post by Stinky666 on Apr 16, 2013 13:45:10 GMT -8
Hi guys. In my info center, I have "users online total" and "last 24hrs total". I have it set so when you hover over the number/total, it shows a drop down (like with a user legend).
How do I stop this from happening (if you see, the guest bit has messed up for last 24hrs):
exdat.freeforums.net
edit:
To clarify a tiny more, it SHOULD show like so:
Users Online: #
Last 24hrs: #
Most online #
When you hover the # for Users online, it should say: # staff, # members, # guests, same should show for Last 24hrs, but it messes up.
(most online has no drop down, it is just the number)
Edit 2:
Ok so I guess nevermind. I "fixed" it by removing the link that takes you to the members page:
<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>
How do I stop this from happening (if you see, the guest bit has messed up for last 24hrs):
exdat.freeforums.net
<td width="34%">
<b>Users Online:</b> <a href="#" class="onlinetotal" title="$[total_staff_online] Staff, $[total_members_online] Member{if $[total_members_online] != 1}s{/if}, $[total_guests_online] Guest{if $[total_guests_online] != 1}s{/if}"><b>$[total_online]</b></a>
<b>Last 24hrs:</b> <a href="#" class="onlinetotal24" title="$[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}"><b>$[total_online_24]</b></a>
<b>Most Online:</b> $[most_users_online]
</td>
edit:
To clarify a tiny more, it SHOULD show like so:
Users Online: #
Last 24hrs: #
Most online #
When you hover the # for Users online, it should say: # staff, # members, # guests, same should show for Last 24hrs, but it messes up.
(most online has no drop down, it is just the number)
Edit 2:
Ok so I guess nevermind. I "fixed" it by removing the link that takes you to the members page:
<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>