Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

the-turk/flarum-edit-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit Notifications for Flarum

MIT license Latest Stable Version Total Downloads

This extension will let users know when their post is edited (because they've the right to know!)

[OPTIONAL] It'll also notify users about edits on posts that they interacted (liked, mentioned, reacted or voted). So when you get interacted with a post, you'll be notified when it's edited. You could think as it is 'post subscription'.

Screenshot

Features

  • Uses queues for notifications.
  • Integration with flarum/likes, flarum/mentions, fof/reactions & fof/gamification

Installation

Use Bazaar or install manually:

composer require the-turk/flarum-edit-notifications

Updating

composer update the-turk/flarum-edit-notifications
php flarum cache:clear

Usage

Enable the extension. Disable notifications for interacted posts from the extension's settings modal if you wish.

Reminder: Users can disable these notifications individually in their settings page if they wish.

Links