Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2015-07-07 17:01:11

jvieira
Member
Registered: 2015-07-06
Posts: 4

how to open closed chats

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

#2 2015-07-07 17:04:27

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: how to open closed chats

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 big_smile You can try to extend Chat API to get list of old chats, and somehow change their statuses big_smile

Offline

#3 2015-07-07 17:10:37

jvieira
Member
Registered: 2015-07-06
Posts: 4

Re: how to open closed chats

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 wink

Offline

#4 2015-07-07 17:24:08

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: how to open closed chats

Sorry, but changing status should be sufficient if it's not it's something more smile

Offline

Board footer