E

Conditional Statements for XenForo 2

  • Thread starter Thread starter eTiKeT™
  • Start date Start date
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...
 
Similar threads Most view View more
Back
Top Bottom