You can do this with custom ACP module, directions for extension are here
https://area51.phpbb.com/docs/dev/3.3.x ... dules.html
The module system itself is similar to extensions and you can just create your own. This was actually the original purpose before extensions. It's been a while since I've done this but if I recall correctly you need to add:
/includes/acp/my_module.php
/includes/acp/info/my_module.php
/adm/style/my_module.html
Then you can install it, use an existing module files as example.
In any event I would test on local machine before going live.
https://area51.phpbb.com/docs/dev/3.3.x ... dules.html
The module system itself is similar to extensions and you can just create your own. This was actually the original purpose before extensions. It's been a while since I've done this but if I recall correctly you need to add:
/includes/acp/my_module.php
/includes/acp/info/my_module.php
/adm/style/my_module.html
Then you can install it, use an existing module files as example.
In any event I would test on local machine before going live.
Statistics: Posted by thecoalman — Thu Apr 24, 2025 3:31 pm