[RSS Feed/News] Conditional Statements for XenForo 2

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

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