https://github.com/friendsofflarum/subscribed
Better user subscriptions for your Flarum forum
https://github.com/friendsofflarum/subscribed
approval discussion flarum flarum-extension fof friendsofflarum hacktoberfest notifications subscription
Last synced: 3 days ago
JSON representation
Better user subscriptions for your Flarum forum
- Host: GitHub
- URL: https://github.com/friendsofflarum/subscribed
- Owner: FriendsOfFlarum
- License: mit
- Created: 2017-07-07T07:24:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T19:29:46.000Z (12 months ago)
- Last Synced: 2025-06-29T11:27:12.138Z (7 months ago)
- Topics: approval, discussion, flarum, flarum-extension, fof, friendsofflarum, hacktoberfest, notifications, subscription
- Language: PHP
- Homepage: https://discuss.flarum.org/d/6460
- Size: 884 KB
- Stars: 11
- Watchers: 1
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Subscribed by FriendsOfFlarum
 [](https://packagist.org/packages/fof/subscribed) [](https://opencollective.com/fof/donate)
A [Flarum](http://flarum.org) extension. Adds additional subscriptions to specific events.
### Available Notifications (User Settings)
- Someone creates a discussion
- Someone authors a new post
- When someone registers
- A created post needs approval
### Available Events
- **New Discussion**
- {username} created a new discussion
- **New Post**
- {username} authored a new post
- **New User**
- {username} had just signed up
- **Post Unapproved**
- {username} created a post that requires approval
### Available Permissions
- Allowed to receive notification upon new discussion
- Allowed to receive notification upon new post
- Allowed to receive notification upon new user
- Allowed to receive notification upon new unapproved post
### Installation
Install manually with composer:
```sh
composer require fof/subscribed:"*"
```
### Updating
```sh
composer update fof/subscribed
```
### Links
- [Packagist](https://packagist.org/packages/fof/subscribed)
- [GitHub](https://github.com/FriendsOfFlarum/subscribed)
[](https://opencollective.com/fof/donate)
An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).