mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11103] Topic/Post in queue notification
Also, bug fixes and cleanup PHPBB3-11103
This commit is contained in:
17
phpBB/language/en/email/notifications/post_in_queue.txt
Normal file
17
phpBB/language/en/email/notifications/post_in_queue.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this notification because the post, "{POST_SUBJECT}" at "{SITENAME}" needs approval.
|
||||
|
||||
If you want to view the post, click the following link:
|
||||
{U_VIEW_POST}
|
||||
|
||||
If you want to view the topic, click the following link:
|
||||
{U_TOPIC}
|
||||
|
||||
If you no longer wish to receive updates about replies to bookmarks, please update your notification settings here:
|
||||
|
||||
{U_NOTIFICATION_SETTINGS}
|
||||
|
||||
{EMAIL_SIG}
|
@@ -5,7 +5,7 @@ Hello {USERNAME},
|
||||
You are receiving this notification because "{AUTHOR_NAME}" quoted you in the topic, "{TOPIC_TITLE}" at "{SITENAME}". You can use the following link to view the reply made.
|
||||
|
||||
If you want to view the quoted post, click the following link:
|
||||
{U_QUOTED_POST}
|
||||
{U_VIEW_POST}
|
||||
|
||||
If you want to view the topic, click the following link:
|
||||
{U_TOPIC}
|
||||
|
17
phpBB/language/en/email/notifications/topic_in_queue.txt
Normal file
17
phpBB/language/en/email/notifications/topic_in_queue.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this notification because the topic , "{TOPIC_TITLE}" at "{SITENAME}" needs approval.
|
||||
|
||||
If you want to view the topic, click the following link:
|
||||
{U_VIEW_TOPIC}
|
||||
|
||||
If you want to view the forum, click the following link:
|
||||
{U_FORUM}
|
||||
|
||||
If you no longer wish to receive updates about replies to bookmarks, please update your notification settings here:
|
||||
|
||||
{U_NOTIFICATION_SETTINGS}
|
||||
|
||||
{EMAIL_SIG}
|
Reference in New Issue
Block a user