TinyPortal

General => Chit chat => Topic started by: gerrymo on November 01, 2005, 12:52:18 PM

Title: Can someone help?
Post 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">&nbsp;</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?
Title: Re: Can someone help?
Post by: bloc on November 01, 2005, 01:06:50 PM
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>';

Title: Re: Can someone help?
Post by: gerrymo on November 01, 2005, 01:16:11 PM
You are a star. Works perfectly.

Why didnt I see that. Doh!!
Title: Re: Can someone help?
Post by: Xarcell on November 02, 2005, 08:49:02 PM
Kudos bloc, I wish you would allow the karma system. That way we can credict those that help around here...
Title: Re: Can someone help?
Post by: bloc on November 03, 2005, 11:06:40 AM
Karma? Sure.
Title: Re: Can someone help?
Post by: resurgence on November 03, 2005, 11:53:27 AM
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