naia Well-known member Oct 13, 2015 #1 Is there a template conditional that could be used to hide content from users who choose not to show their online status? I'd like to hide the ArrowChat script from them so that their online status isn't accidentally disclosed.
Is there a template conditional that could be used to hide content from users who choose not to show their online status? I'd like to hide the ArrowChat script from them so that their online status isn't accidentally disclosed.
Martok Well-known member Oct 13, 2015 #2 Wrap the Arrowchat code in this conditional: Code: <xen:if is="{$visitor.visible}"> </xen:if> Only those who are visible will then see the Arrowchat bar. Upvote 0 Downvote
Wrap the Arrowchat code in this conditional: Code: <xen:if is="{$visitor.visible}"> </xen:if> Only those who are visible will then see the Arrowchat bar.