Who's Online
Want to show how many users are viewing your site? Install the Who's Online block. The current version can be custom styled when placing the block. Future versions will provide the ability to display registered users.
You can view an example of the Who's online block on the right vertical strip on this page.
Updates
Version 2.0 -
Who's online has been updated to provide better metrics and it has the ability to distinguish between anonymous and logged in users.
To display the count of logged in user you can use the following string in the message [Registered]
You must set ENABLE_APPLICATION_EVENTS to true in the site.php
Enabling Events
Add the following line to your config/site.php
<?php define('ENABLE_APPLICATION_EVENTS', true); ?>
