Search Results
Template Conditionals
Template Conditionals are a powerful tool for controlling the XHTML output from your templates. They allow you to create simple if/else branches within your templates, in order to display different... Conditionals
Conditionals are a comparison test that you can use to control how your templates work. See Template Conditionals Using PHP Functions in Template Conditionals
As a security precaution, to prevent malicious damage to either your database or your server itself, most PHP functions are disallowed in template conditionals. This, for example, would be... Using PHP Functions in Template Conditionals
As a security precaution, to prevent malicious damage to either your database or your server itself, most PHP functions are disallowed in template conditionals. This, for example, would be... Multiple Selection Menu
To add a Multiple-Selection Menu field to the User Profile form, click on the following to your left: User Profile Fields> Add New User Profile Field then select Multiple-Selection Menu from the... Multiple Selection Checkbox
To add a Multiple-Selection Checkbox field to the User Profile form, click on the following to your left: User Profile Fields> Add New User Profile Field then select Multiple-Selection Checkbox from... Using Phrases in Templates
Phrases are generally straightforward to use in templates. Simple phrases (without any variable portions) can be referenced like regular $variables; complex phrases are referenced similarly to... Single Line Text Box
To add a Single-Line Text Box field to the User Profile form, click on the following to your left: User Profile Fields> Add New User Profile Field then select Single Line Text Box from the dropdown... Multiple Line Text Box
To add a Multiple-Line Text Box field to the User Profile form, click on the following to your left: User Profile Fields> Add New User Profile Field then select Multiple-Line Text Box from the... Single Selection Radio Buttons
To add a Single-Selection Radio Button field to the User Profile form, click on the following to your left: User Profile Fields> Add New User Profile Field then select Single-Selection Radio Buttons... Single Selection Menu
To add a Single-Selection Menu field to the User Profile form, click on the following to your left: User Profile Fields> Add New User Profile Field then select Single-Selection Menu from the dropdown...