Forums
-
- Forum
- Posts
-
- Installation
- 28,422
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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.