diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index af79791ff8..756092a1f0 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -111,6 +111,7 @@
{L_FORUM_SETTINGS} +
@@ -182,6 +183,7 @@
+
@@ -198,6 +200,7 @@
{L_GENERAL_FORUM_SETTINGS} +
@@ -246,6 +249,7 @@
{L_FORUM_PRUNE_SETTINGS} +

{L_FORUM_AUTO_PRUNE_EXPLAIN}
@@ -291,6 +295,7 @@

{L_AUTO_PRUNE_SHADOW_DAYS_EXPLAIN}
{L_DAYS}
+
@@ -317,6 +322,7 @@
{L_FORUM_RULES} +

{L_FORUM_RULES_LINK_EXPLAIN}
@@ -334,6 +340,7 @@
+
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 10d912fad0..48083b2ce0 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 ===