diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 20:09:13 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 20:09:13 +0100 |
commit | 71a015557fb605ed1739a37918746e364a13f7cc (patch) | |
tree | a494ac2453893cdb09df978ce20d3af25a650160 /phpBB/docs | |
parent | bc52a84998c5562f73ab5c84f82971dcc5ba3c65 (diff) | |
parent | c1a0d1bf3d446747238fe32b784440668961fcf7 (diff) | |
download | forums-71a015557fb605ed1739a37918746e364a13f7cc.tar forums-71a015557fb605ed1739a37918746e364a13f7cc.tar.gz forums-71a015557fb605ed1739a37918746e364a13f7cc.tar.bz2 forums-71a015557fb605ed1739a37918746e364a13f7cc.tar.xz forums-71a015557fb605ed1739a37918746e364a13f7cc.zip |
Merge pull request #3150 from omniError/ticket/13347
[ticket/13347] missing acp_forums template events
Conflicts:
phpBB/docs/events.md
Diffstat (limited to 'phpBB/docs')
-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 179f6ba675..7863814daa 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -22,11 +22,53 @@ acp_email_options_after * Since: 3.1.2-RC1 * Purpose: Add settings to mass email 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 === |