vse / smartsubjects
When editing the subject of the first post in a topic, all subsequent posts with matching (Re:) subjects will also be updated to the new subject.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 3
Open Issues: 0
Type:phpbb-extension
Requires
- php: >=5.3.3
- composer/installers: ~1.0
- phpbb/phpbb: >=3.1.0
This package is auto-updated.
Last update: 2024-11-06 00:27:00 UTC
README
With this extension, editing the subject of the first post in a topic will update all subsequent posts with matching (Re:) subjects to the new subject.
Features
- Changing the first post's subject (title) will update all matching replies with the new subject (title).
- Admins and moderators have the option when editing a first post to update all reply subjects (including non-matching subjects) to match the first post's subject.
- Forum based permissions allow you to control which forums and users can use Smart Subjects.
Minimum Requirements
- phpBB 3.2.0 or newer
- PHP 5.4 or newer
Install
- Download and unzip the latest release and copy it to the
ext
directory of your phpBB board. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Smart Subjects
under the Disabled Extensions list and click itsEnable
link.
Usage
- Forum based permissions can be configured to disable Smart Subjects in certain forums, or for certain users and usergroups in each forum. They can be found in
Forum Based Permissions -> Forum Permissions
under thePost
group.
Uninstall
- Navigate in the ACP to
Customise -> Manage extensions
. - Click the
Disable
link for Smart Subjects. - To permanently uninstall, click
Delete Data
, then delete theSmart Subjects
folder fromphpBB/ext/vse/
.
License
© 2015 - Matt Friedman