1
0
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:
Meik Sievertsen
2004-07-19 20:13:18 +00:00
parent 9dcd7b45cb
commit bfec4fb8fc
21 changed files with 1094 additions and 446 deletions

View 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}

View 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}

View 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}

View 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}