Forums
-
- Forum
- Posts
-
- Installation
- 28,500
- Troubleshooting
- 62,657
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
Aha! I think it’s this simple. Make yourself a mini-plugin and install it containing this:
global $bb_roles;
$bb_roles->remove_cap('member','write_topics');
If you don’t know how to make a plugin, it might be possible to just put those two lines into your template’s header.php