-
2013-02-17 07:30:14
GEO detection implemented
From now on you can also see from what country come request. You just have to configure GEO detection.
- Execute doc/update_db/update_6.sql, make sure you have executed also doc/update_db/update_5.sql
- Replace design,lib,modules,pos folders.
See live demo how it looks in reality. Desktop client also was updated to support user country data.
-
2013-02-16 15:43:12
Since now departments selection won't be shown if there is only one department in back office.
Starting chat if there is only one department, departments combobox won't be shown. This makes more minimalistic starting chat window. If there is more than one department department selection will be shown.
-
2013-02-16 09:32:37
Now you can block users
From now you can block users. See: this commit
Instructions for update:
- Execute doc/update_db/update_4.sql
- Replace design,lib/modules/pos files.
That's all ;)
-
2013-02-12 17:32:21
Updating to 1.17 version.
This version features departament and global departaments permissions changes. Which will allow easier updated in the future. Read futher for upgrade guide.
-
2013-01-28 17:16:23
New version of livehelperchat with brand new design and re-factored html templates.
We are now 100% based on foundation CSS framework. Advantages
- Responsible design - still pending some changes
- Clean CSS and HTML
- Removed JQuery UI dependency, less JS, less CSS - more speed.
- Cleaned up modules files to user new structure.
Pending things
- Take full advantage of foundation CSS framework - make fully responsible design.
- Enable template compile and cache - there are these settings settings.ini.php file, just hav'nt enough time to test it yet.
Demo also was updated. Take a look.
Feel free to report any issues on github.