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

You are not logged in.

Announcement

#1 2015-03-13 09:11:47

zaid.ilink
Member
Registered: 2015-02-20
Posts: 11

attr_online in database ?

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

#2 2015-03-13 09:14:44

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

Re: attr_online in database ?

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

Board footer