This question may be related to a resolved thread.
I want to be able to see a list of currently logged in users on the site, but only if I’m logged in as a Super Admin. If I try this, I only ever see myself:
{if group_id == '1'}
{exp:stats}
Logged in <strong>{member_names backspace="2"} {name}, {/member_names}</strong>{/exp:stats}
{/if}If I try it without the conditional {group_id} I also only ever see myself.
I’ve tested this by logging into the site as different member group types, and all behave similarly. Also, {total_logged_in} only ever returns 1.
I’ve looked for the anonymous setting as described in the post quoted above, but cannot find this anywhere.
We’re on EE 2.1.3 build 20101220.
Seb