aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-11-28 14:56:16 +0700
committerrxu <rxu@mail.ru>2016-02-27 11:53:19 +0700
commit673acc731309f931970a99271b6985de101d9e37 (patch)
treef5f0d0cbf42bc7fde4e6da181106e279c0d9077b /phpBB/docs
parent8899829752538946d844e34e10d9feacb72c66a8 (diff)
downloadforums-673acc731309f931970a99271b6985de101d9e37.tar
forums-673acc731309f931970a99271b6985de101d9e37.tar.gz
forums-673acc731309f931970a99271b6985de101d9e37.tar.bz2
forums-673acc731309f931970a99271b6985de101d9e37.tar.xz
forums-673acc731309f931970a99271b6985de101d9e37.zip
[ticket/14316] Add events before/after the custom/zebra fields in profile view
PHPBB3-14316
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index a9a26f06f6..baf4b7ad5b 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -991,6 +991,22 @@ memberlist_view_contact_before
* Since: 3.1.0-b2
* Purpose: Add content before the user contact part of any user profile
+memberlist_view_contact_custom_fields_after
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Since: 3.1.9-RC1
+* Purpose: Add content after the user contact related custom fields
+
+memberlist_view_contact_custom_fields_before
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Since: 3.1.9-RC1
+* Purpose: Add content before the user contact related custom fields
+
memberlist_view_content_append
===
* Locations:
@@ -1007,6 +1023,22 @@ memberlist_view_content_prepend
* Since: 3.1.0-b3
* Purpose: Add custom content to the user profile view before the main content
+memberlist_view_non_contact_custom_fields_after
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Since: 3.1.9-RC1
+* Purpose: Add content after the user not contact related custom fields
+
+memberlist_view_non_contact_custom_fields_before
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Since: 3.1.9-RC1
+* Purpose: Add content before the user not contact related custom fields
+
memberlist_view_rank_after
===
* Locations:
@@ -1065,6 +1097,22 @@ memberlist_view_user_statistics_before
* Since: 3.1.0-a1
* Purpose: Add entries before the user statistics part of any user profile
+memberlist_view_zebra_after
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Since: 3.1.9-RC1
+* Purpose: Add content after the user friends/foes links
+
+memberlist_view_zebra_before
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Since: 3.1.9-RC1
+* Purpose: Add content before the user friends/foes links
+
navbar_header_logged_out_content
===
* Locations: