marttiphpbb / showphpbbevents
This extension for developers shows all phpBB core template and PHP events (phpBB 3.3.7)
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 1
Open Issues: 2
Language:HTML
Type:phpbb-extension
Requires
- php: >=7.1
- fabpot/goutte: ^3.2
This package is not auto-updated.
Last update: 2024-10-27 05:41:38 UTC
README
This extension is a helper tool for developing (other extenstions and styles). It should not be used on a live forum.
This extension was formerly called "Template Events", but since it shows now also the PHP events it has been renamed.
This phpBB extension for developers shows all core phpBB template and PHP events in the board. The template events are rendered at their location as black labels. The PHP events triggered on the page are shown at the bottom in order of occurance. All template and PHP events are linked to their location in the phpBB github repository so their context can be easily reviewed.
Requirements
- phpBB 3.3+
- PHP 7.1+
Quick Install
You can install this on the latest release of phpBB 3.3 by following the steps below:
- Create
marttiphpbb/showphpbbevents
in theext
directory. - Download and unpack the repository into
ext/marttiphpbb/showphpbbevents
- Enable
Show phpBB Events
in the ACP atCustomise -> Manage extensions
.
Uninstall
- Disable
Show phpBB Events
in the ACP atCustomise -> Extension Management -> Extensions
. - To permanently uninstall, click
Delete Data
. Optionally delete the/ext/marttiphpbb/showphpbbevents
directory.
Support
- Report bugs and other issues to the Issue Tracker.