marttiphpbb / templateevents
This extension for developers shows all core template and PHP events (phpBB 3.2.2)
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 7
Open Issues: 1
Language:HTML
Type:phpbb-extension
Requires
- php: >=7
- fabpot/goutte: ^3.2
Requires (Dev)
- phpbb/epv: dev-master
This package is not auto-updated.
Last update: 2025-03-29 20:34:09 UTC
README
This extension has been renamed
This repository is not maintained anymore.
Please use now the Show phpBB Events extension
Description
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.
Quick Install
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
.
Uninstall
- Disable
Template Events
in the ACP atCustomise -> Extension Management -> Extensions
. - To permanently uninstall, click
Delete Data
. Optionally delete the/ext/marttiphpbb/templateevents
directory.
Support
- Report bugs and other issues to the Issue Tracker.
- Support requests should be posted and discussed in the Template Events topic at phpBB.com.