Feng Forum

Other Topics => Development => Community Contributions => : ranganayaki May 25, 2009, 08:21:14 PM

: How to stop "Task modified Emails"
: ranganayaki May 25, 2009, 08:21:14 PM
I am currently running v1.4 . How do I stop "task has been modified" emails? I currently don't have any use for them.
: Re: How to stop "Task modified Emails"
: alvarotm01 May 26, 2009, 09:45:17 AM
In User account -> edit preferences -> Task Options there is the option to uncheck by default the "Send email notification" checkbox.
The option is "Task notification is checked by default". Set it to 'No' to disable notifications by default.
: Re: How to stop "Task modified Emails"
: ranganayaki May 26, 2009, 09:47:12 AM
I assume unchecking the box will disable the notification for all task assigned, new comments etc. Am i right?
: Re: How to stop "Task modified Emails"
: ranganayaki May 26, 2009, 09:49:13 AM
I would like to stop only these Tasks Modified Emails.
: Re: How to stop "Task modified Emails"
: alvarotm01 May 26, 2009, 10:54:45 AM
Disabling that option, the only thing that changes is that the checkbox to send notifications when adding or modifiying a task will not be checked by default and if not checked the assigned user(s) will not receive an email.

Sorry, i misunderstood your question, the correct answer is that in this version there is no way to disable that kind of notifications.
This notifications are sent to all subscribers.

cheers
: Re: How to stop "Task modified Emails"
: ranganayaki May 26, 2009, 10:58:50 AM
sorry to bother you again...could you please let me know where I can find the template for this "task modified" email? I would like to change the content of the email at the very least

Thanks in advance
: Re: How to stop "Task modified Emails"
: alvarotm01 May 27, 2009, 10:25:50 AM
That template is not only for tasks, is for every object that is added, modified or deleted.
By modifying it, the other emails will be modified too.
The template is 'application/views/notifier/general.php' and its values are set in the Notifier class, in method 'objectNotification(...)
: Re: How to stop "Task modified Emails"
: mani June 17, 2009, 02:10:57 AM
In User account -> edit preferences -> Task Options there is the option to uncheck by default the "Send email notification" checkbox.
The option is "Task notification is checked by default". Set it to 'No' to disable notifications by default.

Hi!

Sorry for my question, but I cannot find any option in user account to uncheck this preference. I would like to disable sending any mail notifications.

Please, can you tell me, where I can find this option?

Thanks a lot.

Nice greetings, mani
: Re: How to stop "Task modified Emails"
: mani June 20, 2009, 01:23:08 AM
Sorry, but can anybody help please?
: Re: How to stop "Task modified Emails"
: Pet June 29, 2009, 02:16:54 PM
It is exactly where Alvarotm01 says, on my screen I go to Account, Edit Preferences, Task Options and there it is.
: Re: How to stop "Task modified Emails"
: fernandog June 24, 2010, 01:54:40 PM
I know this is an old topic, but I had the same question and just figured it out.

From application/models/notifier/Notifier.class.php, delete the following:

:
} else if ($action == ApplicationLogs::ACTION_EDIT) {
self::objectNotification($object, $subscribers, logged_user(), 'modified');

This will stop "object has been modified" emails