Hi, great module, thanks for the work. Is there a snippet I can use to remove a signup from the event calendar when signup->status = 0? I looked online and haven't been able to find anything, and was a little overwhelmed when I looked through event.module. Thanks, any help would be appreciated.
Comments
Comment #1
dwwI'm not sure, but I don't think the event calendar is flexible enough for this kind of thing. If you were using event views, that'd be one thing. Or CCK date fields + calendar.module. But I don't know how to do anything to customize what event.module displays by default. You might have more luck with this in the event issue queue, but unfortunately, I can't help you...
Good luck!
-Derek
Comment #2
killes@www.drop.org commentedActually this is possible but will require some programming, namely the implementation of the db_rewrite_sql hook where you then check the signup status.
Comment #3
killes@www.drop.org commentedI think this makes a nice feature request for the calendarsignup module which is available for D6.
Comment #4
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.