Level up your skills at DrupalCon Chicago 2026 with focused Summits and immersive, hands-on Trainings led by community experts.
Hello There..
Gr8 work u r doin' ..really it's awesome
I really need this feature in the module..
I want to automatically set the Notification thing to all users without allowing them to go to my account/my notify settings and adjust it from there!
is that possible or is it a must to do that job?
Thnx In Advance!
Comments
Comment #1
bingorabbit commentedI use the dba module, and I found a specific pattern for each entry of users to be notified..
something like this
so i added all my users' IDs changing the first no (i.e "4")
and it worked for me..any other suggestions?
Comment #2
michelleJust putting your title back to what it was as the original is a better title.
Michelle
Comment #3
RobRoy commentedThis is something I would consider for 4.7, but I'm not maintaining 4.6.
Comment #4
lunas commentedI'd be very careful about implementing the solution given above (inserting directly into the DB). I did that, and for reasons I do not know at the moment, the notify module starting sending out emails to all of my users repeatedly. I believe each of my 1600 users ended up with 30 plus emails about the same thing. I haven't said sorry so much since I got married.
Comment #5
tain commentedTry this instead:
http://drupal.org/node/13681
Comment #6
RobRoy commentedDuplicate of http://drupal.org/node/13681.