Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
I was wondering if it's possible to add MySQL compatibility/functionality to the Windows client. Was hoping that when users go on to my site, it could check the MySQL database to see if any live support agents are online.
Would need to check this through the Desktop client I believe. Any help is appreciated!
Why you need MySQL on Users Windows Client for checking livesupport status ?
On Wednesday, August 14, 2013 9:23:09 AM UTC+8, kit...***.ie wrote:I was wondering if it's possible to add MySQL compatibility/functionality to the Windows client. Was hoping that when users go on to my site, it could check the MySQL database to see if any live support agents are online.
Would need to check this through the Desktop client I believe. Any help is appreciated!
Offline
Because on my site, it checks if any online staff are signed in before displaying a message saying "Live Support Representatives Online". I'd need the client to set the user to online once they open the Client.
Hi,
Sorry but still i'm confused what you actually want to do. During embed code generation you can choose display widget if there are any online users or not.
2013/8/27 <kit...***.ie>
Offline
I'll try explain:
On my website: I've created code that forces a pop up to show up if any live support agents are online, asking the user does he need assistance from the live support staff.
I need my website to be able to detect if any admins are currently logged in to the Desktop client. If none have it open on their desktop, the pop up won't appear to the user.
I believe MySQL would be the best way to check this, or is there currently another method that makes it possible?
On Wednesday, August 14, 2013 2:23:09 AM UTC+1, kit...***.ie wrote:I was wondering if it's possible to add MySQL compatibility/functionality to the Windows client. Was hoping that when users go on to my site, it could check the MySQL database to see if any live support agents are online.
Would need to check this through the Desktop client I believe. Any help is appreciated!
Hi,
I'm still not sure what you want to do that, but in any case:
Just see this method
$isOnlineHelp = erLhcoreClassChat::isOnline($department);
https://github.com/remdex/livehelperchat/blob/master/lhc_web/lib/core/lhchat/lhchat.php#L506
Hope it helps with your modification
2013/8/28 <kit...***.ie>
Offline
That's what I'm looking for. Could you please help me with the code though?
How can I make my homepage check if there is any support agents online when a user goes onto my site?
Something like this:
if(SupportAgentsOnlineCount !=0)
{
///Run code for agents online
}
else
{
////Run code for no agents online
}
Obviously that code won't work but that is what I'd want to do. Could you type in code that I could put into my homepage to check this?
On Wednesday, August 14, 2013 2:23:09 AM UTC+1, kit...***.ie wrote:I was wondering if it's possible to add MySQL compatibility/functionality to the Windows client. Was hoping that when users go on to my site, it could check the MySQL database to see if any live support agents are online.
Would need to check this through the Desktop client I believe. Any help is appreciated!
Any help?
On Wednesday, August 14, 2013 2:23:09 AM UTC+1, kit...***.ie wrote:I was wondering if it's possible to add MySQL compatibility/functionality to the Windows client. Was hoping that when users go on to my site, it could check the MySQL database to see if any live support agents are online.
Would need to check this through the Desktop client I believe. Any help is appreciated!
Please give me any assistance you can. Please don't ignore me. Thank you.
On Wednesday, August 14, 2013 2:23:09 AM UTC+1, kit...***.ie wrote:I was wondering if it's possible to add MySQL compatibility/functionality to the Windows client. Was hoping that when users go on to my site, it could check the MySQL database to see if any live support agents are online.
Would need to check this through the Desktop client I believe. Any help is appreciated!
Hi,
Read documentation and make your own extension.
2013/9/12 <kit...***.ie>
Offline
Pages: 1