Identifer: core.adm_setup
Location: don't know yet
Parameters: 'user_data', 'user_lang_name', 'user_date_format', 'user_timezone', 'lang_set', 'lang_set_ext'
Explanation: Like core.user_setup but only for acp use. There is no need for loading variables, for example language variables, only used in acp, in user_setup.
[PHP] Add event for admin setup
Re: [PHP] Add event for admin setup
While the ACP only use module this event is not needed: load the language file in your module. And for the language vars used in your module's
info_<module_name>.php
file, just put those couple of vars in a language file named info_acp_<module_name>.php
and they will be autoloaded by the ACP.Member of the phpBB Development-Team
No Support via PM
No Support via PM