- phpBB 3.3+
- PHP 7.1+
- The Codemirror helper extension
- Disabled PHP in templates (configuration option in ACP)
I don't keep translations in my phpBB extensions anymore. The translations provided by other authors tend to go out of sync all the time. (The last version with translations of this extensions was 3.0.2).
Galixte maintains a french translation in his fork.
You can install this on the latest release of phpBB 3.3 by following the steps below:
- Create
marttiphpbb/customcode
in theext
directory. - Download and unpack the repository into
ext/marttiphpbb/customcode
- Enable
Custom Code
in the ACP atCustomise -> Manage extensions
. - You can start editing in the ACP at
Extensions
->Custom Code
.
- Disable
Custom Code
in the ACP atCustomise -> Extension Management -> Extensions
. - To permanently uninstall, click
Delete Data
(thestore/customcode
directory will be removed automatically). Optionally delete the/ext/marttiphpbb/customcode
directory.
- Report bugs and other issues to the Issue Tracker.