Author Topic: chat window issue  (Read 7313 times)

0 Members and 1 Guest are viewing this topic.

tech healthiza

  • Jr. Member
  • **
  • Posts: 2
chat window issue
« 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.

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: chat window issue
« Reply #1 on: February 21, 2014, 02:15:33 PM »

tech healthiza

  • Jr. Member
  • **
  • Posts: 2
Re: chat window issue
« Reply #2 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 .

faf

  • Mibew Staff Member
  • Native
  • *****
  • Posts: 950
    • Mibew Messenger
Re: chat window issue
« Reply #3 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. :-\