Please I really want to use this for a site I'm almost ready to make live. One of the requirements I need for this chat is that it resizes to be about half the size that it is. Editing in the admin didn't work and Ive checked out the CSS files but couldn't fight the overall height anywhere.

One spot I saw said something about 300px in the CSS but changing it didn't increase or reduce the size.

Comments

owen barton’s picture

This could be a phpFreeChat bug - rather than a problem with this module.

I have checked in pfcglobalconfig.class.php that the 'width' parameter is still the one that needs setting. If you enable 'Debug parameters' under advanced settings and check that your value for width is in the parameter list when you view the chat then that the module is probably not the source of the problem.

Hope this helps!

Compactman’s picture

Assigned: Compactman » Unassigned

Well when your right you are right. The module is passing it off seen here in my debug. Unless the reference is incorrect to where it's pointing that line to.

Parameters: Array
(
    [data_private_path] => C:\xampp\xampp\htdocs\files\phpfreechat
    [data_public_path] => C:\xampp\xampp\htdocs\modules\phpfreechat\phpfreechat\data\public
    [data_public_url] => /modules/phpfreechat/phpfreechat/data/public
    [themepath] => C:\xampp\xampp\htdocs\modules\phpfreechat\phpfreechat\themes
    [theme_url] => /modules/phpfreechat/phpfreechat/themes
    [serverid] => 7366900e3438a9f21e0423a36fdf1bbe
    [server_script_path] => C:\xampp\xampp\htdocs\modules\phpfreechat\handler.php
    [server_script_url] => /modules/phpfreechat/handler.php
    [title] => Remote Service
    [channels] => Array
        (
            [0] => Remote Service
        )

    [connect_at_startup] => 1
    [start_minimized] => 1
    [height] => 100px
    [nickmarker] => 
    [clock] => 
    [btn_sh_whosonline] => 
    [btn_sh_smileys] => 
    [debug] => 1
    [debugxajax] => 1
    [nick] => Performance
    [isadmin] => 1
)

Session: Array
(
    [language] => en
    [pfcuserconfig_7366900e3438a9f21e0423a36fdf1bbe_nick] => 
    [pfcuserconfig_7366900e3438a9f21e0423a36fdf1bbe_active] => 
    [pfcuserconfig_7366900e3438a9f21e0423a36fdf1bbe_channels] => Array
        (
        )

    [pfcuserconfig_7366900e3438a9f21e0423a36fdf1bbe_privmsg] => Array
        (
        )

)

Cookies: Array
(
    [PHPSESSID] => 20eb0ccdb76e17871dd535e18fcd496b
    [dhtml_menu] => sub5,sub10,sub100,sub86
owen barton’s picture

I see a commented section involving $height in printStyle() in phpfreechat.class.php.
I suggest downloading the latest beta 9 from the phpfreechat site, and checking to see if your problem still occurs.

If it still occurs, and if this section is still commented out, then I would post a ticket on the phpfreechat sourceforge page, pointing out the problem you are having and also the commented code.

Compactman’s picture

Status: Active » Closed (fixed)

I moved my site from the local server winbox to a live server today and that fixed the problem. May have something to do with how xampp is configured.

walterhoct’s picture

Priority: Critical » Normal
Status: Closed (fixed) » Active

I am running a Linux server and the problem remains. I can't configure the height. Wonder if anyone else has the same problem.

owahab’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.