Mibew Messenger Community
General => Support => Topic started by: Anth on July 02, 2013, 09:29:00 PM
-
Hello everyone.
I recently downloaded the 1.6.4 chat everything works perfect but I need to put the chat window a little wider and higher. I can help do not know where to find Editable file size of the chat window.
I am new to this forum.
Thanks to you.
Excuse my English. But it is not my native language ;)
-
Hello Anth, you can resize the window on the button code:
<a href="http://www.yourwebsite.com/mibew/client.php?locale=en" target="_blank" onClick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://www.yourwebsite.com/mibew/client.php?locale=en&url='+escape(document.location.href)+'&referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="http://www.yourwebsite.com/mibew/b.php?i=mblue&lang=en" border="0" width="179" height="63" alt=""/></a>
Look in this line this part:width=640,height=480,resizable .......and set the size that you want.
For more help, post your question or PM me.
-
Thank you very much.
Now I can resize the window of the visitor and how do I change the window size of the operator?