diff --git a/html/inc/forum.inc b/html/inc/forum.inc
index 42cdbe9c0ea..88ffdd1f351 100644
--- a/html/inc/forum.inc
+++ b/html/inc/forum.inc
@@ -497,7 +497,7 @@ function show_post2($post, $n) {
$m = $n%2;
if($post->hidden) {
//Todo: factor this array out, it is also used elsewhere
- $deleted_text = array( "Obscene", "Flame/Hate", "Commercial spam" );
+ $deleted_text = array( "Obscene", "Flame/Hate", "Commercial spam", "Doublepost", "Off Topic", "Flamebait" );
$deleted = "
[Deleted " .
"by a moderator as " . $deleted_text[$post->hidden-1] .
"] ";
diff --git a/html/user/forum_moderate_post.php b/html/user/forum_moderate_post.php
index ecfc2b989bc..54dc0357ec1 100644
--- a/html/user/forum_moderate_post.php
+++ b/html/user/forum_moderate_post.php
@@ -59,6 +59,7 @@
+
");
} elseif (get_str('action')=="move") {
diff --git a/html/user/forum_moderate_thread.php b/html/user/forum_moderate_thread.php
index e2020fc53ce..e08d37292bf 100644
--- a/html/user/forum_moderate_thread.php
+++ b/html/user/forum_moderate_thread.php
@@ -46,6 +46,7 @@
+
");
/*} elseif ($_GET['action']=="move") {