Skip to content

neoncube2/flarum-private-messages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Messages

A Flarum extension for adding private messages to your forum!

Private messages (PM's) are also known as "direct messages" (DM's). (e.g. "Send me a PM!" or "Send me a DM!")

Flarum Private Messages screenshot

Installation

composer remove kyrne/whisper --no-update
composer remove littlecxm/whisper --no-update
composer require neoncube/flarum-private-messages:"*"

Updating

composer update neoncube/flarum-private-messages
php flarum migrate
php flarum cache:clear

Links

Credits

Thank you to Kyrne, who made the original Whisper extension, which this extension is mostly based off of!

Thank you to David Wheatleu and CXM for their many bug fixes and contributions!

MIT license