Forums
-
- Forum
- Posts
-
- Installation
- 28,546
- Troubleshooting
- 62,841
- Themes
- 10,445
- Plugins
- 15,392
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
Hey vanesta,
Try this:
<?php if ( bb_is_user_logged_in() ) : ?>
<div class="message">LOGGED IN MESSAGE</div>
<?php else: ?>
<div class="message">NOT LOGGED IN MESSAGE</div>
<?php endif; ?>