diff --git a/html/inc/forum.inc b/html/inc/forum.inc
index 3821b5d995..d40aeeb0cf 100644
--- a/html/inc/forum.inc
+++ b/html/inc/forum.inc
@@ -26,6 +26,8 @@ define('NEW_IMAGE', 'unread_post.png');
define('NEW_IMAGE_HEIGHT','15');
define('EMPHASIZE_IMAGE', 'emphasized_post.png');
define('EMPHASIZE_IMAGE_HEIGHT','15');
+define('FILTER_IMAGE', 'filtered_post.png');
+define('FILTER_IMAGE_HEIGHT','15');
define ('SOLUTION', 'This answered my question');
define ('SUFFERER', 'I also have this question');
@@ -481,13 +483,13 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS
if ($user->create_time>time()-ST_NEW_TIME) $fstatus=ST_NEW;
/*...*/
}
- if ($fstatus) echo "
$fstatus";
+ if ($fstatus) echo "
$fstatus";
if (!$filter || !$rated_below_threshold){
- echo "
"; + echo "
";
if ($user->has_avatar and $logged_in_user->hide_avatars!=1)
echo "avatar."\" alt=\"Avatar\">
";
- echo "Joined: ", gmdate('M j, Y', $user->create_time), "
Posts: ", $user->posts, "
"; + | "; //cellborder=0 deleted - what did it do?
if ($post->timestamp>$logged_in_user->thread_last_visited){
echo "";
@@ -514,19 +516,17 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS
Posted: ", pretty_time_str($post->timestamp);
;
- if ($post->parent_post) echo " - in response to parent_post>Message ID $post->parent_post.";
- if ($can_edit && $controls != NO_CONTROLS) echo " id>[Edit this post]";
+ if ($post->parent_post) echo " - in response to parent_post\">Message ID $post->parent_post.";
+ if ($can_edit && $controls != NO_CONTROLS) echo " id\">[Edit this post]";
if ($post->modified) echo " Last modified: ", pretty_time_Str($post->modified); if ($rated_below_threshold && $filter){ - echo " This post has been filtered (rating: ".($post->score * $post->votes)."), press id."&filter=false#".$post->id."\">here to view this thread without filtering"; + echo " This post has been filtered (rating: ".($post->score * $post->votes)."), press id."&filter=false#".$post->id."\">here to view this thread without filtering"; } - echo "\n | \n";
+ echo "\n\n";
if ($controls == FORUM_CONTROLS) {
- //echo "Rate this post:"; - //show_select_from_array("rating", $post_ratings, "0"); // <---- Old obsolete rating method (remove someday) - //echo " | "; + //no special controls in forum } else if ($controls == HELPDESK_CONTROLS && $separate) { echo "
@@ -561,21 +561,21 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS
$posttext=externalize_links($posttext);
}
echo " ", $posttext, " "; - echo "
- "; } else if ($forum && $thread) { echo ""; if ($helpdesk) { - echo "", " Questions and problems : "; + echo "", " Questions and problems : "; } else { - echo "", " Message boards : "; + echo "", " Message boards : "; } - echo "id>", $forum->title, " : "; + echo "id\">", $forum->title, " : "; echo strip_tags(stripslashes($thread->title)); echo " "; } else { @@ -717,18 +717,18 @@ function show_thread($thread, $n) { $last = time_diff_str($thread->timestamp, time()); $m = $n%2; echo " -
+ |
$n) Posted $posted
|
Last response $last
- $where : $category->name :
- id>$forum->title :
- id>$title
+ $where : $category->name :
+ id\">$forum->title :
+ id\">$title
|
- $excerpt + $excerpt
- $n) $where : $category->name :
- id>$forum->title :
- id>$title
+ $n) $where : $category->name :
+ id\">$forum->title :
+ id\">$title
| Posted $when by $user->name @@ -768,7 +768,7 @@ function show_forum_summary($forum) {
- id>", $forum->title,
+ id\">", $forum->title,
"
|
", $forum->description, " |