| 1 |
/* $Id$ */
|
| 2 |
|
| 3 |
The Signup Scheduler module allows users of the Signup module to define a schedule for node signups to be opened and closed. Views support is included
|
| 4 |
through providing several fields and filters based on schedule data.
|
| 5 |
|
| 6 |
|
| 7 |
Requirements
|
| 8 |
------------------------
|
| 9 |
* Signup module must be installed (http://drupal.org/project/signup)
|
| 10 |
* Signups will be opened and closed during cron, so your site must have a cron
|
| 11 |
job configured. See http://drupal.org/cron for details.
|
| 12 |
|
| 13 |
|
| 14 |
Setup
|
| 15 |
------------------------
|
| 16 |
Once the module is enabled, any signup-enabled node will have an additional
|
| 17 |
fieldset in the "Signup settings" rollout that will allow configuring the
|
| 18 |
open / close dates for signups.
|
| 19 |
|
| 20 |
|
| 21 |
Support
|
| 22 |
------------------------
|
| 23 |
Please submit any feature requests or bug reports to this project's issue
|
| 24 |
queue at http://drupal.org/project/issues/signup_scheduler
|
| 25 |
|
| 26 |
|
| 27 |
Author / Maintainer
|
| 28 |
------------------------
|
| 29 |
Jeff Beeman: http://drupal.org/user/16734
|