TypoScript Setup
Please note that the following properties refer to TS template setup, not to TS template constants!
When installing this extension, you should NOT use the following setting:
config.
This setting will prevent the inclusion of Javascript essential to the correct behavior of the profile editing features.
Properties
extraLabels
extraLabels
-
- Type
- string
Comma-separated list of additional labels to use in the HTML template.
See section Labels and localisation about adding extra labels.
templateFile
templateFile
-
- Type
- string
Same as
file.from Constants. This is needed under Setup for language specific template files only.template File
where.static_countries
extraLabels
-
- Type
- string
Set a SQL WHERE condition to follow for the selected country in the
static_table of thecountries static_extension. Maybe you want to see only users from EU countries on your site.info_ tables See section Labels and localisation about adding extra labels.
Example 1:
- plugin.tx_agency {
- where.static_countries = cn_eu_member = 1
}
Example 2:
evalFunc
evalFunc
-
- Type
- function-name
additional evaluation function for the records, e.g.
user_ormyfunction user_myclass->main
userFunc_updateArray
evalFunc
-
- Type
- function-name
User function to update the records
displayRequired
displayRequired
-
- Type
- cObject
Use this cOject for the display of required fields. By default the required fields are printed with an asterisk (*).
Example:
displayRequired = COAdisplayRequired = COA displayRequired { 10 = TEXT 10.value = You must fill this in! 10.wrap = <b>Attention:</b> | * }Copied!