hh-com / contao-eventnewsregistration
Contao 4 bundle for events and news with registration.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.12
This package is auto-updated.
Last update: 2024-10-30 01:43:01 UTC
README
This module adds standalone, simple event management that is not linked to the Contao event bundle. Create categories and assign them (one or more) to the events. An event registration (with the number of places available and the price) can be activated for each event. Currently this module is not multilanugage. A registration email/confirmation email can be activated in the settings. Registration is possible for registered and non-registered users. Non-registered users need Javascript to register for an event.
Install
$ composer require hh-com/contao-eventnewsregistration
or copy to:
root
- src
- - hh-com
- - - contao-eventnewsregistration
Update your contao installation composer.json
"repositories": [
{
"type": "path",
"url": "src/hh-com/contao-eventnewsregistration",
"options": {
"symlink": true
}
}
],
"require": {
...
"hh-com/contao-eventnewsregistration": "@dev",
...
}
Backend configuration
- create categories (and/or location, organiser)
- create a reader page
- create a listview page
- create a registration-form page (you can also insert the registration form on the reader page)
- create a registration-thank-you page
- create a registration-confirmed page
- create the listview module and insert it into page
- create the reader module and insert it into page
- create the categories module and insert it into page
- create the registration module and insert it into reader page or on the registration-form page
Screenshots
Changelog
- init