Forums
-
- Forum
- Posts
-
- Installation
- 28,405
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,947
- Showcase
- 3,254
-
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