From 1115fba0649997f77a70eb4d03b1e4ab1df2d56e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Jul 2009 10:41:20 +0000 Subject: - Patch #489880 by nbz, Bojhan, Gurpartap Singh: merge 'Created' column with 'Topics'. --- modules/forum/forum-submitted.tpl.php | 5 +++-- modules/forum/forum-topic-list.tpl.php | 10 ++++++++-- modules/forum/forum.module | 1 - 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php index 8695e3464..c025a9862 100644 --- a/modules/forum/forum-submitted.tpl.php +++ b/modules/forum/forum-submitted.tpl.php @@ -18,11 +18,12 @@ */ ?> - by !author', array( + + $time, '!author' => $author, )); ?> + diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php index 08d9ec56b..9757b6049 100644 --- a/modules/forum/forum-topic-list.tpl.php +++ b/modules/forum/forum-topic-list.tpl.php @@ -41,7 +41,14 @@ icon; ?> - title; ?> + +
+ title; ?> +
+
+ created; ?> +
+ moved): ?> message; ?> @@ -52,7 +59,6 @@ new_text; ?> - created; ?> last_reply; ?> diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 93abb925b..9737e881e 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -691,7 +691,6 @@ function forum_get_topics($tid, $sortby, $forum_per_page) { NULL, array('data' => t('Topic'), 'field' => 'n.title'), array('data' => t('Replies'), 'field' => 'ncs.comment_count'), - array('data' => t('Created'), 'field' => 'n.created'), array('data' => t('Last reply'), 'field' => 'ncs.last_comment_timestamp'), ); -- cgit v1.2.3