XenForo
Administrative
- Thread starter
- Admin
- #1
Hello,
How would you define the difference between these 2 conditions?
HTML:
HTML:
Thanks.
ادامه مطلب...
How would you define the difference between these 2 conditions?
HTML:
Code:
<xf:if is="$xf.visitor.message_count|number > 10">
Content
</xf:if>
Code:
<xf:if is="$user.message_count|number > 10">
Content
</xf:if>
Thanks.
ادامه مطلب...