https://github.com/ubleipzig/tx-supportchat-switch
Typo3 extension to provide a switch on/off state for tx-supportchat
https://github.com/ubleipzig/tx-supportchat-switch
Last synced: 4 months ago
JSON representation
Typo3 extension to provide a switch on/off state for tx-supportchat
- Host: GitHub
- URL: https://github.com/ubleipzig/tx-supportchat-switch
- Owner: ubleipzig
- License: gpl-2.0
- Created: 2023-03-14T08:57:20.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-14T10:47:16.000Z (about 3 years ago)
- Last Synced: 2025-06-18T06:35:41.430Z (12 months ago)
- Size: 39.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# tx-supportchat-switch
Enable and disable chat for Typo3 extension [Supportchat][1]
## Features
* Backend
* Displays button to switch on/off chat
* Frontend
* Returns JSON by AJAX route ```supportchatswitch_status```with state:true/false
* _Please note!_ All following logical steps have to be integrated separately at Typo3 frontend.
## Requirements
* Typo3 > 8.7 < 9.5.99
* Supportchat > 2.6
## Installation
### Installation using Composer
Best practise is installing the extension by using [Composer][2]. In your Composer based TYPO3 project root, just do `composer require ubleipzig/tx-supportchat-switch`.
### Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
[1]: https://github.com/ubleipzig/tx-supportchat
[2]: https://getcomposer.org/