From ecdc05a13ec84020d169bdf03725bbc58815afc8 Mon Sep 17 00:00:00 2001 From: javiexin Date: Mon, 5 Jun 2017 15:14:42 +0200 Subject: [PATCH] [ticket/15241] Add ACP template event acp_profile_contact_last Event to place code in Profile Field configuration screen, as additional information for Contact Profile Fields. PHPBB-15241 --- phpBB/adm/style/acp_profile.html | 1 + phpBB/docs/events.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index cebd2e9632..bd3935b464 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -85,6 +85,7 @@
checked="checked" />
+ diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index afe8141916..7af3ee3386 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -393,6 +393,13 @@ acp_profile_contact_before * Since: 3.1.6-RC1 * Purpose: Add extra options to custom profile field configuration in the ACP +acp_profile_contact_last +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.1.11-RC1 +* Purpose: Add contact specific options to custom profile fields in the ACP + acp_profile_step_one_lang_after === * Locations: