FlashChat - How To Get It Working In ICY


Goto page 1, 2, 3, 4, 5  Next

Subject: FlashChat - How To Get It Working In ICY
Hey Everyone

Ok. Lastnight I sat here until I figured it out and I did. I got the flashchat users (who's online) to work and now you can display it in the 'Who's Online' block in the forum and in a block on the portal. I will list how to do both. There is a bit more I would like to do with this and i'm just not proficient enough in mysql and php to do it so maybe someone can help me?

All work based off of v4.7.10 and ICY 1.0.11.11 RC

REMEMBER to back up your files!


First the block creation:

1. Create Text/HTML block and give it the settings you want.
2. Now insert this into the Text/Html section:
Code: [Download] [Hide] [Select]
<iframe height="100" 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>


Note: src="chat/info_embedded.php" the src path needs to be the correct path from root to info_embedded.php.

3. Save your your work and refresh the portal and it should be working.

Example screenshot:
flashchat_fix_1_1177680373_451383


Now the Who's Online Block in the forum area:

1. Yes you could just use the block we created but some people may not want too and I think it looks pretty good in there anyway.
2. Locate your index_body.tpl and make the following changes:

FIND

Code: [Download] [Hide] [Select]
<tr>
<td class="row1" valign="middle">
<span class="gensmall">
{L_ONLINE_EXPLAIN}<br />
{TOTAL_USERS_ONLINE}<br />
{LOGGED_IN_USER_LIST}<br />
{BOT_LIST}
</span>
</td>
</tr>
<tr>
<td class="row1">
<span class="gensmall">
{L_Online_today}<br />
{L_USERS_TODAY}&nbsp;{L_USERS_LASTHOUR}<br />
{ADMINS_TODAY_LIST}<br />
{MODS_TODAY_LIST}<br />
{USERS_TODAY_LIST}<br />
</span>
</td>
</tr>


AFTER, INSERT

Code: [Download] [Hide] [Select]
<tr>
<td class="row2" align="center"><br>
<font color="blue"><b><u>Adult Live Chat Users Online:</u></b></font>
<iframe height="100" 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>
</td>
</tr>


Same as above make sure the 'src=' is the correct path to info_embedded.php. The 'font' line I have in there is to give it a heading so it looks better in the block.

Here is a screenshot:
flashchat_fix_2_1177680393_671935


You can edit the info_embedded.php file to make changes to the actual text that is displayed in the block.

I will make another post for help with my additions to this little mod I guess you can call it.

So enjoy and hey i'm getting a bit better at this php stuff this is getting scary. Now I am a danger to my website :)


-D1-

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
nice work!!

Subject: Re: FlashChat - How To Get It Working In ICY
excellent works well :mrorange: exspecially with phpbb integratione, very thanks friend :wink:

Subject: Re: FlashChat - How To Get It Working In ICY
Your Welcome.

If anyone has any clue on how to help me with my other suggestions to make this little integration complete please post and I will test the code and hopefully get it working. Once all this works I will edit this post and it will be the end all to FlashChat in Icy :)

-D1-

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
Thanks, moved to Customizations.

Subject: Re: FlashChat - How To Get It Working In ICY
darkone wrote: [View Post]


Note: src="chat/info_embedded.php" the src path needs to be the correct path from root to info_embedded.php.



For those of use who are, shall we say, PHP challenged :mrblue: ...can you explain what this means? I couldn't find a file named info_embedded.php. Only files I can find that refer to the ajax chat that would make sense to me don't bring up the information you show in your screenshot. Thanks BTW, this is a cool mod. :*)

Subject: Re: FlashChat - How To Get It Working In ICY
Lucentgem this is for FlashChat it is a seperate chat program outside of Icy Phoenix that is used by a lot of people.

Here is where you can get it. It's a pretty nice program and from what I have seen stable and its only :)

http://www.tufat.com/s_flash_chat_chatroom.htm

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
er...silly silly me LOL. I thought that something was a little off. Thanks for the info. :*)

Subject: Re: FlashChat - How To Get It Working In ICY
I've been using FC for a couple years now.. It is a great chat s/w package. I integrated it with my phpbbFM forums and it worked great! I can't wait to play around with ICY and Flashchat!

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
Got Flashchat working today.

Here are some screen caps for setup via CMS page

fc2

fc1

fc3


Here is the code to put in the page..

Code: [Download] [Hide] [Select]
<IFRAME SRC="/forum/chat/flashchat.php" WIDTH=100% HEIGHT=500></IFRAME>

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
Thank you very much for posting this. :mricy:

Subject: Re: FlashChat - How To Get It Working In ICY
Sure :)

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
as you have done to install her? and' only for phpbb?

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
I don't know what you are asking..

Profile PM  
Subject: Re: FlashChat - How To Get It Working In ICY
I don't understand as it integrates him inside icy phoenix..

Profile PM  
Goto page 1, 2, 3, 4, 5  Next

Page 1 of 5


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1097s (PHP: 20% SQL: 80%)
SQL queries: 12 - Debug Off - GZIP Enabled