XF 1.3 Code for viewing things with number of messages

LordsKing

Active member
Hello :)

I would hide something on my web site ! And this appear when the user has 10 messages on the web site !
I tried to use this :
Code:
<xen:if is="{xen:number $visitor.message_count} <= 10">...</xen:if>

But this do not work ! Please help me:(

Thanks
 
Top Bottom