Sunka
Well-known member
@Brogan resource show me conditional for users who do not have an avatar:
Is there conditional for users who do not have signature?
Also for users who not post in one defined thread or another one (user must have post at least in one of that two threads).
How can I show content to members who do not have an avatar?
<xen:if is="!{$visitor.avatar_date} AND !{$visitor.gravatar}">
This content will show to members who do not have an avatar
</xen:if>
Is there conditional for users who do not have signature?
Also for users who not post in one defined thread or another one (user must have post at least in one of that two threads).