Closed (works as designed)
Project:
Signup
Version:
5.x-2.5
Component:
signup_conflicts.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2008 at 19:40 UTC
Updated:
26 Oct 2008 at 06:57 UTC
I saw a reference to this from the signup module. Where is this module now? Its not part of the signup module contrib folder anymore and could not find it anywhere.
thanks!
Comments
Comment #1
dwwIt was last seen working with drupal 4.7.x. no one's ever ported it, so I didn't tag it for release. if you care about it, you could either port it to D5 yourself or hire someone else to do so. then, you'd upload the patch here, convert this issue into a task, and set the status to "patch (code needs review)". cheers.
Comment #2
tborrome commentedthanks for the info. i might consider it but have no experience with the 4.7 releases. before i look into it, are there other modules that can offer similar functionality for schedule conflict management for events/signups? i saw the resource_conflict module, but not sure if this can address schedule conflicts for signups.
another functionality i need is being able to associate signups with age brackets (example, event A signups are for ages < 12, event B are for ages > 18, etc.). is there such a module for this or any tips on how to achieve this?
thanks for the advice.
Comment #3
dwwthanks for the info. i might consider it but have no experience with the 4.7 releases.
You don't need experience with 4.7.x, you need to be able to read the upgrade instructions at http://drupal.org/node/64279 and implement the appropriate changes.
before i look into it, are there other modules that can offer similar functionality for schedule conflict management for events/signups? i saw the resource_conflict module, but not sure if this can address schedule conflicts for signups.
Not that I know of. resource_conflict works via CCK node reference fields, and since singups aren't separate nodes, it won't help you.
another functionality i need is being able to associate signups with age brackets (example, event A signups are for ages < 12, event B are for ages > 18, etc.). is there such a module for this or any tips on how to achieve this?
that's a completely unrelated request, please search the signup issue queue for existing issues, and if there isn't one already, start a new issue about it.
cheers,
-derek