You are here

README.txt in Signup 6

The signup module allows users to sign up for nodes of any type.  For
each signup-enabled node, this module provides options for sending a
notification email to a selected email address upon a new user signup
(good for notifying event coordinators, etc.), and a confirmation
email to users who sign up.  When used on event-enabled nodes
(http://drupal.org/project/event) or nodes that have a CCK date field
(http://drupal.org/project/date), it can also send out reminder emails
to all signups X days before the start of the event (per node
setting), and automatically close signups X hours before their start
(general setting).  There are settings for restricting signups to
selected roles and content types.

There is support for both registered and anonymous users to sign up.
Both can receive confirmation and reminder emails, and registered
users are optionally able to cancel or edit their own signups and view
listings of their current signups.

The Views module (http://druapl.org/project/views) is a dependency
which is used to create various listings, and there is extensive views
support for your own customizations.  Installing the View Bulk
Operations (VBO) module (http://druapl.org/project/views_bulk_operations)
is strongly encouraged to facilitate various administrative tasks.
There is also support to embed the signup form as a pane using panels
(http://druapl.org/project/panels).

Some add-on modules that enhance the basic functionality are available
in the "modules" subdirectory, and there is a listing of other add-on
modules on the Signup project page (http://druapl.org/project/signup).

For installation instructions, see INSTALL.txt.

For instructions on upgrading, see UPGRADE.txt.

For information about theming, see theme/README.txt.

Send feature requests and bug reports to the issue tracking system for
the signup module: http://drupal.org/node/add/project-issue/signup.
For a list of future work, also see http://groups.drupal.org/node/5044.

This module was originally co-developed by Chad Phillips and Jeff
Robbins, and sponsored by Jeff Robbins.  It is now being maintained
by: Derek Wright (http://drupal.org/user/46549) a.k.a. "dww".

File

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