marttiphpbb/showphpbbevents

This extension for developers shows all phpBB core template and PHP events (phpBB 3.3.0)


Keywords
php, template, events, extension, development, phpbb
License
GPL-2.0-only

Documentation

phpBB Extension - marttiphpbb Show phpBB Events

Topic on phpBB.com

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.2 by following the steps below:

  • Create marttiphpbb/showphpbbevents in the ext directory.
  • Download and unpack the repository into ext/marttiphpbb/showphpbbevents
  • Enable Show phpBB Events in the ACP at Customise -> Manage extensions.

Uninstall

  • Disable Show phpBB Events in the ACP at Customise -> Extension Management -> Extensions.
  • To permanently uninstall, click Delete Data. Optionally delete the /ext/marttiphpbb/showphpbbevents directory.

Support

License

GPL-2.0

Screenshots

Template Events

Template Events

ACP

ACP

PHP Events

PHP Events

Link to phpBB on Github

Github link