Extension settings

Some general settings can be configured in the Extension Configuration.

  1. Go to Admin Tools > Settings > Extension Configuration
  2. Choose sf_event_mgt

Properties

Records

Slug behaviour slugBehaviour

slugBehaviour

slugBehaviour
Type

string, keyword

Default

unique

Choose one of the following slug behaviours:

uniqueInSite
The same slug can be used for news in different sites. Use this setting only if no event records are shared between sites.
unique
The same news title in different sites will lead to different slug names.

E-Mail

Use FluidEmail for email notifications useFluidEmail

useFluidEmail

useFluidEmail
Type

bool

Default
If active, all notifications generated by the extension will be sent using

FluidEmail.

Note, that the body content of the email is rendered using the internal FluidRenderingService and then send using the TYPO3 system email layout. So if you want to change the email content, the templates in Resources/Private/Notification/ must be overwritten.

Payment

Enable payment method 'invoice' enableInvoice

enableInvoice

enableInvoice
Type

bool

Default

1

Enable payment method 'invoice'

Enable payment method 'transfer' enableTransfer

enableTransfer

enableTransfer
Type

bool

Default

1

Enable payment method 'transfer'

Backend

Hide registrations in event record by limit hideInlineRegistrations

hideInlineRegistrations

hideInlineRegistrations
Type

bool

Default

Enable feature to hide registrations when editing an event in the backend

Hide registrations in event record by limit hideInlineRegistrationsLimit

hideInlineRegistrationsLimit

hideInlineRegistrationsLimit
Type

int

Default

500

Max amount of registrations to display before event registrations will be hidden when editing an event.