Hi,

I enabled and configured the module and it works perfectly fine under FireFox. But in IE7, the chat block dont shows any data. Here are my findings

1-Upon viewing the source of iFrame, the source is same as I see on FF (but it seems that the generated data is invisible in IE7)
2-Then, I removed every < script tags and java script function calls from the output. This still gave me the latest chat log in the generated html (but no sign of viewing the chat visually)
3-It seems that the problem is with the div tags such that IE7 is just not going to display that data.

Thanks
Adnan

Comments

alippai’s picture

In the code, there is ... and it needs to be xhanged to ...

dwees’s picture

Could you clarify? Perhaps using code tags?

Dave

alippai’s picture

Sorry...
The line 282 orginally:

    $output .= "<title>Chatbox Iframe<title>\n";

Change it to:

    $output .= "<title>Chatbox Iframe</title>\n";
dwees’s picture

Assigned: Unassigned » dwees
Status: Active » Fixed

Should be fixed.

Dave

Anonymous’s picture

Status: Fixed » Closed (fixed)