Being a repetitive task for me, it's probably a good idea for me to write this down.
Installing events and events subscription management to Drupal 6 is as easy as installing a few modules and doing a quick setup.
- download and install the event module
- download and install the signup module
- enable the event module and all its sub-modules (don't check datepicker if you want to go fast, as it will require additional CSS and JS to work)
- enable the signup module (required by event-signup)
- go to permissions and enable the events and signup features (nodes and signup sections) for user roles as needed (maybe you want to allow anonymous people to signup for events...)
- go to content administration -> content type -> event -> edit
- in the Signup configuration section, select any of the 2 last options (allowed or enabled) then save
- create an event and "enable" the signup option (edit the corresponding elements to suit your needs)
Comments
Nice article, its always good to know how things are done.
Some of the repetitive tasks could be eliminated using the "Features" module.
"The features module enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together satisfy a certain use-case." -- http://drupal.org/project/features
Using it means less repetition and memorization.
I've been using the event module over at www.dsptn.com/event . I'm trying to find out how to override the page title. I think it may be hard coded.