You are here

README.txt in Signup 6.2

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.

Further information can be collected when users sign up to a node: several
included modules provide extra panes that can be added to a signup form. 
These allow the collection of the user's name and phone number, fields 
from Drupal core's Profile module, and fields from a form created with the
Webform module (http://druapl.org/project/webform). An API allows the creation 
of customized modules to collect any kind of data in the signup form.

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.

There is extensive integration with the Views module
(http://druapl.org/project/views), and 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. Further information can be collected when users sign up to a node: several
  13. included modules provide extra panes that can be added to a signup form.
  14. These allow the collection of the user's name and phone number, fields
  15. from Drupal core's Profile module, and fields from a form created with the
  16. Webform module (http://druapl.org/project/webform). An API allows the creation
  17. of customized modules to collect any kind of data in the signup form.
  18. There is support for both registered and anonymous users to sign up.
  19. Both can receive confirmation and reminder emails, and registered
  20. users are optionally able to cancel or edit their own signups and view
  21. listings of their current signups.
  22. There is extensive integration with the Views module
  23. (http://druapl.org/project/views), and also support to embed the
  24. signup form as a pane using panels (http://druapl.org/project/panels).
  25. Some add-on modules that enhance the basic functionality are available
  26. in the "modules" subdirectory, and there is a listing of other add-on
  27. modules on the Signup project page (http://druapl.org/project/signup).
  28. For installation instructions, see INSTALL.txt.
  29. For instructions on upgrading, see UPGRADE.txt.
  30. For information about theming, see theme/README.txt.
  31. Send feature requests and bug reports to the issue tracking system for
  32. the signup module: http://drupal.org/node/add/project-issue/signup.
  33. For a list of future work, also see http://groups.drupal.org/node/5044.
  34. This module was originally co-developed by Chad Phillips and Jeff
  35. Robbins, and sponsored by Jeff Robbins. It is now being maintained
  36. by: Derek Wright (http://drupal.org/user/46549) a.k.a. "dww".