aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrechosen <rechosen@gmail.com>2013-07-17 15:06:53 +0200
committerrechosen <rechosen@gmail.com>2013-08-02 11:36:00 +0200
commit8c565ea1a642ab7b72d22eaf6c83236cef9444a1 (patch)
treeddcf2e1132c9fde6a4f92979b8de2a205514287d /phpBB/docs
parent075f491cb868119bf7de2f3dc6e0f0f79db7156e (diff)
downloadforums-8c565ea1a642ab7b72d22eaf6c83236cef9444a1.tar
forums-8c565ea1a642ab7b72d22eaf6c83236cef9444a1.tar.gz
forums-8c565ea1a642ab7b72d22eaf6c83236cef9444a1.tar.bz2
forums-8c565ea1a642ab7b72d22eaf6c83236cef9444a1.tar.xz
forums-8c565ea1a642ab7b72d22eaf6c83236cef9444a1.zip
[ticket/9550] Add the new template events to phpBB/docs/events.md
The newly added template events weren't listed and described yet in events.md. Fixed now. PHPBB3-9550
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md76
1 files changed, 76 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 855f238653..d037237b34 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -52,6 +52,38 @@ index_body_stat_blocks_before
+ styles/subsilver2/template/index_body.html
* Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks
+memberlist_body_username_append
+===
+* Locations:
+ + styles/prosilver/template/memberlist_body.html
+ + styles/subsilver2/template/memberlist_body.html
+* Purpose: Add information after every username in the memberlist. Works in
+all display modes (leader, group and normal memberlist).
+
+memberlist_body_username_prepend
+===
+* Locations:
+ + styles/prosilver/template/memberlist_body.html
+ + styles/subsilver2/template/memberlist_body.html
+* Purpose: Add information before every username in the memberlist. Works in
+all display modes (leader, group and normal memberlist).
+
+memberlist_view_user_statistics_after
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Purpose: Add entries to the bottom of the user statistics part of any user
+profile
+
+memberlist_view_user_statistics_before
+===
+* Locations:
+ + styles/prosilver/template/memberlist_view.html
+ + styles/subsilver2/template/memberlist_view.html
+* Purpose: Add entries to the top of the user statistics part of any user
+profile
+
overall_footer_after
===
* Locations:
@@ -132,6 +164,18 @@ topiclist_row_append
+ styles/subsilver2/template/viewforum_body.html
* Purpose: Add content into topic rows (inside the elements containing topic titles)
+ucp_pm_viewmessage_custom_fields_after
+===
+* Location: styles/prosilver/template/ucp_pm_viewmessage.html
+* Purpose: Add data after the custom fields, under the username and avatar
+next to every private message in prosilver
+
+ucp_pm_viewmessage_custom_fields_before
+===
+* Location: styles/prosilver/template/ucp_pm_viewmessage.html
+* Purpose: Add data before the custom fields, under the username and avatar
+next to every private message in prosilver
+
ucp_pm_viewmessage_print_head_append
===
* Location: styles/prosilver/template/ucp_pm_viewmessage_print.html
@@ -151,6 +195,38 @@ viewtopic_body_footer_before
and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in
Subsilver2.
+viewtopic_body_post_buttons_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Purpose: Add post button to posts (next to edit, quote etc), at the end of
+the list.
+
+viewtopic_body_post_buttons_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Purpose: Add post button to posts (next to edit, quote etc), at the start of
+the list.
+
+viewtopic_body_postrow_custom_fields_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Purpose: Add data after the postrow custom fields, under the username and
+avatar next to every post.
+
+viewtopic_body_postrow_custom_fields_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Purpose: Add data before the postrow custom fields, under the username and
+avatar next to every post.
+
viewtopic_topic_title_prepend
===
* Locations: