Display member count only? (dont want to show bots/guest)
-
The installation page tells me to use the following code, but this code also counts guests and bots, i only want to display the number of registered members online:
Current code:
<?php if (function_exists('users_online')): ?> <p>Users online: <div id="useronline-count"><?php users_online(); ?></div></p> <?php endif; ?>
What should i use instead?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display member count only? (dont want to show bots/guest)’ is closed to new replies.