Closed (outdated)
Project:
Subscriptions
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2012 at 18:39 UTC
Updated:
27 Sep 2019 at 13:48 UTC
Jump to comment: Most recent
Comments
Comment #1
salvisIt depends on how generic this is supposed to be. Your easiest approach is to implement hook_subscriptions_queue() and apply whatever additional filtering you need.
In the general case you have 'module', 'field', and 'value' (which could be anything including a serialized array) to describe your subscription, and 'load_function' and 'load_args' to queue your notifications.
Comment #1.0
salvisqueued for mailing not update
Comment #2
salvis