This phpBB extension allows you to purge phpBB cache with one click (no confirmation popup) from any page using small button in the top left corner of the window. It is intended to be used by an administrator for development/debugging purposes; the button is visible to administrators only.
- phpBB 3.3+
- PHP 7.1+
You can install this on the latest release of phpBB 3.3 by following the steps below:
- Create
nekstati/purgify
in theext
directory. - Download and unpack the repository into
ext/nekstati/purgify
- Enable
Purge cache from any page
in the ACP atCustomise -> Manage extensions
.
- Disable
Purge cache from any page
in the ACP atCustomise -> Extension Management -> Extensions
. - To permanently uninstall, click
Delete Data
. Optionally delete the/ext/nekstati/purgify
directory.
- Report bugs and other issues to the Issue Tracker.