Adding a Who's Chatting Box to Xoops

1) First, login as an administrator to the admin section of Xoops, and choose the "Blocks" option in the Xoops System menu.

2) Then, add a new block with the following information. The "Title" for this block is "FlashChat Users", but you can name it anything that you wish. Please note that this assumes FlashChat is installed in the "chat" folder. If it is not, you may need to edit the Content block below with the correct path to info_embedded.php.

The content for the block is:

<iframe height="150" frameborder="0" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true">
</iframe>

You can tweak the height parameter of the <iframe> tag to adjust the height of the userlist.

3) Now, on the Xoops homepage, a new block will appear with the current users in your FlashChat rooms: