How to make it ?I would suggest hiding the "Who is online" block from the sidebar from all but the Admins group or all but your own account. You can do this with template conditionals.
<xen:if is="{$onlineUsers.records}">
<xen:if is="{$onlineUsers.records} AND {xen:helper ismemberof, $visitor, 3}">
You already have the code...Ok so brogan helped me with this , Ty brogan .
Code:
<xen:if is="{$visitor.is_admin}">
<xen:include template="sidebar_online_users" />
</xen:if>
Now only admin can see members online now ,
So now I want to do the same in the taiga chat , I want member. To see who is in the chat but not who is online now .
Any one can help ?
We use essential cookies to make this site work, and optional cookies to enhance your experience.