Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,522
- Themes
- 10,431
- Plugins
- 15,341
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
Well, I replaced the:
bb_auth();
line with:
if (!bb_current_user_can('administrate')) {bb_auth();}
Hopefully that is secure, everything seems to work now. Huzzah!