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.5 -r1.6 --- openacs.org-dev/www/templates/widgets/postings.tcl 20 Sep 2002 00:46:58 -0000 1.5 +++ openacs.org-dev/www/templates/widgets/postings.tcl 7 Oct 2002 16:55:13 -0000 1.6 @@ -22,17 +22,19 @@ from (select message_id, forum_id, subject, - parent_id + parent_id, + posting_date from forums_messages_approved - order by posting_date desc - limit $forum_limit) fm, forums_forums ff + order by posting_date 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' order by forum_name +limit $forum_limit " { regsub -all {/} $subject { / } subject }