This repository is not maintained anymore.
Please use now the Show phpBB Events extension
This phpBB extension for developers shows all core template events at their location in the board. Also the core PHP events that were triggered for the current request are shown at the bottom of the page. All template and PHP events are linked to their location in the phpBB/phpBB github repository so their context can be easily reviewed.
This extension is a helper tool for developing other extenstions. It should not be used on a live forum.
You can install this on the latest release of phpBB 3.2 by following the steps below:
- Create
marttiphpbb/templateevents
in theext
directory. - Download and unpack the repository into
ext/marttiphpbb/templateevents
- Enable
Template Events
in the ACP atCustomise -> Manage extensions
.
- Disable
Template Events
in the ACP atCustomise -> Extension Management -> Extensions
. - To permanently uninstall, click
Delete Data
. Optionally delete the/ext/marttiphpbb/templateevents
directory.
- Report bugs and other issues to the Issue Tracker.
- Support requests should be posted and discussed in the Template Events topic at phpBB.com.