Does anyone know how to remove this check box labeled "Do not send notifications for this update."? What is it for really anyway? Thanks for sharing.
Does anyone know how to remove this check box labeled "Do not send notifications for this update."? What is it for really anyway? Thanks for sharing.
Comments
Comment #1
petednz commentedSome times you may make a really minor change to a node and not want all the subscribers to that node to receive it. I think it has a Permission associated with it, but if you remove the Permission, then every time the node is updated a notification will be sent out since the user cannot opt to not send it out.
Comment #2
blueblade commentedThanks peted
ah, I totally misunderstood what it means. I thought the notice will be sent to the author themselves...
Is it possible not to send notices at all for updated nodes?
Thanks again.
BB
Comment #3
pdcarto commentedRe #2, presumably /admin/messaging/notifications/events is where you set this
Comment #4
adampdp commentedYou can disable permission for "skip notifications" in permisions.
Comment #5
tobias commentedthanks @adampdp this bit of info helped me.
This in conjunction with the patch here has given me the desired functionality: http://drupal.org/node/752664
So now, on my site, by default the "Do not send notifications for this update." option is selected. Only Group Managers (who should know how this feature works) can see it and are allowed to deselect it so that notifications get sent.
Cheers,
Tobias
Comment #6
jose reyero commentedPeople interested on this feature follow up on the link mentioned above.