hh-com/contao-eventnewsregistration

Contao 4 bundle for events and news with registration.

1.02 2022-07-03 11:15 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:38 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

  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
  7. create the listview module and insert it into page
  8. create the reader module and insert it into page
  9. create the categories module and insert it into page
  10. create the registration module and insert it into reader page or on the registration-form page

Screenshots

eventnewsregistration

image

image

Changelog

  • init