XenForo Conditional Statements for XenForo 2

E

eTiKeT™

Guest
eTiKeT™ submitted a new resource:

Conditional Statements for XenForo 2 - Guide and tutorial for conditional statements using XenForo 2 syntax

Conditional Statements for XenForo 2
The conditional statements can be expanded by using AND, OR conditional statements operators and using xf:if, xf:else, xf:elseif.​
1. How can I show content to Administrators?
Code:

Code:
<xf:if is="$xf.visitor.is_admin">[/INDENT]
[INDENT=2]    Show...
Click to expand...

Read more

Continue reading...