https://github.com/livehelperchat/clientoverride
Sample extension how to override various things in Live Helper Chat
https://github.com/livehelperchat/clientoverride
Last synced: 11 months ago
JSON representation
Sample extension how to override various things in Live Helper Chat
- Host: GitHub
- URL: https://github.com/livehelperchat/clientoverride
- Owner: LiveHelperChat
- License: mit
- Created: 2023-09-04T11:21:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T10:41:42.000Z (over 2 years ago)
- Last Synced: 2025-06-28T22:28:25.341Z (11 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Sample extension how to override various things in Live Helper Chat. In this sample is shown how you
* Override template
* Override module
* Listen for a php event
* Listen for a JS event
* Add your own custom CSS
* Override images
* Override various widget styles `design/clientoverridetheme/css/widgetv2`
* Add a custom PHP class
For more information please read https://doc.livehelperchat.com/docs/development/quick-guide
# Install
Edit main settings file `lhc_web/settings.ini.php`
```
'extensions' =>
array (
'clientoverride'
),
```
While developing please disable cache https://doc.livehelperchat.com/docs/debug#disabling-cache