Frontend user registrations¶
NOTE: Make sure,that you place the Plugin on a page with "Usergroup Access Rights" configured to only show the plugin output for logged in users and/or users belonging to a user group. Anyway, the plugin will only output content if there is an active FE user session.
The plugin is both used to output a list- and a detail view.
Nearly all important settings can be made through the plugin, which override the
settings made with TypoScript. All plugin settings can also be configured with TypoScript
(use plugin.tx_sfeventmgt.settings.
with the keys shown below).
Tab settings¶
Property: |
Description: |
Key: |
---|---|---|
Display mode |
With this setting the plugin can be configured to show registrations for all events, only future or only past events. Available options
|
userRegistration.displayMode |
Sort by |
Defines which field should be used for sorting events in the frontend. The default sorting field is "startdate", which can be overridden by using this setting. |
userRegistration.orderField |
Sorting direction |
Defines the sorting direction for orderField. The default sorting direction is "asc", which can be overridden by using this setting. Possible values:
|
userRegistration.orderDirection |
Registration pid |
Page, where the event plugin is configured to show event registration |
registrationPid |
Record storage page |
One or more sysfolders, where events and registrations are stored |
userRegistration.storagePage |
Recursive |
Recursion level for record storage page |
userRegistration.recursive |
Tab additional¶
- Property
Detail Page
- Description
Page, where plugin is configured to show event details
- Key
detailPid
- Property
Registration Page
- Description
Page, where plugin is configured to show event registration
- Key
registrationPid
- Property
Payment Page
- Description
Page, where plugin is configured to handle payments for registration
- Key
paymentPid