Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi Friend,
How to stop "B" user see "A" users chat message from same system.
Please guide me.
Offline
Offline
Thanks for reply,but i have issue from customer side when my customer login, then livehelp chat appear on widget(right side) and user start chat with admin till this point there is no issue ,but again when my other customer login with same system it is getting earlier chat message(which belong to earlier customer )
please suggest me.
Last edited by kamlesh (2014-12-02 16:36:43)
Offline
Most likely you are using chatbox widget instead of livehelp widget. If your customers can see each other messages.
Offline
i used in site
<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
var refferer = (document.referrer) ? encodeURIComponent(document.referrer.substr(document.referrer.indexOf('://')+1)) : '';
var location = (document.location) ? encodeURIComponent(window.location.href.substring(window.location.protocol.length)) : '';
po.src = '//localhost/helpout/lhc_web/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
is it correct code ?
Please tell me from where i get livehelp widget instead of chatbox widget
Last edited by kamlesh (2014-12-03 09:01:47)
Offline
Yes, it's correct. If users still sees each other messages, something not right with your enviroment... Or I did not understood your problem. In any case there is commercial support if you need deeper investigation.
Offline