• During registration a specific email will be required. Only gmail.com.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.
XF2 Conditional Statements

XF2 Conditional Statements

XenModz

Administrator
Messages
1,847
Reaction score
612
Points
113
xFMafia submitted a new resource:

XF2 Conditional Statements - XF2 Conditional Statements

The if template tag can be used for conditional rendering. The if tag can take the following attributes:
  • is - The condition under which the content of the tags should be displayed.
Conditions :
The is attribute supports several logical operators:
  • OR - Boolean or. Alternative usage: ||
  • AND - Logical and. Alternative usage of &&
  • ! - Logical negation (not).
  • XOR - Returns true if only one of the two...

Read more about this resource...
 
Back
Top Bottom