-
Is there a way for Admins to receive notifications by default through email when somebody adds a comment to a blogpost without having to comment yourself and checking the "Send notification when somebody adds a new comment"? I tested this by adding a comment (with Tor) by a fictional person and did not receive a notification of it. If this is not possible for now I will try to make a new Module for it, or would it be better to (try to) modify the Comment-module like adding a checkbox "Get notifications on new comments"? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello there, Currently this isn't possible, but it's a good idea for a feature. I will take a look at implementing it for the next release. In the meantime you can indeed achieve the same thing with a module. It would look like this:
This module responds to the "add_comment" trigger which is fired by the Comments module whenever a new comment is added to a post. I've named the module "CommentMailer" but you can name it whatever you like. |
Beta Was this translation helpful? Give feedback.
-
Hi there! I have made the Mod with Dutch translations added. I tested it (PHP 8.2) several times (not being logged in and with other IP-numbers through Tor) and it works like a breeze, very happy with it! |
Beta Was this translation helpful? Give feedback.
Hello there,
Currently this isn't possible, but it's a good idea for a feature. I will take a look at implementing it for the next release.
In the meantime you can indeed achieve the same thing with a module. It would look like this: