Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2205

Extension Writers Discussion • Re: How to replace a text in language/xx/mail with an extension?

$
0
0
That's hackish a bit.
Using core.twig_environment_render_template_before, it is possible to redefine template filename in event listener, like

Code:

$filename = $event['name'];$filename = ($filename == 'admin_activate.txt') ? '@vendor_extname/new_admin_activate.txt' : $filename;$event['name'] = $filename;

Statistics: Posted by rxu — Sun Mar 23, 2025 8:04 am



Viewing all articles
Browse latest Browse all 2205

Trending Articles