aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2014-02-20 14:53:34 +0800
committerrxu <rxu@mail.ru>2014-02-21 00:27:47 +0800
commit6d9afcd07710210cd27c551b266d27238563ca67 (patch)
treedac2c12d2a6ef78164cbfc2c50e25230806d0c7f /phpBB/docs
parente56f562d476fe84706bbe23edfd844d5f782043d (diff)
downloadforums-6d9afcd07710210cd27c551b266d27238563ca67.tar
forums-6d9afcd07710210cd27c551b266d27238563ca67.tar.gz
forums-6d9afcd07710210cd27c551b266d27238563ca67.tar.bz2
forums-6d9afcd07710210cd27c551b266d27238563ca67.tar.xz
forums-6d9afcd07710210cd27c551b266d27238563ca67.zip
[ticket/12217] Add more template events to viewtopic_body.html
Add viewtopic template events before/after the posts, after the sorting options to allow adding contents to respective places (like advertisement and so on). PHPBB3-12217
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index c4e7bb031e..db7107b96d 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -484,6 +484,30 @@ viewtopic_body_postrow_custom_fields_before
* Purpose: Add data before the custom fields on the user profile when viewing
a post
+viewtopic_body_postrow_post_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.0-a4
+* Purpose: Add data after posts
+
+viewtopic_body_postrow_post_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.0-a4
+* Purpose: Add data before posts
+
+viewtopic_body_topic_actions_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.0-a4
+* Purpose: Add data before the topic actions buttons (after the posts sorting options)
+
viewtopic_topic_title_prepend
===
* Locations: