mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
- approve/disapprove posts/topics
- changed mcp_front to be more moderator friendly - able to change the forum in mcp_queue (for moderators moderating more than one forum) git-svn-id: file:///svn/phpbb/trunk@4937 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
15
phpBB/language/en/email/post_approved.txt
Normal file
15
phpBB/language/en/email/post_approved.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Subject: Post Approved - {POST_SUBJECT}
|
||||
Charset: iso-8859-1
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this email because your post "{POST_SUBJECT}" at {SITENAME} was approved by a moderator or admin.
|
||||
|
||||
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_VIEW_TOPIC}
|
||||
|
||||
|
||||
{EMAIL_SIG}
|
13
phpBB/language/en/email/post_disapproved.txt
Normal file
13
phpBB/language/en/email/post_disapproved.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Subject: Post Disapproved - {POST_SUBJECT}
|
||||
Charset: iso-8859-1
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this email because your post "{POST_SUBJECT}" at {SITENAME} was disapproved by a moderator or admin.
|
||||
|
||||
The following reason was given for the disapproval:
|
||||
|
||||
{REASON}
|
||||
|
||||
|
||||
{EMAIL_SIG}
|
12
phpBB/language/en/email/topic_approved.txt
Normal file
12
phpBB/language/en/email/topic_approved.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Subject: Topic Approved - {TOPIC_TITLE}
|
||||
Charset: iso-8859-1
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this email because your topic "{TOPIC_TITLE}" at {SITENAME} was approved by a moderator or admin.
|
||||
|
||||
If you want to view the topic, click the following link:
|
||||
{U_VIEW_TOPIC}
|
||||
|
||||
|
||||
{EMAIL_SIG}
|
13
phpBB/language/en/email/topic_disapproved.txt
Normal file
13
phpBB/language/en/email/topic_disapproved.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Subject: Topic Disapproved - {TOPIC_TITLE}
|
||||
Charset: iso-8859-1
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this email because your topic "{TOPIC_TITLE}" at {SITENAME} was disapproved by a moderator or admin.
|
||||
|
||||
The following reason was given for the disapproval:
|
||||
|
||||
{REASON}
|
||||
|
||||
|
||||
{EMAIL_SIG}
|
Reference in New Issue
Block a user