|
|||
|
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! |
|
|||
|
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! |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|