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 -N -r1.7 -r1.8 --- openacs.org-dev/www/templates/widgets/postings.tcl 28 Oct 2002 01:05:17 -0000 1.7 +++ openacs.org-dev/www/templates/widgets/postings.tcl 31 Oct 2002 03:24:25 -0000 1.8 @@ -33,12 +33,13 @@ and ff.forum_id <> 46408 --and ff.package_id = 3928 and ff.enabled_p='t' +and posting_date > (current_timestamp - $max_post_age_days) order by forum_name limit $forum_limit " { # insert spaces into words that are longer than 20 characters. otherwise # the layout would barf (box becomes too wide because of non-breaking text). - regsub -all {(\w{15,}?)} $subject {\1 } subject + regsub -all {(\S{15}?)} $subject {\1 } subject }