Closed (duplicate)
Project:
Signup
Version:
6.x-1.x-dev
Component:
CCK Date integration
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2010 at 14:30 UTC
Updated:
6 Feb 2010 at 17:54 UTC
This module really needs a way to not allow a user to signup to more than one event in the same timeslot.
Comments
Comment #1
dwwIt used to have one:
#326110: where is contrib/signup_conflicts/signup_conflicts.module
No one ever cared about the functionality, so it fell by the wayside. If you want to revive it, be my guest. It's now 2 major versions of core out of date, so porting it will be fun. ;) And, back then, CCK date fields didn't even really exist, so none of that stuff is going to work properly, either. You might just want to harvest the code for some concepts but basically start over from scratch. You should also look at resource conflict for some code to handle this sort of date comparison logic for CCK date fields.
Good luck,
-Derek