Index: openacs-4/packages/forums/lib/forums/edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/forums/edit.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/forums/lib/forums/edit.tcl 8 Aug 2006 21:26:50 -0000 1.2 +++ openacs-4/packages/forums/lib/forums/edit.tcl 27 Apr 2009 19:36:21 -0000 1.3 @@ -32,7 +32,7 @@ -forum_id $forum_id # Users can create new threads? - if {$new_threads_p} { + if { $new_threads_p && $posting_policy ne "closed" } { forum::new_questions_allow -forum_id $forum_id } else { forum::new_questions_deny -forum_id $forum_id