Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,777
- Themes
- 10,444
- Plugins
- 15,384
- Requests & Feedback
- 14,987
- Showcase
- 3,257
-
You can put up a conditional like I use in the YouTube plugin:
if (bb_current_user_can('administrate')) :
Put that after the main plugin function and then the following before the closing of that function:
endif;
Trent