diff options
author | omniError <omniError@github> | 2014-11-17 16:25:56 -0600 |
---|---|---|
committer | omniError <omniError@github> | 2014-11-17 16:25:56 -0600 |
commit | c1a0d1bf3d446747238fe32b784440668961fcf7 (patch) | |
tree | 03216e76eb6c30fe4e4ff24b0d12a24cb6d8b210 /phpBB/docs/events.md | |
parent | 115bf6353866a667bf941b825c5ef90abc68ec0d (diff) | |
download | forums-c1a0d1bf3d446747238fe32b784440668961fcf7.tar forums-c1a0d1bf3d446747238fe32b784440668961fcf7.tar.gz forums-c1a0d1bf3d446747238fe32b784440668961fcf7.tar.bz2 forums-c1a0d1bf3d446747238fe32b784440668961fcf7.tar.xz forums-c1a0d1bf3d446747238fe32b784440668961fcf7.zip |
[ticket/13347] update event docs
PHPBB3-13347
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c51bc72160..5d6786e077 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -16,11 +16,53 @@ acp_bbcodes_edit_fieldsets_after * Since: 3.1.0-a3 * Purpose: Add settings to BBCode add/edit form +acp_forums_main_settings_append +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums at end of main settings section + +acp_forums_main_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before main settings section + acp_forums_normal_settings_append === * Location: adm/style/acp_forums.html * Since: 3.1.0-a1 -* Purpose: Add settings to forums +* Purpose: Add settings to forums at end of normal settings section + +acp_forums_normal_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before normal settings section + +acp_forums_prune_settings_append +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums at end of prune settings section + +acp_forums_prune_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before prune settings section + +acp_forums_rules_settings_append +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums at end of rules settings section + +acp_forums_rules_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before rules settings section acp_group_options_before === |