Closed (works as designed)
Project:
Subscriptions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2012 at 11:42 UTC
Updated:
22 Jun 2012 at 18:01 UTC
I want to send e-mails only when multiple conditions are match,
I mean if a node has both term1 AND term2 , and if I subscribe to these both terms I should get mail.
Is there a way to do that ?
Comments
Comment #1
karingUnfortunately, I'm quite sure that's not possible on the subscriptions end. Perhaps it's possible to redefine your taxonomy terms: something like A, B and AB?
Comment #2
yusufsarac commentedThanks for response, but I have allready setup my taxonomy terms and have quite large amount of nodes created with theese terms.
And I want to make a subscription - mailing system.
Maybe another module (D7) help me with that, but I could't manage to find one yet.
Comment #3
karingYeah - I think finding a way to consolidate/restructure your taxonomy is the way to go. Because if you had a node with term AB then from a subscriptions module point of view all will work well. Users who are subscribed to receive update notifications for nodes with AB will get them.