Extension Manager¶
Some general settings can be configured in the Extension Manager. If you need to configure those, switch to the module “Extension Manager”, select the extension “|extension_key|” and press on the configure-icon!
The settings are divided into several tabs and described here in detail:
Properties¶
Property | Tab | Default |
---|---|---|
poiCollectionPid | basic | 0 |
rootUid | basic | 0 |
recurringPast | basic | 3 |
recurringFuture | basic | 6 |
mergeEvents | basic | false |
defaultCountry | basic | |
emailFromAddress | basic | |
emailFromName | basic | |
emailToAddress | basic | |
emailToName | basic |
poiCollectionPid¶
While creating organizers we catch the address and create a maps2 record automatically for you. Define a storage PID where we should store these records.
rootUid¶
If you have many sys_category records with huge trees it would be good to reduce such category trees to specified root UID.
recurringPast¶
We can’t create the day records for a recurring event for an unlimited time. This would cost too much performance and will create too much day records. With this setting you can reduce the generation to a specified amount of month.
recurringFuture¶
We can’t create the day records for a recurring event for an unlimited time. This would cost too much performance and will create too much day records. With this setting you can reduce the generation to a specified amount of month.
mergeEvents¶
For a better overview in list views you can merge events with multiple performances on one day as one single event.
This is a global setting as this affect the day generator directly and can not be set for each plugin or as TypoScript.
Yes, there is also a mergeEvents option in TypoScript and plugin, but that option will merge all days and times of an event as one single event in list view.
After changing this option you have to start the update task of events in scheduler again.
defaultCountry¶
While creating event locations we also create a record for EXT:maps2 while saving. If you’re only working for one specified country while creating/editing locations in backend it would be cool to set a country by default. So you only need to add street and city to find a POI. If you need POIs from all over the world, please keep this field empty.
emailFromAddress¶
With events2 you can give your website visitors the possibility to create new events. These created records will be hidden by default. Add an email address of the sender, if a new record was created over the frontend.
emailFromName¶
With events2 you can give your website visitors the possibility to create new events. These created records will be hidden by default. Add a name of the sender, if a new record was created over the frontend.
emailToAddress¶
With events2 you can give your website visitors the possibility to create new events. These created records will be hidden by default. Add an email address of the receiver, if a new record was created over the frontend.
emailToName¶
With events2 you can give your website visitors the possibility to create new events. These created records will be hidden by default. Add a name of the receiver, if a new record was created over the frontend.