XenForo Conditional statement question

A

Alternadiv

Guest
I have a custom style property that I want to only apply if the visitor is not logged in. Shouldn't this work for that?
<xf:if is="property('alternadivUsernameLinks') AND !{$xf.visitor.user_id}">

Continue reading...