Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,319
- Themes
- 10,391
- Plugins
- 15,316
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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; ?>