huoxin/allow-own-discussion-rename
最新稳定版本:v0.0.1
Composer 安装命令:
composer require huoxin/allow-own-discussion-rename
包简介
Force allow renaming of own discussion
关键字:
README 文档
README
This extension is a temporary workaround for flarum/framework#3692. Code logic is taken directly from Flarum Core. It allows discussion authors to rename their own discussions even when they do not have the discussion.rename permission specify by the tag restrictions.
Warning
This extension use forceAllow() to override the permission from Tags policy. This is intentional but may conflict with other permission-altering extensions.
Test fully before use.
Remove/disable this extension once you upgrade to a version that includes an official fix of the stated issue.
What it does
If the user is the discussion author and can reply. It will follow the permission set here:
If not it will follow to other policy such as the tag policy:
Installation
Install with composer:
composer require huoxin/allow-own-discussion-rename:"*"
Updating
composer update huoxin/allow-own-discussion-rename:"*"
php flarum migrate
php flarum cache:clear
Links
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-30