Page 1 of 1

Problem integrating flashchat

PostPosted: Sun Apr 27, 2008 10:01 am
Author: Angelus
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: http://www.das-bemalforum.de

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hi,

I purchased the flashchat (http://www.tufat.com/s_flash_chat_chatroom.htm).

And installed it. This worked so long. When installing I have chosen the option, that I want to include it into an phpBB 2.0.10 or higher board because there was no option for integramod.

I found this topic here where it is explained how to integrate the chat to 140 : http://www.integramod.com/forum/viewtop ... =flashchat. But this does not work. If I do so the chat asks for the login data and says that they are wrong every time. With the standard installation options it works also with the automatic login via a new link.

But there is a "profile" link when clicking on someone in the chat that does nothing.

Has anyboby included the flashchat to a 141 installation and can help me?

Greetings
Thorsten

Re: Problem integrating flashchat

PostPosted: Thu May 01, 2008 9:07 pm
Author: .QUACK.Major.Pain
I tried it - a free version.
It would work for 3 days and then I would get an email saying I had to re-activate it.
I did and 3 days later it happened again. And again And again.

So I removed it. Not sure what the problem is.

The site I got it from is completely french so getting help was difficult.

Re: Problem integrating flashchat

PostPosted: Thu May 01, 2008 10:31 pm
Author: Helter
do you have your true path to the chat folder added to dp.php?
should be something like

Code: Select all
define('C_PATH','/home/username/public_html/IM141/prochatrooms'); // Document Path



I just helped another user integrate the link for this program into the nav bar of the dark template. He was having the same problem, but has fixed it. I just pm'd him and asked him to share his fix for this

to add the link, open fisubice/overall_header.tpl
find

Code: Select all
<td>{QMENUS}</td>


replace with

Code: Select all
<td>  {PROCHATROOMS}</td><td>{QMENUS}</td>


repeat this for fisubice/overall_footer.tpl

Re: Problem integrating flashchat

PostPosted: Fri May 02, 2008 1:12 am
Author: Angelus
Hi HelterSkelter,

is this a fix for my problem or for .=QUACK=.Major.Pain ?
My problem is not to integrate the chat in the nav menu or in the chatbox. But within the chat you can click on the name of the user wich opens a menu whrere you can send a message only to that user and there is a link to his profile. And this profile link does not work out of the chat.

Greetings
Thorsten

Re: Problem integrating flashchat

PostPosted: Fri May 02, 2008 1:35 am
Author: Helter
when you click the link to the chat, does it auto log you in with your forum user account?
also, what is the link you used for your path to the users profile?

Re: Problem integrating flashchat

PostPosted: Fri May 02, 2008 1:59 am
Author: Angelus
HI,

I use this code for showing the rooms and online people (http://www.integramod.com/forum/flashch ... t3828.html)

Code: Select all
<tr> <td> <iframe></iframe></td> </tr>


And this link to show the login link:

Code: Select all
    <tr>         <td>             <a>[Hier geht's zum Chat]</a>         </td>     </tr>  


With this I'm automatically logged in to the chat.

I think the autologin works because of that line in config:

Code: Select all
        //your CMS system         'CMSsystem' => 'phpBB2CMS',// defaultCMS - default CMS, blank - stateless CMS


But login at all (manual/automatic) does not work using the files from skywalker (http://www.integramod.com/forum/flash-c ... t1216.html)

Greetings
Thorsten

Re: Problem integrating flashchat

PostPosted: Sat Jun 07, 2008 10:28 am
Author: DjPorkchop
Has anyone ever found a fix for this issue or was it ever solved? I was thinking of adding a flashchat install to a 1.4.1 board but am kinda reluctant to try if it is going to fail.