Posted by vfilby on January 11, 2010 at 9:18pm
I have a node profile field using content profile. That profile field has a drop down list that contains a status value (approved, rejected, pending, etc). I would like to create a cck_field_has_value rule based on that value. The idea is this, when the value is 'approved' the rule would:
- Publish the profile node
- Subscribe them to a group
I can get the profile node published, but when I add the subscribe to a group action the only possibilities for the selected group are 'changed content' and 'unchanged content'. I assume that the type of rule I created defines the arguments. in my case I don't need a dynamic group, I always want to subscribe them to the same group. How can I do this?
Thanks,
Vince