If you would like to show how many Guests are on your site simply follow these instructions
To show guests online go to:
application/modules/User/widgets/list-online/Controller.php
Find:
// Guests online$this->view->guestCount = null;if( $this->_getParam(‘showGuests’, false) ) {
Substitute false to true, so replace by:
// Guests online$this->view->guestCount = null;if( $this->_getParam(‘showGuests’, true) ) {
Save the file and you’re done!
Enjoy
Looking for quality SocialEngine Hosting? Look no further than Arvixe Web Hosting!