Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello All,
Where can i find attr_online information from database for perticular chat seassion ?
I am setting nickname from client when client intiate chat session. But in case proactive chat, nickname is always 'Visitor'. Any how there is already the name in 'attr_online' for that user (chat seassion) which i can see in user browsinf information.
Where this information store in database as I have to pass this information to our CRM in case nickname is 'Visitor'.
Offline
Some of these lines should help
1. Check that chat has mapping to online user
https://github.com/LiveHelperChat/liveh … tpl.php#L1
2. Then just use something like this
https://github.com/LiveHelperChat/liveh … pl.php#L13
Should be sufficient for your task.
Offline
Pages: 1