diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2015-03-06 07:26:35 -0500 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2015-03-06 07:26:35 -0500 |
commit | 6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee (patch) | |
tree | d3741795a21f6e9ee7531c75925ba196ecee1947 /phpBB/docs | |
parent | 525a62f72e872f8d19e2ec3f2e1c105e9fae4f75 (diff) | |
download | forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar.gz forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar.bz2 forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar.xz forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.zip |
[ticket/13675] Add validate to acp_profile event and add template events
for acp users profile
PHPBB3-13675
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 08b9d2cd18..b45ad92e4c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -177,6 +177,27 @@ acp_ranks_list_header_before * Purpose: Add content after the last header-column (but before the action column) in the ranks list in the ACP +acp_users_profile_before +=== +* Locations: + + adm/style/acp_users_profile.html +* Since: 3.1.4-RC1 +* Purpose: Add content before the profile details when editing a user in the ACP + +acp_users_profile_after +=== +* Locations: + + adm/style/acp_users_profile.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the profile details but before the custom profile fields when editing a user in the ACP + +acp_users_profile_custom_after +=== +* Locations: + + adm/style/acp_users_profile.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the the custom profile fields when editing a user in the ACP + acp_simple_footer_after === * Location: adm/style/simple_footer.html |