| 1 |
$Id: README.txt,v 1.14 2008/11/12 23:22:19 dww Exp $
|
| 2 |
|
| 3 |
The signup module allows users to sign up for nodes of any type. For
|
| 4 |
each signup-enabled node, this module provides options for sending a
|
| 5 |
notification email to a selected email address upon a new user signup
|
| 6 |
(good for notifying event coordinators, etc.), and a confirmation
|
| 7 |
email to users who sign up. When used on event-enabled nodes
|
| 8 |
(http://drupal.org/project/event) or nodes that have a CCK date field
|
| 9 |
(http://drupal.org/project/date), it can also send out reminder emails
|
| 10 |
to all signups X days before the start of the event (per node
|
| 11 |
setting), and automatically close signups X hours before their start
|
| 12 |
(general setting). There are settings for restricting signups to
|
| 13 |
selected roles and content types.
|
| 14 |
|
| 15 |
There is support for both registered and anonymous users to sign up.
|
| 16 |
Both can receive confirmation and reminder emails, and registered
|
| 17 |
users are optionally able to cancel or edit their own signups and view
|
| 18 |
listings of their current signups.
|
| 19 |
|
| 20 |
There is extensive integration with the Views module
|
| 21 |
(http://druapl.org/project/views), and also support to embed the
|
| 22 |
signup form as a pane using panels (http://druapl.org/project/panels).
|
| 23 |
|
| 24 |
Some add-on modules that enhance the basic functionality are available
|
| 25 |
in the "modules" subdirectory, and there is a listing of other add-on
|
| 26 |
modules on the Signup project page (http://druapl.org/project/signup).
|
| 27 |
|
| 28 |
For installation instructions, see INSTALL.txt.
|
| 29 |
|
| 30 |
For instructions on upgrading, see UPGRADE.txt.
|
| 31 |
|
| 32 |
For information about theming, see theme/README.txt.
|
| 33 |
|
| 34 |
Send feature requests and bug reports to the issue tracking system for
|
| 35 |
the signup module: http://drupal.org/node/add/project-issue/signup.
|
| 36 |
For a list of future work, also see http://groups.drupal.org/node/5044.
|
| 37 |
|
| 38 |
This module was originally co-developed by Chad Phillips and Jeff
|
| 39 |
Robbins, and sponsored by Jeff Robbins. It is now being maintained
|
| 40 |
by: Derek Wright (http://drupal.org/user/46549) a.k.a. "dww".
|