aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-08 14:42:37 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-08 14:43:12 +0200
commitc05a27396d7a93eab1a793b10021cbb19a41cefb (patch)
tree1b714c8a59932d4373078b495c82da46b7c161f0 /phpBB/docs/events.md
parentcf62b303a639df4e6d5f3af3b262a757752bab36 (diff)
parentb1e92393ee69740d651a46f32ea2c6c80883a08c (diff)
downloadforums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.gz
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.bz2
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.xz
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.zip
Merge pull request #3820 from rxu/ticket/14080
[ticket/14080] Add template events around the topic row in viewforum_body.html
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 2639871cae..5e05d2c216 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1770,6 +1770,38 @@ ucp_friend_list_after
* Since: 3.1.0-a4
* Purpose: Add optional elements after list of friends in UCP
+viewforum_body_topic_row_after
+===
+* Locations:
+ + styles/prosilver/template/viewforum_body.html
+ + styles/subsilver2/template/viewforum_body.html
+* Since: 3.1.7-RC1
+* Purpose: Add content after the topic list item.
+
+viewforum_body_topic_row_append
+===
+* Locations:
+ + styles/prosilver/template/viewforum_body.html
+ + styles/subsilver2/template/viewforum_body.html
+* Since: 3.1.7-RC1
+* Purpose: Add content at the start of the topic list item.
+
+viewforum_body_topic_row_before
+===
+* Locations:
+ + styles/prosilver/template/viewforum_body.html
+ + styles/subsilver2/template/viewforum_body.html
+* Since: 3.1.7-RC1
+* Purpose: Add content before the topic list item.
+
+viewforum_body_topic_row_prepend
+===
+* Locations:
+ + styles/prosilver/template/viewforum_body.html
+ + styles/subsilver2/template/viewforum_body.html
+* Since: 3.1.7-RC1
+* Purpose: Add content at the end of the topic list item.
+
viewforum_buttons_bottom_before
===
* Locations: