https://github.com/dpi/registration-date
http://drupal.org/project/registration_date
https://github.com/dpi/registration-date
Last synced: 5 months ago
JSON representation
http://drupal.org/project/registration_date
- Host: GitHub
- URL: https://github.com/dpi/registration-date
- Owner: dpi
- License: gpl-2.0
- Created: 2012-05-29T12:05:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-30T16:53:27.000Z (about 14 years ago)
- Last Synced: 2025-02-18T03:02:25.955Z (over 1 year ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Registration Date
dpi@d.o - http://danielph.in
Opens or closes Registrations on Entities
Entity Registrations are closed or opened automatically, determined by the
value of a date field attached to each entity.
Dependencies:
* Registration
* Date API
Copyright (C) 2012 Daniel Phin
## License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
## Instructions
* Attach a `date` field to an entity
* Attach a `registration` field to an entity.
* In field settings for a Registration field, select which functionality you
would like to apply when a date fields value has been reached.
## Development Notes
Entities can have more than one Registration field attached; registration_date
will automatically use the first Registration field found on the entity.