mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 07:16:36 +02:00
[ticket/14395] Add event core.viewtopic_add_quickmod_option_after
Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. The function is run before any event can be called to modify ... meaning that any modifications done to this array will not affect the options displayed to the user on the viewtopic page itself. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
This commit is contained in:
parent
5f052ec8dc
commit
575468931f
@ -611,7 +611,7 @@ $vars = array(
|
||||
'topic_id',
|
||||
'topic_tracking_info',
|
||||
'viewtopic_url',
|
||||
'allow_change_type',
|
||||
'allow_change_type',
|
||||
);
|
||||
extract($phpbb_dispatcher->trigger_event('core.viewtopic_add_quickmod_option_after', compact($vars)));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user