From 3259b704a2ab6b383a5d7925098bb18e90688232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Mon, 2 Jul 2007 14:15:28 +0000 Subject: [PATCH] Show a link to a specific post in user post listings (requested by John McLeod VII). svn path=/trunk/boinc/; revision=13072 --- html/inc/forum.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 9bdfb2992e..46f00f47c2 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -1,4 +1,5 @@ title); $m = $n%2; if($post->hidden) { - //Todo: factor this array out, it is also used elsewhere - $deleted_text = array( "Obscene", "Flame/Hate", "Commercial Spam", "Flamebait", "Doublepost", "User Request", "Other"); - $deleted = "
[Deleted " . - "by a moderator " . - //as " . $deleted_text[$post->hidden-1] . - "] "; + $deleted = "
[Deleted by a moderator]"; } else { $deleted = ""; } @@ -521,6 +517,7 @@ function show_post2($post, $n) { $n) $where : $category->name : id\">$forum->title : id\">$title + (id."&nowrap=true#".$post->id."\">Message ".$post->id.")
Posted $when by $user->name $deleted