Download the PHP package open20/amos-chat without Composer
On this page you can find all versions of the php package open20/amos-chat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open20/amos-chat
More information about open20/amos-chat
Files in open20/amos-chat
Package amos-chat
Short Description Sistema AMOS per la chat
License
Homepage http://git.open20.it/open20/amos-chat
Informations about the package amos-chat
Amos Chat
Plugin to manage private messages, conversations with user contacts.
Installation
Add chat requirement in your composer.json:
Enable the Chat modules in modules-amos.php, add :
add chat migrations to console modules (console/config/migrations-amos.php):
Configurable fields
Here the list of configurable fields, properties of module AmosChat. If some property default is not suitable for your project, you can configure it in module, eg:
-
formRedactorButtons - array, default = ['file']
List of all Redactor visible buttons in message form -
immediateNotificationForce - boolean, default = true
Force notification sending to the message receiver -
defaultEmailSender - string Default e-mail sender if the server allow only sender with the same domain
-
subjectOfimmediateNotification - string Default subject for emails of "immediate notification force". If in the module settings override the value, you detach translation system
-
enableForwardMessage - boolean, default = false
used to enable the forwarding of messages. It's required to insert an array of user_id in the variable $userIdForwardMessage -
userIdForwardMessage - (array) integer , default = []
It's required to enable the function of forwarding message, it contain the list of user to which forward the messages -
onlyNetworkUsers - boolean, default = true
-
subjectOfimmediateNotification - string Default subject for emails of "immediate notification force". If in the module settings override the value, you detach translation system
-
emailMessageContentAllowedTag - string, default = 'p,div'
-
enableVideoconference - boolean, default = false
- assistanceUserId - integer, default = 1 User Id of the assistance user to open a conversation on click on WidgetIconChatAssistance
All versions of amos-chat with dependencies
open20/amos-admin Version ^2.0.0
open20/amos-core Version ^1.9.60
open20/amos-email-manager Version ^1.1.0
kop/yii2-scroll-pager Version ~2.2