From 0f6d16920b88ea9aef9391619a64bf9494dd266d Mon Sep 17 00:00:00 2001 From: javiexin Date: Tue, 2 Jun 2015 13:18:33 +0200 Subject: [ticket/13911] Add events to configure options for profile fields Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. PHPBB3-13911 --- phpBB/docs/events.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8086bc9f43..09c498ca86 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -133,6 +133,13 @@ acp_posting_buttons_before * Since: 3.1.0-b4 * Purpose: Add content before BBCode posting buttons in the ACP +acp_profile_contact_before +=== +* Locations: + + adm/style/acp_profile.html +* Since: 3.1.5-a4 +* Purpose: Add extra options to custom profile field configuration in the ACP + acp_ranks_edit_after === * Locations: -- cgit v1.2.1 From 9057f72fc7b523c0e9ae14c55d31e7159577bc99 Mon Sep 17 00:00:00 2001 From: javiexin Date: Thu, 4 Jun 2015 19:13:23 +0200 Subject: [ticket/13911] Add events to configure options for profile fields Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number and event name. PHPBB3-13911 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 09c498ca86..5b731cf5fa 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -137,7 +137,7 @@ acp_profile_contact_before === * Locations: + adm/style/acp_profile.html -* Since: 3.1.5-a4 +* Since: 3.1.5-RC1 * Purpose: Add extra options to custom profile field configuration in the ACP acp_ranks_edit_after -- cgit v1.2.1 From d0cf674f3392b77bcb22ee1450e2336a39f00328 Mon Sep 17 00:00:00 2001 From: javiexin Date: Sat, 27 Jun 2015 12:45:56 +0200 Subject: [ticket/13911] Add events to configure options for profile fields Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number again. PHPBB3-13911 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5b731cf5fa..357fa52e84 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -137,7 +137,7 @@ acp_profile_contact_before === * Locations: + adm/style/acp_profile.html -* Since: 3.1.5-RC1 +* Since: 3.1.6-RC1 * Purpose: Add extra options to custom profile field configuration in the ACP acp_ranks_edit_after -- cgit v1.2.1