Hey, I would like to remove 'Notify me when new comments are posted' checkbox and set it checked by deafult in user edit page 'Receive node follow-up notification e-mails'.

Simply only one checkbox in user edit page and not more about comment notifies for users to setup.

Can you help me ?

Comments

greggles’s picture

Title: How to setup notifies by default ? » create separate permissions for node follow up notifications vs. comment notifications
Version: 6.x-1.x-dev » 7.x-1.x-dev
Category: support » feature

This is not currently possible, but I can see how it would be useful to have either the "node follow-up" notifications OR the comment notifications but not both.

The way to do that is probably with a new permission.

Regarding hiding the interface - I don't think we should provide that as a feature to the module. It's something that really should be done via a site-specific hook_form_alter.