Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,366
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,960
- Showcase
- 3,254
-
Off the top of my head, change this line:
if (bb_current_user_can('administrate')) :
to something like this:
if (bb_current_user_can('moderate')) :
That should get it working!
Trent