diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 25bf97efd5..7a0ecce14e 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -21,8 +21,11 @@ + {% EVENT acp_profile_options_before %} +
{L_TITLE} + {% EVENT acp_profile_basic_options_before %}

{L_FIELD_TYPE_EXPLAIN}
{FIELD_TYPE}
@@ -43,8 +46,11 @@
+ {% EVENT acp_profile_basic_options_after %}
+ {% EVENT acp_profile_visibility_options_before %} +
{L_VISIBILITY_OPTION}
@@ -87,8 +93,11 @@
+ {% EVENT acp_profile_contact_after %}
+ {% EVENT acp_profile_visibility_options_after %} +
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8af6b1bbf9..ccc5b146f2 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -410,6 +410,27 @@ acp_posting_buttons_custom_tags_before * Since: 3.1.10-RC1 * Purpose: Add content before the custom BBCodes in the ACP +acp_profile_basic_options_after +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.2.10-RC1 +* Purpose: Add content after custom profile field basic options in the ACP + +acp_profile_basic_options_before +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.2.10-RC1 +* Purpose: Add content before custom profile field basic options in the ACP + +acp_profile_contact_after +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.2.10-RC1 +* Purpose: Add content after contact specific custom profile field option in the ACP + acp_profile_contact_before === * Locations: @@ -424,6 +445,13 @@ acp_profile_contact_last * Since: 3.1.11-RC1 * Purpose: Add contact specific options to custom profile fields in the ACP +acp_profile_options_before +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.2.10-RC1 +* Purpose: Add content before custom profile field options in the ACP + acp_profile_step_one_lang_after === * Locations: @@ -431,6 +459,20 @@ acp_profile_step_one_lang_after * Since: 3.1.11-RC1 * Purpose: Add extra lang specific options to custom profile field step one configuration in the ACP +acp_profile_visibility_options_after +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.2.10-RC1 +* Purpose: Add content after custom profile field visibility options in the ACP + +acp_profile_visibility_options_before +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.2.10-RC1 +* Purpose: Add content before custom profile field visibility options in the ACP + acp_prune_forums_append === * Locations: