Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,287
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,932
- Showcase
- 3,252
-
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