diff options
| author | javiexin <javiexin@gmail.com> | 2015-06-02 13:18:33 +0200 |
|---|---|---|
| committer | javiexin <javiexin@gmail.com> | 2015-06-02 13:18:33 +0200 |
| commit | 0f6d16920b88ea9aef9391619a64bf9494dd266d (patch) | |
| tree | c1163e9ddd8c092da5fe2363d51c816df6871305 /phpBB/docs | |
| parent | 6322970766bd9fa78327fa2ca6a6a43d73b680ee (diff) | |
| download | forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar.gz forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar.bz2 forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar.xz forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.zip | |
[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
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 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: |
