We want to display the currently logged-in users on our site. We are using the following code:
{exp:stats}
{if member_names}
{member_names backspace='8'}<a href="http://{member_path=forums/member/index}">{name}, {/member_names}</a>
{/if}
{/exp:stats}It is correctly displaying all active member names, however this is only visible to Super Admins. Users from any other member group are only seeing their own name. Not good, help please.
We are in EE v2.3.1 and it is an MSM site.
Thank you!