Mibew Messenger Community

General => Support => Topic started by: Anth on July 09, 2013, 02:39:00 PM

Title: How to resize the chat window as operator mode?.
Post by: Anth on July 09, 2013, 02:39:00 PM
Hi

How to resize the chat window as operator mode?.

Already resize the chat window in client mode.

But logoro not resize the chat window so if I could help operator

Sorry for my mistakes in English
Title: Re: How to resize the chat window as operator mode?.
Post by: Dmitriy Simushev on August 15, 2013, 01:19:12 PM
Hello,

It is not trivial, but possible.

To do it you should modify 'js/source/users.js' file. Take a look at viewOpenCell method of HtmlGenerationUtils object (lines 76 - 104).
There are several pairs of values numbers 640 and 480 (lines 81, 88, 94). They are width and height of operator's chat
window respectively. You can change them to any other values.

More information about changing JavaScript files you can find here: http://mibew.org/forums/index.php/topic,329.0.html (http://mibew.org/forums/index.php/topic,329.0.html)