Plugin settings¶
Nearly all important settings can be made through the plugin, which override the settings made with TypoScript.
Tab settings¶
Property: | View: | Description: | Key: |
---|---|---|---|
What to display | All | Which view should be shown on the given page. Available options:
|
|
Detail pid | List, Registration | Page, where plugin is configured to show event details | detailPid |
List pid | List, Details, Registration | Page, where the listview for events is shown. Only available, when the plugin is configured to show event details. | listPid |
Registration pid | List, Details | Page, where plugin is configured to show event registration | registrationPid |
Display mode | List | With this setting the plugin can be configured to show all events, only future or only past events. Available options
|
displayMode |
Sort by | List | 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. | orderField |
Sorting direction | List | Defines the sorting direction for orderField. The default sorting direction is “asc”, which can be overridden by using this setting. Possible values:
|
orderDirection |
Template layout | List | With this setting the plugin can be configured to show different template layouts. Template layouts can be configured with Page TSConfig like shown below.: tx_sfeventmgt.templateLayouts {
1 = 2 column layout
2 = Event-Slider
}
Template layout can be used/set by TypoScript (settings.templateLayout) |
templateLayout |
Top event restriction | List | With this setting the plugin can be configured to show only top event events, to except top events or to ignore the top event restriction. Available options
|
topEventRestriction |
Max records displayed | List | The maximum number of records shown | queryLimit |
Category | List | Restrict events to be shown by one or more category | category |
Location | List | Restrict events to be shown by one location | location |
Record storage page | List | One or more sysfolders, where events are stored | storagePage |
Disable Override demand | List | If set, the settings of the plugin can’t be overridden by arguments in the URL. | disableOverrideDemand |
Comma seperated list of fieldnames, which are required. | Registration | List of fieldnames, which are mandatory for registration. The fields firstname, lastname and email are always required and cannot be overridden. The following additional fields are available:
Note, that all fields are just checked, if they are empty or not. If the field “accepttc” (or any other boolean field) is included in the list of required fields, it is checked if the field value is true. |
registration.requiredFields |
Tab notification¶
Property: | View: | Description: | Key: |
---|---|---|---|
E-Mail address of e-mails sent to the user | Registration | E-Mail address of e-mails sent to the user. This should be the e-mail address of the site admin or a general information e-mail address. The user will see this e-mail address as sender. | notification.senderEmail |
Name of the sender | Registration | Name of the sender | notification.senderName |
E-Mail address(es) of website admin | Registration | E-Mail address(es) of website admin(s), who receives new/confirmed registrations. Multiple E-Mail addresses must be separated with a comma. | notification.adminEmail |
Subject of e-mail sent to user when a new registration is created | Registration | Subject of e-mail sent to user when a new registration is created | notification.registrationNew.userSubject |
Subject of e-mail sent to admin when a new registration is created | Registration | Subject of e-mail sent to admin when a new registration is created | notification.registrationNew.adminSubject |
Subject of e-mail sent to user when a registration has been confirmed | Registration | Subject of e-mail sent to user when a registration has been confirmed | notification.registrationConfirmed.userSubject |
Subject of e-mail sent to admin when a registration has been confirmed | Registration | Subject of e-mail sent to admin when a registration has been confirmed | notification.registrationConfirmed.adminSubject |
Subject of e-mail sent to user when a registration has been cancelled | Registration | Subject of e-mail sent to user when a registration has been cancelled | notification.registrationCancelled.userSubject |
Subject of e-mail sent to admin when a registration has been cancelled | Registration | Subject of e-mail sent to admin when a registration has been cancelled | notification.registrationCancelled.adminSubject |