The template events of 3.2.0 and 3.1.11-RC1 are included now.Froddelaar wrote: Mon Oct 17, 2016 6:53 pm Thank you for the update!
Will this still work on 3.2 ?
And the 'workaround'?
The template events of 3.2.0 and 3.1.11-RC1 are included now.Froddelaar wrote: Mon Oct 17, 2016 6:53 pm Thank you for the update!
Will this still work on 3.2 ?
And the 'workaround'?
Thank you!martti wrote: Wed Jan 18, 2017 9:20 amThe template events of 3.2.0 and 3.1.11-RC1 are included now.Froddelaar wrote: Mon Oct 17, 2016 6:53 pm Thank you for the update!
Will this still work on 3.2 ?
And the 'workaround'?
I don't see those PHP events at the bottom, also don't see that "hover" info..martti wrote: Mon Mar 26, 2018 8:09 amSomebody reported an issue though: https://github.com/marttiphpbb/phpbb-ex ... /issues/12
- Apart from template events, all core PHP events that get triggered before rendering the page are shown in a table at the bottom of the page. These are in order of occurance. Also the number of times the event occurs is shown. Note you see only the events of the current request. That means can only see the PHP events of HTTP GET requests, not when you are posting something.
- Extra information, the phpBB version when the event was introduced and the file, is show when hoovering with your mouse pointer over the template event labels.
I thought you didn't see anything? That you had a blank page?Froddelaar wrote: Mon Mar 26, 2018 12:11 pm I don't see those PHP events at the bottom, also don't see that "hover" info..
So maybe that's the problem in my issue on github?
ext/marttiphpbb/templateevents
I have a blank page when I enable the extension.martti wrote: Mon Mar 26, 2018 12:54 pmI thought you didn't see anything? That you had a blank page?Froddelaar wrote: Mon Mar 26, 2018 12:11 pm I don't see those PHP events at the bottom, also don't see that "hover" info..
So maybe that's the problem in my issue on github?
To repeat the download location:
Extension Download: https://github.com/marttiphpbb/phpbb-ex ... master.zip
The files are to be put inext/marttiphpbb/templateevents
You have version 1.2.0, so it's normal that you don't see the PHP events and the version and file information on the template events.Froddelaar wrote: Mon Mar 26, 2018 2:01 pm I have a blank page when I enable the extension.
But when I go back to my site I see the extension enabled.
I can also show the template events. But NOT the PHP events.
I made a video:
https://youtu.be/k8jLppQ2OTo
Ow there is a 1.3.0 version since today .. yeah now I see PHP eventsmartti wrote: Mon Mar 26, 2018 3:00 pmYou have version 1.2.0, so it's normal that you don't see the PHP events and the version and file information on the template events.Froddelaar wrote: Mon Mar 26, 2018 2:01 pm I have a blank page when I enable the extension.
But when I go back to my site I see the extension enabled.
I can also show the template events. But NOT the PHP events.
I made a video:
https://youtu.be/k8jLppQ2OTo
So your problem is limited to the ACP as it seems.
Code: Select all
[Mon Mar 26 17:08:38.149013 2018] [:error] [pid 22509] [client 91.180.236.163:50373] #5 in /home/solidjeuh/domains/muziekpromo.net/public_html/ext/marttiphpbb/templateevents/adm/style/event/acp_overall_header_head_append.html on line 1, referer: https://www.muziekpromo.net/adm/index.php?i=acp_extensions&sid=082753a0c7e1b5d196257da30192fc5e&mode=main&action=enable_pre&ext_name=marttiphpbb%2Ftemplateevents
{{- marttiphpbb_templateevents_render(_self) -}}
{%- INCLUDECSS '@marttiphpbb_templateevents/templateevents.css' -%}
I can go back, everything works.martti wrote: Mon Mar 26, 2018 3:29 pm @solidjeuh And afterward you are locked out of the ACP? You can not go back?
To fix:Fatal error: Uncaught Twig_Error_Syntax: Unknown "marttiphpbb_templateevents_render" function. in C:\wamp64\www\QI\boards\blah\ext\marttiphpbb\templateevents\adm\style\event\acp_overall_header_head_append.html on line 1
{{- marttiphpbb_templateevents_render(_self) -}}
{{- marttiphpbb_templateevents_render(_self, true) -}}