Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,673
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
Use this:
<?php if(bb_is_admin()){ ?>
<div id="useronline">
<h3><?php _e('ONLINE TODAY'); ?></h3>
<p><?php do_action('members_online_today',''); ?></p>
</div>
<?php } ?>
This should work…….