Chat

This plugin displays an icon to open a simple, stateless chat. New messages are sent to all registered users. The chat history is not saved and is lost when logging out, reloading or closing the page.

Chat

ID

bpcChat

Configuration

Example configuration
{
    "tooltip": "CORE_CHAT", (1)
    "title": "CORE_CHAT", (2)
    "iconCls": "x-fal fa-comments", (3)
    "displayMode": "auto" (4)
}
1 Tooltip of the button
2 Title of the chat window
3 Icon of the button
4 Possible values are:
  • auto - Automatic placement based on the configured hook

  • center - Opens the chat centered in a freely positionable window

  • left/west - Opens the chat on the left edge of the main view

  • right/east - Opens the chat on the right edge of the main view


Keywords: