Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-26-2011, 04:38 AM
Senior Member
 
Join Date: May 2011
Posts: 214
Default chat module height issue in IE8

We are using Joomla 1.6 and the FlashChat module works great in FireFox, but in Internet Explorer 8 the screen height doesn't adjust. I'm guessing it is somewhere in the div-id="fchat" but I'm not sure what to change.

I have tried different 1.6 templates (the 2 default templates and a RocketTheme template) but it doesn't change the layout.

Thanks for the help!
Attached Images
File Type: jpg IE8issue.jpg (54.8 KB, 6 views)
Reply With Quote
  #2 (permalink)  
Old 05-27-2011, 05:27 AM
Administrator
 
Join Date: Dec 2008
Posts: 577
Default

Please open the file components\com_chat\views\chat\view.html.php, and you will find the string:

else
{
$width = $cfg->client_width . 'px';
$height = $cfg->client_height . 'px';
}


then please replace the following one,
/*
else
{
$width = $cfg->client_width . 'px';
$height = $cfg->client_height . 'px';
}
*/

If you still have problem, we need to test and verify, the accounts are must be provide, thanks for your udnerstanding!
Reply With Quote
  #3 (permalink)  
Old 06-01-2011, 02:10 PM
Senior Member
 
Join Date: May 2011
Posts: 214
Default

That breaks it for all browsers.
Cannot give you remote access. Haven't modified anything, it's a simple default installation so the problem should have been seen by others as well.
Reply With Quote
  #4 (permalink)  
Old 06-02-2011, 07:45 AM
Administrator
 
Join Date: Dec 2008
Posts: 577
Default

Hi lewism,

Please try this one. If the issue still persists, please feel free to let me know.

else
{
$width = '770' . 'px';
$height = '500' . 'px';
}
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:25 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.