XF 1.5 Template Conditional - Online Status.

naia

Well-known member
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.
 
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.
 
Top Bottom