diff --git a/library/includes/functions_post.php b/library/includes/functions_post.php index f6941796..0191b881 100644 --- a/library/includes/functions_post.php +++ b/library/includes/functions_post.php @@ -537,7 +537,9 @@ function topic_review ($topic_id) 'ROW_CLASS' => !($i % 2) ? 'row1' : 'row2', 'POSTER' => profile_url($post), 'POSTER_NAME_JS' => addslashes($post['username']), + 'POST_ID' => $post['post_id'], 'POST_DATE' => '' . bb_date($post['post_time'], $bb_cfg['post_date_format']) . '', + 'IS_UNREAD' => is_unread($post['post_time'], $topic_id, $post['forum_id']), 'MESSAGE' => get_parsed_post($post), )); } diff --git a/styles/templates/default/posting.tpl b/styles/templates/default/posting.tpl index 92e1a4b3..33bac4ca 100644 --- a/styles/templates/default/posting.tpl +++ b/styles/templates/default/posting.tpl @@ -183,7 +183,10 @@

-
{MINIPOST_IMG} {review.POST_DATE}
+
+ {MINIPOST_IMG_NEW}{MINIPOST_IMG} + {review.POST_DATE} +
{review.MESSAGE}