You’ve hit the nail on the head Aaronski, any form of moderation on bbPress is poor.
The simplist way to do this, is to remove the “Add New” link from your theme (simply add HTML comments around it), or you could hide the “Add New” link via CSS (which should be quicker):
a.new-topic
{
display:none;
}
The realism is, if your forum needs actual configuarable moderation, this might not be the software for you. Hope it is though, Kev
This worked great for me in 0.9:
https://bbpress.org/plugins/topic/read-only-forums/
It may not work in 1.0 though…