Adding a Who's Chatting box to XMB

1) Login into the Administration Panel, and click on the "Templates" link (in the "Look and Feel" section):

2) Select the index_whosonline template, and click the Edit button:

3) Scroll down to the middle of the contents of the template code, and find this text:

<tr>
<td bgcolor="$altbg1" align="center" width="4%"><img src="$imgdir/online.gif" alt="$lang[whosonline]" /></td>
<td bgcolor="$altbg2" class="mediumtxt">$memtally&nbsp;</td>
</tr>

Place your cursor right after the </tr> tag and paste the following code:

<tr>
<td colspan="2" class="category"><strong><font color="$cattext">FlashChat Users</font></strong></td>
</tr>
<tr>
<td bgcolor="$altbg1" colspan="2">
<iframe frameborder="0" height="90" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>
</td>
</tr>

You can tweak the height attribute of the <iframe> tag to adjust the height of the user list.

After you edit the template, press Submit Changes.

4) Now, you should see something like this on your forum's home page: