Hi LFH,
Welcome to mibew support forum.
I'd like to change the size of the visitors chat box.
To resize the visitor browser popup, Open:
libs/ and look for filename
getcode.php if its present open it for edit and look for
$inner, $title, "webim", "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1");
If the file doesn't exist there, Open:
operator/getcode.php and look for the above line and alter width=,height= accordinly.
The code will be near the top of the file in either case.Note:For the new size to work the button code will have to be replaced, wherever, it's been added on pages.
Oddly, when opened with firefox the visitor popup opens maximized, if the browser is maximized to start with, ignoring the width height values, However, if the browser if stretched to near full screen it will open to the values size set.?
When you close chat via the Windows-X the session doesn't end.
I have noticed this myself, not sure if it's because we already have a session open being logged into the control panel & coming from the same IP address, I have no one available to do a test at the moment.
If you have someone available to do a test, with that person NOT being logged into the control panel & activating visitor chat via the code image link, it would be interesting to see if that is the case, there could also be a reason as to why it acts this way, Inspirer will hopefully see this topic & respond if the above is not the case.
Please let us know here if this has been tested.
Always use a proper file editor like Notepad++Regards