How to start

This walkthrough will help you to implement the extension events2 at your TYPO3 site. The installation is covered here.

Create the records

Before any events2 record can be shown in the frontend, those need to be created.

  1. Create a new storage folder. Of course you can also use an existing storage folder.

  2. Switch to List module

  3. Use the icon in the topbar "Create new record" and search for "Events2" and its record "Event".

  4. Click on "Event" to create a new event record. Choose an event type and fill as many fields you want.

Add a plugin to a page

A plugin is used to render a defined selection of records in the frontend. Follow this steps to add a plugin to a page:

Events

  1. Create a new page with a title like "Events" which will be used to show your created events records.

  2. Add a new content element and select the entry Insert Plugin

  3. Switch to the tab "Plugin" where you can define the plugin settings and set selected plugin to "Events".

  4. Save the plugin.

Events: Calendar

  1. Create a new page with a title like "Events" which will be used to show your created events records.

  2. Add a new content element and select the entry Insert Plugin

  3. Switch to the tab "Plugin" where you can define the plugin settings and set selected plugin to "Events: Calendar".

  4. Save the plugin.