Total Articles 63
How to see the users online of the chat gagalive in the phpbb3?
In another chat:
OPEN VIEWONLINE.PHP
SEARCH
case' index':
$LOCATION = $USER->LANG [' INDEX'];
$location_url = append_sid (" {$phpbb_root_path}index.$phpEx ");
break;
INSERT BEFORE
case' chat/index ':
$location = ' In the Chatroom';
$location_url = append_sid (" {$phpbb_root_path}chat/index.$phpEx ");

You can see the user list in the chat room at all times under the area that say Online:...
But there is currently no way to take the list from the chat room into PHP.
Hope that helps,
Have a nice day.