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.

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 sysfolder and switch to the list module. (Of course you can also use an existing sysfolder).
  2. Switch to List module
  3. Use the icon in the topbar “Create new record” and search for “Events 2” 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. The required fields are highlighted in red.

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.