Active
Project:
Notifications
Version:
6.x-4.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2010 at 09:24 UTC
Updated:
16 Mar 2012 at 09:00 UTC
Jump to comment: Most recent
Comments
Comment #1
jose reyero commentedNo subscription to roles supported yet.
Comment #3
enkara commentedI would love this feature. Is anything related to this been made after a year?
Comment #4
Anonymous (not verified) commentedsubscribing
Comment #5
baff commentedsubscribe
Comment #6
zeezhao commenteddup removed...
Comment #7
zeezhao commentedThe way i did this in the past is via specific code e.g. using $rid as ID of role:
Has anyone been able to do it via interface?
Comment #8
ajf7688 commentedHi i had written a code similar to your code.. But my code is more of using notifications_save_subscription($subscription); to subscribe an array of users to a thread as its being created
My users in my array do get subscribed they also go into the queue but my emails to them dont seem to go out
Any Idea regarding this? Does notifications_save_subscription($subscription); send the notifications too if used on node insert? Or is there another function to trigger the actual sending?
Thank You
Comment #9
zeezhao commentedEnsure users have appropriate "subscribe to" permissions set under "notifications_content" section of permissions page.
Comment #10
ajf7688 commentedYes thanks it was a permission issue!