From ef58ac91e8c23832e657a4f8dee57fe0b7733ae8 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 2 Feb 2009 15:41:47 +0000 Subject: Notifications now send emails when a comment is published. It won't send the email if the comment status is not published. This gives the administrator to moderate the comments prior to being published. --- modules/notification/views/comment_added.html.php | 1 - modules/notification/views/comment_changed.html.php | 1 - modules/notification/views/comment_published.html.php | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 modules/notification/views/comment_added.html.php delete mode 100644 modules/notification/views/comment_changed.html.php create mode 100644 modules/notification/views/comment_published.html.php (limited to 'modules/notification/views') diff --git a/modules/notification/views/comment_added.html.php b/modules/notification/views/comment_added.html.php deleted file mode 100644 index 115bfc86..00000000 --- a/modules/notification/views/comment_added.html.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/modules/notification/views/comment_changed.html.php b/modules/notification/views/comment_changed.html.php deleted file mode 100644 index 115bfc86..00000000 --- a/modules/notification/views/comment_changed.html.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/modules/notification/views/comment_published.html.php b/modules/notification/views/comment_published.html.php new file mode 100644 index 00000000..4a7936e6 --- /dev/null +++ b/modules/notification/views/comment_published.html.php @@ -0,0 +1,19 @@ + + + + <?= $subject ?> + + +

+ + + + + + + + + +
+ + -- cgit v1.2.3