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

dww’s picture

Project: Signup » Event
Version: 5.x-2.4 » 5.x-2.x-dev

I'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

killes@www.drop.org’s picture

Actually this is possible but will require some programming, namely the implementation of the db_rewrite_sql hook where you then check the signup status.

killes@www.drop.org’s picture

Version: 5.x-2.x-dev » 6.x-2.x-dev
Category: support » feature

I think this makes a nice feature request for the calendarsignup module which is available for D6.

japerry’s picture

Status: Active » Closed (outdated)

Event 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.