Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-post-permissions
Advanced permissions for post editing
https://github.com/clarkwinkelmann/flarum-ext-post-permissions
Last synced: about 20 hours ago
JSON representation
Advanced permissions for post editing
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-post-permissions
- Owner: clarkwinkelmann
- License: mit
- Created: 2021-03-16T22:58:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T06:57:26.000Z (over 3 years ago)
- Last Synced: 2024-12-16T19:04:57.041Z (about 1 month ago)
- Language: PHP
- Homepage: https://discuss.flarum.org/d/26521
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Advanced Post Permissions
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/clarkwinkelmann/flarum-ext-post-permissions/blob/master/LICENSE.md) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-post-permissions.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-post-permissions) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-post-permissions.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-post-permissions) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
This extension adds 2 new permissions to the admin panel:
- Edit own discussion first post forever
- Edit any own post foreverThe two permissions can be tag-scoped.
The permissions are separate from "Allow post editing" and are not effected by its value.Like the original post edit permission, the permissions are still limited by the ability to reply and the post not being deleted.
So it's not possible to edit posts in a discussion where you can no longer reply (for example, locked) or if the post was hidden by a moderator.## Installation
composer require clarkwinkelmann/flarum-ext-post-permissions
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
**Sponsors**: [FibraClick](https://forum.fibra.click/)
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-post-permissions)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-post-permissions)
- [Discuss](https://discuss.flarum.org/d/26521)