aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-12-12 19:32:12 +0700
committerrxu <rxu@mail.ru>2015-12-17 23:18:37 +0700
commit33db45edac0448b56e899103dad4b206344d1735 (patch)
treeaf162919949360a08018e4fab49de2b9ded30d20 /phpBB/docs
parent901785bc5ee46634fcbbb839b95932f13c80253a (diff)
downloadforums-33db45edac0448b56e899103dad4b206344d1735.tar
forums-33db45edac0448b56e899103dad4b206344d1735.tar.gz
forums-33db45edac0448b56e899103dad4b206344d1735.tar.bz2
forums-33db45edac0448b56e899103dad4b206344d1735.tar.xz
forums-33db45edac0448b56e899103dad4b206344d1735.zip
[ticket/14356] Add template events to viewtopic around back2top link
PHPBB3-14356
Diffstat (limited to 'phpBB/docs')
-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 a9a26f06f6..fdcd649030 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -2441,6 +2441,38 @@ viewtopic_body_post_subject_before
* Since: 3.1.7-RC1
* Purpose: Add data before post icon and subject
+viewtopic_body_postrow_back2top_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.8-RC1
+* Purpose: Add content to the post's bottom after the back to top link
+
+viewtopic_body_postrow_back2top_append
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.8-RC1
+* Purpose: Add content to the post's bottom directly before the back to top link
+
+viewtopic_body_postrow_back2top_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.8-RC1
+* Purpose: Add content to the post's bottom before the back to top link
+
+viewtopic_body_postrow_back2top_prepend
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.8-RC1
+* Purpose: Add content to the post's bottom directly before the back to top link
+
viewtopic_body_postrow_custom_fields_after
===
* Locations: