diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 72b6911681..19d22f893f 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -530,7 +530,7 @@ function show_post( $url = "pm.php?action=new&userid=".$user->id; $name = $user->name; show_button($url, "Send message", "Send $name a private message"); - echo "Joined: ", gmdate('M j y', $user->create_time), "
"; + echo "
Joined: ", gmdate('M j y', $user->create_time), "
"; if (!isset($user->nposts)) { $user->nposts = BoincPost::count("user=$user->id"); diff --git a/html/user/forum_thread.php b/html/user/forum_thread.php index f19ff0de36..e14870f2b0 100644 --- a/html/user/forum_thread.php +++ b/html/user/forum_thread.php @@ -122,8 +122,9 @@ if ($forum->parent_type == 0) { echo "

+

- +
"; @@ -168,15 +169,14 @@ if (is_moderator($logged_in_user, $forum)) { } // Display a box that allows the user to select sorting of the posts -echo " - +echo " id, "\"> Sort "; echo select_from_array("sort", $thread_sort_styles, $sort_style); echo " - -
+ + "; // Here is where the actual thread begins.