The plugin allows to create and manage events (concerts, parties, weddings, camps etc.) and participant registrations. Website customers can register for events on the front-end pages.
Features
- Event lists;
- Easy event creation and management;
- Extensible event registration form in the front end;
- Automatic client invoice/receipt or other document generation;
- Clients can either register to a particular event, or to an undefined event;
- Automatic confirmation emails to clients upon registration;
- Useful stats for a quick overview of the current status.
Components
Event List
Event list component lets you embed a list of events right inside of your site. You can either display all of the events, or just the ones that currently have accept registrations.
Properties
- registrationPage - In what page is the event registration form located in?
- showOnlyActive - Should we show only active, or all events?
Usage sample:
title = "Events" url = "/events" layout = "default" [eventList] registrationPage = "events/register" showOnlyActive = "1" == <div class="container"> {% component 'eventList' %} </div>
Event Registration Form
Create a form that lets your users register to an event.
Properties
- attachToEvent - Should this registration form be attached to a particular event? If "yes", then you can change the options below
- slug - The slug used for finding an event
- 404IfNotFound - Should we show 404 error if nothing is found?
Usage sample:
title = "Registration" url = "/events/:slug/register" layout = "default" [eventRegistrationForm] attachToEvent = '1' slug = "{{ :slug }}" 404IfNotFound = true == <div class="container"> {% component 'eventRegistrationForm' %} </div>
-
Edwin Maina
Found the plugin useful on 18 Mar, 2021
Hello, Is there no way to pull event image inthe frontend
-
Onetouch
Found the plugin useful on 26 Jan, 2019
Its a GREAT plugin! Easy to use
Thanks Matiss
-
1.1.5 |
Update laravel-dompdf to v0.8.3 Jan 25, 2019 |
---|---|
1.1.4 |
Fix compatability issues with the latest version of October. Sep 11, 2016 |
1.1.3 |
Fix component case sensetivity issue. Mar 09, 2016 |
1.1.2 |
Remove broken registration exporting with a plan in mind to refactor it in the future. Mar 04, 2016 |
1.1.1 |
Minor style improvements. Nov 10, 2015 |
1.1.0 |
Registrations can now be filtered. The diagrams above are much more robust. Searching bugfix. May 06, 2015 |
1.0.9 |
Registration module can now be extended with custom validation messages. May 05, 2015 |
1.0.8 |
Events were not added to the email after creating registration. Fixed this issue. Apr 29, 2015 |
1.0.7 |
Backend registration option column bugfix Apr 23, 2015 |
1.0.6 |
Access right bugfix Apr 20, 2015 |
1.0.5 |
Featured images can be added to events Apr 15, 2015 |
1.0.4 |
Added missing vendor dependencies Apr 07, 2015 |
1.0.3 |
Registration exporting Apr 02, 2015 |
1.0.2 |
Invoices can now be added to the events Mar 31, 2015 |
1.0.1 |
Various bugfixes Mar 28, 2015 |
1.0.0 |
First version of MJA events plugin Mar 27, 2015 |