1. How can I show content to Administrators?
<xf:if is="$xf.visitor.is_admin">
Show content...
</xf:if>
محتوى يراه المدير فقط
2. How can I show content to Moderators?
<xf:if is="$xf.visitor.is_moderator">
Show content...
</xf:if>
محتوى يراه المشرفين فقط
3. How can I show content to...