aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-02 23:05:50 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-02 23:05:50 +0100
commitb1336ae01600b0ff6fdc9272d9c244bb3e9e14db (patch)
treeb32f786cb9fe0f1a6f109174eee1d9d583000fcf /phpBB/docs
parent7254a52812c8cda2f76caa969cb4ff7720d85253 (diff)
parent10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d (diff)
downloadforums-b1336ae01600b0ff6fdc9272d9c244bb3e9e14db.tar
forums-b1336ae01600b0ff6fdc9272d9c244bb3e9e14db.tar.gz
forums-b1336ae01600b0ff6fdc9272d9c244bb3e9e14db.tar.bz2
forums-b1336ae01600b0ff6fdc9272d9c244bb3e9e14db.tar.xz
forums-b1336ae01600b0ff6fdc9272d9c244bb3e9e14db.zip
Merge pull request #3302 from rxu/ticket/13512
[ticket/13512] Add template events before/after the post details
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: