TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,993
  • Total Topics: 21,324
  • Online today: 388
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 318
  • Total: 318

Can someone help?

Started by gerrymo, November 01, 2005, 12:52:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gerrymo

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?

bloc

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>';


gerrymo

You are a star. Works perfectly.

Why didnt I see that. Doh!!

Xarcell

Kudos bloc, I wish you would allow the karma system. That way we can credict those that help around here...

bloc



This website is proudly hosted on Crocweb Cloud Website Hosting.