Forums
-
- Forum
- Posts
-
- Installation
- 28,536
- Troubleshooting
- 62,774
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- Showcase
- 3,257
-
You almost have it. Try it this way:
<?php if (bb_is_user_logged_in()) : ?>
<li id="register_now"><a href="<?php bb_option('uri'); ?>register.php" class="pagelink">Join Now</a></li>
<?php endif; ?>