Posted by rudiedirkx on January 6, 2012 at 7:22pm
Allows (authenticated and/or anonymous) users to register for events. Events are nodes with certain node types. You can enable registration for any node type and add fields and manage display per type and per node.
Since it's built on Entities and Fields, it works perfectly together with Views, Tokens, Rules, VBO etc.
Requires PHP >= 5.3.
Set up
- Download & enable + dependencies
- Choose node types to enable (
admin/structure/types/manage/TYPE/edit) - Add fields to new registration type (
admin/structure/node_registration/manage/TYPE/fields) - Tweak registration type settings (
admin/structure/node_registration/manage/TYPE/settings) - Party
Permissions
Most permissions are intelligent: a combination of
checkboxes (People > Permissions), registration type
settings and node registration settings (node/2/registration/settings).
Settings
For registration types and nodes:
- Enable (per type and per node)
- Capacity
- Max slots per authenticated registration
- Max slots per anonymous registration
Allow e-mail address change?Require e-mail address verification?- Send reminder before event
- Registration success message
- E-mail sender name
- E-mail sender address
- E-mail to registree
- E-mail to admin
- Reminder e-mail
For nodes only:
- Event start date (with optional node field)
- Registration start date (with optional node field)
- Registration end date (with optional node field)
- Registration capacity (with optional node field)
Cool options
drupal_alters- Views integration
- Tokens
- Rules integration
Developers
See the dev docs: docs/DEVELOPERS.md
To do
More
- double check & test tokens
- more drupal_alter interfaces, because they rule
- fix the crazy menu to be like the node type menu tree
- documentation obviously (inline and outline)
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Community, Event, Fields
- Reported installs: 29 sites currently report using this module. View usage statistics.
- Downloads: 352
- Last modified: May 26, 2012