https://github.com/hh-com/contao-eventnewsregistration
https://github.com/hh-com/contao-eventnewsregistration
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hh-com/contao-eventnewsregistration
- Owner: hh-com
- Created: 2022-06-26T10:13:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T11:16:20.000Z (almost 4 years ago)
- Last Synced: 2025-06-25T19:42:44.013Z (12 months ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Event and News with Registration for Contao
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
``` code
$ composer require hh-com/contao-eventnewsregistration
```
or copy to:
root
\- src
\- - hh-com
\- - - contao-eventnewsregistration
Update your contao installation composer.json
``` code
"repositories": [
{
"type": "path",
"url": "src/hh-com/contao-eventnewsregistration",
"options": {
"symlink": true
}
}
],
"require": {
...
"hh-com/contao-eventnewsregistration": "@dev",
...
}
```
**Backend configuration**
1. create categories (and/or location, organiser)
2. create a reader page
3. create a listview page
4. create a registration-form page (you can also insert the registration form on the reader page)
5. create a registration-thank-you page
6. create a registration-confirmed page
5. create the listview module and insert it into page
6. create the reader module and insert it into page
7. create the categories module and insert it into page
8. create the registration module and insert it into reader page or on the registration-form page
# Screenshots



**Changelog**
* init