Forums
-
- Forum
- Posts
-
- Installation
- 28,504
- Troubleshooting
- 62,679
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
try
if ( bb_current_user_can( 'administrate' ) ) {
// do something
} else {
// do something else
}
If you look in bb-includes/capabilities.php, you’ll see a list of available capabilities you an check for, if you want more fine grained control than the above.