Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,634
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,257
-
Not tried this but usually with functions you can put in an exclamation mark in to what you had for not logged in.
<?php if ( !bb_is_user_logged_in() ) { ?>
show to those not logged in
<?php } ?>
Sorry if that’s obvious and you’ve already tried it.