Conditional Statements
The following conditional statements will only work in templates which support the arguments and parameters.
Statements can be expanded using AND, OR, xen:else and xen:elseif.
Replacing == with != in the following examples will change the condition from true to false...
Disclaimer: This is a technical explaination and is geared towards developers. A working knowledge of PHP, OOP, and MVC is assumed.
What is the XenForo Class Proxy System?
In a nutshell, this system allows several add-ons to extend the same class within XenForo using its code event listener...