Since I implemented option to have custom language for each back office user. This option was also heritaged in widget/embed windows. This got users confusing, if I generated embed code for Russian why do I see english language? It was because the app remembered what language was set in back office. Since this small update, only site_admin will remember your language and you can easily test how widget in your language looks like without switching language in back office or using other browser.
If you desperately need this there is this github commit.
https://github.com/remdex/livehelperchat/commit/81b4a3daab46e592933aab3b3f331b780669b03c
There was a bug in install script. And during pro active chat invitation creation you could get white screen. So just execute this query:
ALTER TABLE `lh_abstract_proactive_chat_invitation`
ADD `show_random_operator` int(11) NOT NULL,
COMMENT='';
This bug in install script effected 1.63v and 1.64v.
Really sorry for this. But, bad things happens to good people :)
Features
1. Online visitors list will show page title insead of url. URL will be shown as link title.
2. Option to print and mail archived chat.
3. Option to add IP which should not be presented in online visitors list. Also this will avoid Proactive chat invitations to them. You can add then in chat configration list. "Which ip should be ignored in online users list, separate by comma"
Changes
1. Embed code generation can be reached only from configuration to avoid users misunderstandings.
execute doc/update_db/update_46.sql and follow standard upgrade instructions
Have a good weekend :)
Hi, you asked, you got it.
execute doc/update_db/update_45.sql and follow standard upgrade instructions
Create directory var/userphoto make sure that php can write to it. Just chmod 664 var/userphoto
Screenshot of new widget :)
Seems all.