aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-03-06 14:36:20 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-03-06 14:36:20 +0100
commitd7f4715b96f2d43f7469e54b7c27bc3415a84a24 (patch)
treeeb5b7d63696236db616b93853f98164f51327d89 /phpBB/docs
parent3d7def4196808277025a021399e01ab64bde9e89 (diff)
parent6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee (diff)
downloadforums-d7f4715b96f2d43f7469e54b7c27bc3415a84a24.tar
forums-d7f4715b96f2d43f7469e54b7c27bc3415a84a24.tar.gz
forums-d7f4715b96f2d43f7469e54b7c27bc3415a84a24.tar.bz2
forums-d7f4715b96f2d43f7469e54b7c27bc3415a84a24.tar.xz
forums-d7f4715b96f2d43f7469e54b7c27bc3415a84a24.zip
Merge pull request #3473 from RMcGirr83/ticket/13675
[ticket/13675] Add validate to acp_profile event and add template events
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 2926598aec..f0deea685d 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