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

bingorabbit’s picture

Title: Setting All Users to be Notified Automatically! » I found something and It helped!

I use the dba module, and I found a specific pattern for each entry of users to be notified..
something like this

INSERT INTO notify VALUES("4","1","1","1","0","1");

so i added all my users' IDs changing the first no (i.e "4")
and it worked for me..any other suggestions?

Michelle’s picture

Title: I found something and It helped! » Setting All Users to be Notified Automatically

Just putting your title back to what it was as the original is a better title.

Michelle

RobRoy’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Priority: Critical » Normal

This is something I would consider for 4.7, but I'm not maintaining 4.6.

lunas’s picture

I'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.

tain’s picture

RobRoy’s picture

Status: Active » Closed (duplicate)