Index: openacs.org-dev/www/templates/widgets/postings.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/www/templates/widgets/postings.tcl,v diff -u -r1.10 -r1.11 --- openacs.org-dev/www/templates/widgets/postings.tcl 2 Feb 2003 00:01:28 -0000 1.10 +++ openacs.org-dev/www/templates/widgets/postings.tcl 8 Jul 2003 17:08:29 -0000 1.11 @@ -23,17 +23,18 @@ forum_id, subject, parent_id, - posting_date + posting_date, + last_child_post from forums_messages_approved - order by posting_date desc) fm, forums_forums ff + order by last_child_post desc) fm, forums_forums ff where fm.forum_id = ff.forum_id and fm.parent_id is null and ff.package_id = 3061 and ff.forum_id <> 46408 --and ff.package_id = 3928 and ff.enabled_p='t' -and posting_date > (current_timestamp - $max_post_age_days) +and last_child_post > (current_timestamp - $max_post_age_days) --order by forum_name limit $forum_limit " {