prm / messages
Private direct messages between forum members.
Package info
github.com/smmpanelscripts1/prm-messages
Type:flarum-extension
pkg:composer/prm/messages
0.1.0
2026-09-17 18:55 UTC
Requires
- flarum/core: ^1.8
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Private 1:1 conversations between members, plus an optional public chat room.
Compatible with Flarum 1.8.
Screenshots
Inbox:
Public chat:
What it does
- Send a new conversation from a user’s Options → Send message
- Inbox with unread counts in the header
- Optional public chat (
/chat) that every member can use - Notifications when someone messages you
Starting a new DM with the same user always opens a new conversation. Replying inside an existing thread stays in that thread.
Install
composer config repositories.prm-messages vcs https://github.com/smmpanelscripts1/prm-messages composer require prm/messages:dev-main
Enable Private Messages, then:
php flarum migrate php flarum cache:clear
How to use
Private messages
- Admin → Permissions → enable Send private messages for the groups you want
- Open a user → Options → Send message, or use Messages in the header
- Search a username, write a subject (optional) and send
Public chat
- Admin → Private Messages → turn Public chat on
- Members use Chat in the header
When public chat is off, the page and menu item are hidden.
License
MIT

