Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
My user chat window show old data when some other user came and open chat box from same computer. how to delete old use chat or start a new chat. When user close and open a chat also again that old chat messages are displayed in user end chat box. also when operator close that chat, in user end it show chat de;leted for long time. how can i start a new chat by closing old chat
Offline
I ques you have embeded chatbox not live help widget. Please embed live help widget
Offline
Chief i used
1. Live help embed code->Widget embed code
But how to give a clear chat button or need to clear chat because one of my user chat with operator from chat embedded chat widget. and when other user came and chat from same system frontend it shows old data for that second user. and also in operator login it reopen first users chat and continue chat for second user. I need to clear chat for second user. How can I do this. Thankyou.
Offline
Sorry, can you paste embed code here. You can remove domain itself from embed code.
Offline
<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 = '//mydomain.com/chat/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>
Offline
can you understand my situation. this is a image of chat request from my website to admin long a hour ago. but when some other user chat from same system that same chat exist in chat widget how can I clear chat in user chat widget content and open a new chat. Please we are in rush. Thankyou in advance.
Offline
Send a message to the user
If the message was already sent, this will mark it as not delivered and the user will be shown the chat message again.
i send some message to user. where user can see these messages.
Offline
Hi aravind0077,
in the user side widget for see a chat closed widget must be closed.
So if you ends the chat from operator side but widget is still open in user side the chat (old) chat still be accessible in user side.
Also maybe your settings allow the user to reopen a closed chat so please go on settings, live help configuration, chat configuration, misc and check "Reopen closed chat as new? Otherwise it will be reopened as active." maybe uncheck "Reopen chat functionality enabled" and also uncheck "Allow user to reopen closed chats?"
This should fix your issue.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
If you see the message on user side is grey and not delivered that's means there is an issue of Internet connection. Maybe your hosting is not fast or you are in a shared slow hosting who is not the place where install the live chat on your own.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Pages: 1