symbiote-library / silverstripe-eventmanagement
SilverStripe event management and registration module
Installs: 214
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 7
Forks: 17
Open Issues: 16
Type:silverstripe-module
Requires
- silverstripe/cms: >=3.1
- silverstripe/framework: >=3.1
- silverstripe/multiform: 1.1.*@dev
- symbiote/silverstripe-gridfieldextensions: ~1.1
- unclecheese/eventcalendar: ~1.0
Suggests
- silverstripe/payment: Payment module. Note: Only use the 1.0.x branch line, others are incompatible!
- symbiote/silverstripe-queuedjobs: Allows sending out event reminder emails
Replaces
README
IMPORTANT
This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!
SilverStripe Event Management Module
The event management module allows you to manage event details and registrations from within the CMS. Some features include:
- Allow people to register, view their registration details and un-register for events.
- Attach multiple ticket types to each event. Each ticket can have its own price, go on sale in different time ranges and have different quantities available.
- Hold event tickets during the registration process to ensure they are available.
- Require email confirmation for confirming free event registrations, or canceling a registration.
- Send registered users a notification email when event details change.
- Generate ticket files that a user can download and print.
- Invite people to the event, either from member groups or from past events.
- Send reminder emails a fixed time before an event starts.
Maintainer Contacts
- Marcus Nyeholt (marcus@symbiote.com.au)
Requirements
- SilverStripe 2.4+
- The Event Calendar module.
- The MultiForm module.
- The ItemSetField module.
- Optionally requires the Payment module for collecting payments with registration.
- Optionally requires the Queued Jobs module for sending out event reminder emails.
Installation
See Installation.