Chat

This plugin displays an icon to open a simple, stateless chat. New messages are sent to all logged-in users. The chat history is not saved and is lost when you log out, reload, or close 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 Button tooltip
2 Chat window title
3 Button icon
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: