aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-01-17 16:40:09 +0700
committerrxu <rxu@mail.ru>2015-01-17 16:40:09 +0700
commit10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d (patch)
treee38f03fd1dda5f91525f52b758b079b512536f05 /phpBB/docs
parent9d2c6b6ed6387da32eb821fbbab39559f0e67c01 (diff)
downloadforums-10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d.tar
forums-10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d.tar.gz
forums-10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d.tar.bz2
forums-10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d.tar.xz
forums-10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d.zip
[ticket/13512] Add template events before/after the post details
Add template events to viewtopic_body.html to allow extensions adding content before/after the post details. PHPBB3-13512
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 3ab3fc65da..8086bc9f43 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1531,6 +1531,22 @@ viewtopic_body_postrow_post_content_footer
* Since: 3.1.0-RC4
* Purpose: Add data at the end of the posts.
+viewtopic_body_postrow_post_details_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.4-RC1
+* Purpose: Add content after the post details
+
+viewtopic_body_postrow_post_details_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.4-RC1
+* Purpose: Add content before the post details
+
viewtopic_body_postrow_post_notices_after
===
* Locations: