[RSS Feed/News] Conditional statements : user & visitor

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello,
How would you define the difference between these 2 conditions?

HTML:

Code:
<xf:if is="$xf.visitor.message_count|number > 10">
    Content
</xf:if>
HTML:

Code:
<xf:if is="$user.message_count|number > 10">
    Content
</xf:if>

Thanks.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom