Ques/Help if $xf.visitor.message_count|number} not working

S

sdev

Guest
I have this code, and it never returns false. Why is that?

Code:

Code:
<xf:if is="{$xf.visitor.message_count|number} < 5">

        <xf:comment>Guests and members with less then 5 posts</xf:comment>

<xf:else />

                          

</xf:if>

Continue reading...