Hi.
I was just thinking of adding an triggered rule in order auto e-mail users who confirm as attending (I have sign up status installed) on events with certain taxonomy terms selected with details for the location as those events are in private homes.

I think adding the ability to create rules for the action of signing up as a certain status would be fantastic.

Comments

jordojuice’s picture

Version: 6.x-1.0-alpha2 » 6.x-1.x-dev

I wrote - or am still in the process of writing - a rules module for signup status. If you're interested I can post it. Right now it has
Events:
Signup status has been created
Signup status has been updated

Conditions:
Unchanged signup status has value
Updated signup status has value
Signup for content is open (which can be reversed, so no need for the opposite)

Actions:
Load the signed up user
Load the signup node

I've been having a problem with hook_signup_status though. From what I can see the hook is invoked on new, updated, and deleted signup statuses, but the trigger is only firing on 'new' statuses. I've been able to test the conditionals through new signups, but that's obviously a critical bug. Any ideas on what could be wrong? Did I read the code wrong?

jordojuice’s picture

Actually, I set up a sandbox at http://drupal.org/sandbox/jordojuice/1137208 for this project now.

BenK’s picture

Keeping track of this.