diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-03-06 14:36:22 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-03-06 14:36:22 +0100 |
commit | 5e7560845b7ace6f5360305d7e6068feb04c08d3 (patch) | |
tree | c86765d599d5f0ab4a91a8182abbfe6edfee207e /phpBB/docs | |
parent | bd22b8319bf73c3cd1e51bab3e56b6c7c7954f40 (diff) | |
parent | d7f4715b96f2d43f7469e54b7c27bc3415a84a24 (diff) | |
download | forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar.gz forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar.bz2 forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar.xz forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.zip |
Merge branch '3.1.x'
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 19cdb808e6..37a99570f9 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 |