Forums
-
- Forum
- Posts
-
- Installation
- 28,533
- Troubleshooting
- 62,748
- Themes
- 10,443
- Plugins
- 15,384
- Requests & Feedback
- 14,983
- 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.