Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:02:55.000Z (3 months ago)
- Last Synced: 2024-10-29T22:37:25.280Z (about 2 months ago)
- Topics: approval, discussion, flarum, flarum-extension, fof, friendsofflarum, hacktoberfest, notifications, subscription
- Language: PHP
- Homepage: https://discuss.flarum.org/d/6460
- Size: 810 KB
- Stars: 12
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flarum - FoF Subscribed - Adds additional subscriptions to specific events. (Extensions / Others ([:top:](#table-of-contents)))
README
# Subscribed by FriendsOfFlarum
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/subscribed.svg)](https://packagist.org/packages/fof/subscribed) [![OpenCollective](https://img.shields.io/badge/opencollective-fof-blue.svg)](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)[![OpenCollective](https://img.shields.io/badge/donate-friendsofflarum-44AEE5?style=for-the-badge&logo=open-collective)](https://opencollective.com/fof/donate)
An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).