mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -212,6 +212,7 @@ $lang += array(
|
||||
'MESSAGE' => 'Message',
|
||||
'MESSAGE_BODY' => 'Message body',
|
||||
'MINUTES' => 'Minutes',
|
||||
'MODERATE' => 'Moderate',
|
||||
'MODERATOR' => 'Moderator',
|
||||
'MODERATORS' => 'Moderators',
|
||||
'MONTH' => 'Month',
|
||||
|
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}
|
@@ -32,7 +32,10 @@ $lang += array(
|
||||
'ALL_ENTRIES' => 'All entries',
|
||||
'ALREADY_REPORTED' => 'This post has already been reported',
|
||||
'APPROVE' => 'Approve',
|
||||
'APPROVE_POST' => 'Approve Post',
|
||||
'APPROVE_POST_CONFIRM' => 'Are you sure you want to approve this post?',
|
||||
'APPROVE_POSTS' => 'Approve Posts',
|
||||
'APPROVE_POSTS_CONFIRM' => 'Are you sure you want to approve the selected posts?',
|
||||
|
||||
'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it\'s already in',
|
||||
'CAN_LEAVE_BLANK' => 'This can be left blank.',
|
||||
@@ -138,6 +141,8 @@ $lang += array(
|
||||
'MOVE_TOPICS' => 'Move selected topics',
|
||||
'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?',
|
||||
|
||||
'NOTIFY_POSTER_APPROVAL'=> 'Notify poster about approval?',
|
||||
'NOTIFY_POSTER_DISAPPROVAL' => 'Notify poster about disapproval?',
|
||||
'NOT_MODERATOR' => 'You are not a moderator of this forum',
|
||||
'NO_DESTINATION_FORUM' => 'Please select a forum for destination',
|
||||
'NO_ENTRIES' => 'No log entries for this period',
|
||||
|
Reference in New Issue
Block a user