Author Topic: FlashChat Integration 1.0  (Read 2778 times)

Offline Luxsphinx

FlashChat Integration 1.0
« on: July 08, 2007, 03:16:10 am »
Okay, I tried to post this in the FlashChat thread that announced its release, but I find that I am unable to post anywhere but here for some reason.  I have SMF v. 1.1.3 running.  There are a lot of mods installed on this, one of which is SMF Shoutbox, which has become a minor hit.  But I wanted to reinstall the chatroom (I had to recreate an entirely new forum due to problems with SMF Arcade that screwed things up a lot and no one could help me or figure it out).  So, not knowing there was an upgrade of the package, I re-uploaded the Beta 0.1 and installed it.  It worked fine (although fine means that the known bugs were there, but nothing unexpected).  Then I found v. 1.0, so I uninstalled 0.1 as  asked and installed 1.0.  Doing so killed my Shoutbox, however.  Also, it did not display the number of users, the logout bug remained, etc.  It seemed to be exactly the same except that, unlike the beta, it also killed my Shoutbox.  Can anyone tell me how to get the improved chat integration working while still having my Shoutbox or at least get rid of the logout error on the beta version?

Offline Daniel15

Re: FlashChat Integration 1.0
« Reply #1 on: July 08, 2007, 01:38:37 pm »
Which shoutbox mod do you have installed? There's several shoutbox mods available for SMF.

Quote
Also, it did not display the number of users
Are you using the default SMF theme?

Quote
Can anyone tell me how to get the improved chat integration working while still having my Shoutbox or at least get rid of the logout error on the beta version?
Make a file called "dologout.php" in your forum's directory, and place this in it:
Code: [Select]
<?php
// Let's go to the right place...
require('chat/dologout.php');
?>


Quote
I tried to post this in the FlashChat thread that announced its release, but I find that I am unable to post anywhere but here for some reason.
I probably screwed up the permissions somewhere... I'll take a look later.

Offline Luxsphinx

Re: FlashChat Integration 1.0
« Reply #2 on: July 09, 2007, 04:56:55 am »
Which shoutbox mod do you have installed? There's several shoutbox mods available for SMF.

I am using a shoutbox simple called "SMF Shoutbox" from the Simple Machines website under modifications.

Are you using the default SMF theme?

Yes, I am using the default theme. 

Thanks a lot for the help on this one.  I'll fix the logout issue, but if you happen to figure out a way to get v1.0 of the integration working with the Shoutbox, please let me know.