TinyPortal
General => Chit chat => Topic started by: gerrymo on November 01, 2005, 12:52:18 PM
I have instaled Flashchat. I am trying to create a bolck to show "Members In Chat" as a block. I have fought with this for hours and cannot get it working. Below is the code they say to add to Boardindex.template.php (I dont want to make changes to that file if I can avoid it).
// flashchat users
echo '
<tr>
<td class="catbg" colspan="2">FlashChat Users</td>
</tr>
<tr>
<td class="windowbg"> </td>
<td class="windowbg2" width="100%"><iframe frameborder="0" height="100" src="', $GLOBALS['boardurl'], '/chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe></td>
</tr>';
Any Ideas/Solutions?
Does this work? Use it in a php type of block:
// flashchat users
global $boardurl;
echo '
<iframe frameborder="0" height="100" src="', $boardurl, '/chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>';
You are a star. Works perfectly.
Why didnt I see that. Doh!!
Kudos bloc, I wish you would allow the karma system. That way we can credict those that help around here...
Karma? Sure.
Quote from: Bloc on November 03, 2005, 11:06:40 AM
Karma? Sure.
+karma
oh btw i pointed out an edit for gerrymo about the code
http://www.tinyportal.net/smf/index.php?topic=1201.msg9670#msg9670