-
2014-01-18 14:56:33
New version - 1.79v
1.79v
Features
- Option to have operator remarks regarding the chat.
- Chatbox has few other embed options, which allows to have the following use cases:
- Hide status widget and show content instantly, have content expanded or minimized instantly.
- Disable user posibility to close a widget. Usefull if you are not showing a status widget.
execute doc/update_db/update_60.sql for update and follow standard upgrade tutorial.
-
2014-01-17 19:28:41
New version - 1.78v
Features
- Online visitors tracking across domain subdomains. You can set your domain in "Chat configuration" => "Misc" => "Set your domain to enable user tracking across different domain subdomains."
- Mail templates now supports {country} and {city} variables.
Bugfix
1. /user/login was missing $currentUser instance after php session drop.
execute doc/update_db/update_59.sql for update and follow standard upgrade tutorial.
-
2014-01-16 19:30:26
New version - 1.77v
1.77v
Features
- Option to set Long Polling for messages sync.
- Dumped session if it's not required for anonymous users. Should give some performance boost. Let me know if you encounter any issue and I will fix it in less than 24 hours.
- Chat tabs interface will show user options as go offline/online. Disable enable sound, this applies also to chrome extension.
If you decide to experiment with Long Polling make sure that.
- You have enabled it in "Synchronisation and sound settings"
- Connection to server is less than php script execution time. 29 seconds is good start.
- Internal message sync interval is not very small. 1.5 second is good start. If you want more real time appearance. Reduce it to half second or so. You can also decrease standard "Sync for a new user message, interval in seconds" let say to half second. 0.5 or a little bit less. After one polling request another request will be executed after this value. Good luck with your experimenting.
Bugfix
1. Removed scrollbar in popup if file upload was activated.
execute doc/update_db/update_58.sql for update and follow standard upgrade tutorial. I suggest review your "Synchronisation and sound settings" after update if you have tweaked them before.
-
2014-01-13 20:05:38
New version - 1.76v
1.76v
Features
- MaxMind GEO Service, completely local solution, no need allow connection to third party services.
- Option to have TOS checkbox. Link is changable in "Configuration" => "Copyright settings" => "Site settings"
execute doc/update_db/update_57.sql for update and follow standard upgrade tutorial.
-
2014-01-12 18:27:38
MaxMind location detection as geo option
Today I have implemented MaxMind provided solution for geo detection. In order to have this functionality make sure you have copied
https://github.com/remdex/livehelperchat/tree/master/lhc_web/var/external this folder to your instance. There is two options there
- User country based detection
- User city based detection.
Country base detection database file is already included but for city you would have to download ir and extract to var /var/external/geoip folder.
This geo detectio method does not require any remote connections.