DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TypoScript

This page is divided into the following sections which are all configurable by using TypoScript:

Plugin settings

This section covers all settings, which can be defined in the plugin itself.

Important

Every setting can also be defined by TypoScript.

Properties

Property Type
rootCategory integer
pidOfDetailPage integer
pidOfSearchPage integer
pidOfLocationPage integer
pidOfListPage integer
mergeRecurringEvents false
userGroup false
list array
latest array
pageBrowser array
show array

rootCategory

This is only needed by plugin “Event: search”. An integrator can select the categories in Events plugin which should be available in the filters selectbox for main categories. If you have huge category trees it may happen that the integrator selects sub-categories which should not happen. Please define the root UID of all main categories here. So, if an integrator selects wrong categories they will be removed from listing.

pidOfDetailPage

If you want to have an individual detail page for events, you can defined the page UID here.

pidOfSearchPage

If you want to have an individual search page for events, you can defined the page UID here.

pidOfLocationPage

If you want to have an individual location page for events, you can defined the page UID here.

pidOfListPage

If you have defined a detail page, you should also set pidOfListPage to have proper links back to the list view of event records.

mergeRecurringEvents

If you have recurring events, this option will group event records and will only show the next date of the events instead of all following dates.

userGroup

If you want to allow your frontend users the creation of new events, you should create a new FE-Group for them and place the UID of this group here.

list

Special configuration for list view.

image

Configuration for images in list view. It currently contains: width, height, maxWidth, maxHeight, minWidth, minHeight

amountOfRecordsToShow

How many records should be displayed in list view for each page in pageBrowser

Special configuration for latest view.

amountOfRecordsToShow

How many records should be displayed in latest view for each page in pageBrowser

Define settings for pageBrowser

itemsPerPage

Amount of records on a page

insertAbove

Show a pageBrowser on top of the list

insertBelow

Show a pageBrowser below the list

image

Configuration for images in detail view. It currently contains: width, height, maxWidth, maxHeight, minWidth, minHeight