alternadiv
Well-known member
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?
Edit: The above code does work. I was testing the wrong version of the style.
<xf:if is="property('alternadivUsernameLinks') AND !{$xf.visitor.user_id}">
Edit: The above code does work. I was testing the wrong version of the style.
Last edited: