gn36 / firstpostedit
Allows differenciating editing permissions for the first post. Allows bypassing the max edit time setting for the first or all posts on a per-forum basis. If you use other extensions that change users edit permissions, please check thoroughly whether they still work correctly in combination with thi
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 6
Open Issues: 3
Type:phpbb-extension
Requires
- php: >=5.3.3
Requires (Dev)
- phpbb/epv: dev-master
This package is auto-updated.
Last update: 2024-10-28 00:36:24 UTC
README
This Extension allows differenciating editing permissions for the first post. It also allows bypassing the max edit time setting for the first or all posts on a per-forum basis. If you use other extensions that change users edit permissions, please check thoroughly whether they still work correctly in combination with this extension.
Installation
Clone into ext/gn36/firstpostedit:
git clone https://github.com/gn36/phpbb-ext-firstpostedit ext/gn36/firstpostedit
Go to "ACP" > "Customise" > "Extensions" and enable the "gn36 - Allow edit first post" extension.
Development
If you find a bug, please report it on https://github.com/gn36/phpbb-ext-firstpostedit
Automated Testing
We use automated unit tests including functional tests to prevent regressions. Check out our travis build below: