This extension for phpBB 3.1.x & 3.2.x adds a forum permission that - if set to yes - allows users to edit their posts only if they haven't been replied to. If a post is not the user's last one in a topic, editing is not allowed anymore. Moderators who are allowed to edit all posts (
m_edit
) are exempt from this.You can find the permission
Can only edit unanswered posts
under the Post tab in your forum permissions. Users are required to have regular edit permission for this extension to work. If a user does not have regular edit permission, the permission added by this extension - whether it is set to Yes or No - has no effect.Thanks to Darloup for funding this extension.
Requirements
- PHP at least 5.3.3
- phpBB at least 3.1.10-RC1
This extension is only available to Donors. How to get access.
How to install, update and uninstall extensions: https://www.phpbb.com/extensions/installing/
Install path:
ext/kasimi/editonlyyourunansweredposts/
Changelog
- v1.0.0 - 2016-12-14
- Renamed from
Edit Last Post Only
toEdit Only Your Unanswered Posts
- Allow moderators to edit all posts
- Renamed from
- v1.0.0 - 2016-11-10
- First release