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: Select all
parameters:
debug.exceptions: true
debug.load_time: true
debug.sql_explain: true
debug.memory: true
debug.show_errors: true