Author: kasimi
Description: Adds a confirmation box before forums and topics are marked as read.
Requirements:
- PHP at least 5.4.7
- phpBB at least 3.2.2
Download https://www.phpbb.com/customise/db/exte ... d_confirm/
Installation:
- Copy the contents of the archive to
/ext/kasimi/markreadconfirm
.
Make sure the file/ext/kasimi/markreadconfirm/composer.json
is present. - Navigate to the ACP » Customise » Manage extensions page.
- Click Enable next to Mark Read Confirm in the Disabled Extensions section.
- 2016-02-05 1.0.0 released
- 2018-09-23 1.1.0 released
- Require at least phpBB 3.2.2, at least PHP 5.4.7
- Rewritten confirm logic to support all mark read modes (all forums, subforums of current forum, topics of current forum)
- Only add language on pages with Mark Read link
- Added ext.php for phpBB and PHP version checking
- Lots of code cleanup
- 2018-09-25 1.1.1 released
- Added support for Mark read button on unread posts search page