Mibew Messenger Community

General => Support => Topic started by: tech healthiza on February 21, 2014, 11:45:29 AM

Title: chat window issue
Post by: tech healthiza on February 21, 2014, 11:45:29 AM
Hi,
We're new to Mibew. We have a fully responsive x-cart store and using Mibew Web messenger for it.
Everything works perfectly from the very first day.
Only thing we want to open the chat window for customers with a customizable size (from admin only) on the same position when a chat is initiated instead of opening in a new window? Please take a view here http://www.nykaa.com/
How do we do it or which file we have to modify to control the shape of it?
Thanks a lot in anticipation.
Title: Re: chat window issue
Post by: faf on February 21, 2014, 02:15:33 PM
Take a look at this thread: http://mibew.org/forums/index.php/topic,191497.msg197231.html
Title: Re: chat window issue
Post by: tech healthiza on February 22, 2014, 05:55:09 AM
Take a look at this thread: http://mibew.org/forums/index.php/topic,191497.msg197231.html
Thank you for reply but I have already used  below code
<script>
$(function() {
   $( "#dialog" ).dialog({
      autoOpen: false,
      height: "480",
      width: "640"
   });
   $( "#opener" ).click(function() {
      $( "#dialog" ).dialog( "open" );
      return false;
   });
});
</script>

<button id="opener"><img src="сюда_адрес_сайта/b.php?i=webim&amp;lang=ru" border="0" width="140" height="45" alt=""/></button>

but my requirement is not match with it. I want  chat like http://www.olark.com.
Title: Re: chat window issue
Post by: faf on February 22, 2014, 07:46:54 AM
Sorry, but if you expect that someone will try to understand what exactly you're looking for and then rewrite Mibew to meet your expectations just for fun, you're probably wrong. However, good luck with that. :-\