Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi there,
I would like to have access to old chats, meaning that if a user would like, he/she could respond / re-open an old chat.
The chat hash or other db var could be used to for this effect as my app has access to the chat db...
In order words how can i force the js code of the chat to "load" an older chat instead of creating a new one?
How can this be accomplished?
Thank you
Offline
Sorry, but there is no straightforward way to do it, most likely you will have to digg to code to do this yourself. I just cannot give precise instructions because it would mean just programming it You can try to extend Chat API to get list of old chats, and somehow change their statuses
Offline
Thank you for the answer.
Is there any way to force the chat to be opened again? changing status field on the db, wont just do it, it continues to give "chat closed"...
If not thanks anyway
Offline
Sorry, but changing status should be sufficient if it's not it's something more
Offline
Pages: 1