Hello again,
Is there anything that could prevent template events from working? Do they need to be activated in some way?
If I follow the instructions here:
area51.phpBB documentation
and here:
phpBB styles documentation
and simply create the corresponding file, for example:
or
nothing gets added to the final HTML.
What am I doing wrong? Or what should I check?
Thanks in advance!
P.S.
Of course I've purged the board cache.
And yes, I've activated
And I've extended
Is there anything that could prevent template events from working? Do they need to be activated in some way?
If I follow the instructions here:
area51.phpBB documentation
and here:
phpBB styles documentation
and simply create the corresponding file, for example:
public_html/support/styles/sandy/template/event/overall_header_head_append.html or
public_html/support/styles/sandy/template/event/overall_header_navigation_prepend.html nothing gets added to the final HTML.
What am I doing wrong? Or what should I check?
Thanks in advance!
P.S.
Of course I've purged the board cache.
And yes, I've activated
@define('DEBUG_CONTAINER', true); in the config.php.And I've extended
config/production/config.yml with following lines:Code:
parameters: debug.exceptions: true debug.load_time: true debug.sql_explain: true debug.memory: true debug.show_errors: trueStatistics: Posted by consros — Thu Mar 13, 2025 11:58 pm