cylancer/eventplanner

A small event planner for frontend user.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Type:typo3-cms-extension

2.2.4 2023-11-18 20:06 UTC

This package is auto-updated.

Last update: 2024-04-23 10:23:04 UTC


README

With this small event planner the frontend users can register for certain parts of an event. For example, you can coordinate who will help at the grill and who will help at the bar.

Limitations

  • This extension is only usable for logged in frontend user. (The admin have to pay that the frontend plugin is only available for logged in users.)

Installation

You can install the extension via the extensions module or via composer.json.

Add the plugin typoscript to the static template

In the second step you have to add the plugin to the TypoScript. To do this, you need to add the TypoScript of the plugin via the static template.

Configuration

Using

Create pages and folder

I always do it this way: I create a page and a folder under it. The folder contains the data. The page the appropriate frontend plugin.

My favorited folder structure.

Create the data container

In the data folder you create a data record of type "Event plan". (List module > select the data folder > press plus button)

Create the event plan data record.

Fill the data record.

Fill the event plan data record.

Add the frontend plugin

Add the plugin on your event page.

Pick the frontend plugin.

Select on the "Plugin" sheet the new event plan.

Select the event plan data record.