Adding a Who's Chatting Box to PHP-Fusion
Using your PHP Fusion administrator login, go to the admin panel, then click on the "System Admin" tab. Click on the "Panels" option, as indicated by the red arrow in the picture below:

In the Panels area, click on the Add new Panel link
Then, input the following information:
openside("FlashChat Users");
echo '<iframe frameborder="0" height="150"
src="/chat/info_embedded.php" style="width: 100%; margin: 0;
padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0"
allowtransparency="true"></iframe>';
closeside();
If necessary, change the 'src' attribute of the iframe tag if FlashChat
was installed in a folder other than "chat".
Now, click on "Save Panel" and return to the panel management page. There you must enable the panel.
Return to your site home page.
