diff options
author | javiexin <javiexin@gmail.com> | 2017-06-05 15:14:42 +0200 |
---|---|---|
committer | javiexin <javiexin@gmail.com> | 2017-06-05 15:14:42 +0200 |
commit | ecdc05a13ec84020d169bdf03725bbc58815afc8 (patch) | |
tree | 254eb1de7a73b46d8f04d8a731ad10c628094f93 /phpBB/docs | |
parent | b357f7854645dd0924b29013f7e7853d36a44fdc (diff) | |
download | forums-ecdc05a13ec84020d169bdf03725bbc58815afc8.tar forums-ecdc05a13ec84020d169bdf03725bbc58815afc8.tar.gz forums-ecdc05a13ec84020d169bdf03725bbc58815afc8.tar.bz2 forums-ecdc05a13ec84020d169bdf03725bbc58815afc8.tar.xz forums-ecdc05a13ec84020d169bdf03725bbc58815afc8.zip |
[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
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
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: |