Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 5
Goto page 1, 2, 3, 4, 5  Next
 
Reply with quote Download Post 
Post 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-
 




____________
Check out my new website:
Adult Forums - A place where everyone can fit in.
Currently running v1.1.10.25 RC3
 
Edited by darkone, Fri 27 Apr, 2007 15:01: Added some text
Edited by darkone, Fri 27 Apr, 2007 15:27: Inserted better pictures
darkoneSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
nice work!!
 



 
hplSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
excellent works well    exspecially with phpbb integratione, very thanks friend  
 



 
sonoangeloSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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-
 




____________
Check out my new website:
Adult Forums - A place where everyone can fit in.
Currently running v1.1.10.25 RC3
 
darkoneSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
Thanks, moved to Customizations.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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   ...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. :*)

 



 
lucentgemSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
Check out my new website:
Adult Forums - A place where everyone can fit in.
Currently running v1.1.10.25 RC3
 
darkoneSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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. :*)
 



 
lucentgemSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!
 




____________
IP Version: 1.1.0.15a
Server Type: Linux
Apache Version: 1.3.37
PHP Version: 5.0.5
MySQL Version: 4.1.22-standard-log
Globals: Off
Safemode: Off
 
drexfulSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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>

 




____________
IP Version: 1.1.0.15a
Server Type: Linux
Apache Version: 1.3.37
PHP Version: 5.0.5
MySQL Version: 4.1.22-standard-log
Globals: Off
Safemode: Off
 
drexfulSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
Thank you very much for posting this.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
Sure
 




____________
IP Version: 1.1.0.15a
Server Type: Linux
Apache Version: 1.3.37
PHP Version: 5.0.5
MySQL Version: 4.1.22-standard-log
Globals: Off
Safemode: Off
 
drexfulSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
as you have done to install her? and' only for phpbb?
 



 
vascoseigrandeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
I don't know what you are asking..
 




____________
IP Version: 1.1.0.15a
Server Type: Linux
Apache Version: 1.3.37
PHP Version: 5.0.5
MySQL Version: 4.1.22-standard-log
Globals: Off
Safemode: Off
 
drexfulSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
I don't understand as it integrates him inside icy phoenix..
 



 
vascoseigrandeSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 5
Goto page 1, 2, 3, 4, 5  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron