phpBB last event overall for the ACP

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
User avatar
axe70
Registered User
Posts: 751
Joined: Sun Nov 17, 2002 10:55 am
Location: Italy
Name: Alessio

phpBB last event overall for the ACP

Post by axe70 »

Hello guys, i am searching for a listener Php or Template that "listen" overall the ACP, but after all possible others.
overall_footer_body_after
do not work into ACP, so which is the counterpart of this that can be used for the scope?

p.s i also note that when i go to interact with groups changes in ACP, there is no event listener useful, but i have to use REQUEST to grab passed vars and workaround this. That's +- the same, anyway some calls to external APIs endpoints little complicate the flow because i want phpBB that finish the loop, adding users to a specified group, and only after, then, to perform calls to external APIs. It's just a though, anyway, maybe it's an aspect to be considered (because it is important)
Thank you :D
Do not take me too serious
Anyway i do not like Discourse
User avatar
axe70
Registered User
Posts: 751
Joined: Sun Nov 17, 2002 10:55 am
Location: Italy
Name: Alessio

Re: phpBB last event overall for the ACP

Post by axe70 »

Oh sorry, phpBB is very intuitive, i just searched into the templates listeners adding ACP and in fact there is

Code: Select all

acp_overall_footer_body_after
that's the one i suppose i want to work with.
But this is a template one, that's good for me in any case.
Btw it remain a question: which can be instead, the last ACP PHP event?
Just curious if someone know it and answer, because i will not investigate more about right now
Really thank you ;)

Found it:

Code: Select all

core.adm_page_footer
[EDITED]
Do not take me too serious
Anyway i do not like Discourse

Return to “phpBB Custom Coding”