aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-04-29 00:45:30 +0700
committerrxu <rxu@mail.ru>2015-05-01 10:59:18 +0700
commitaef5be3d17f4b15808cb9ff8f26bc029b076bcf7 (patch)
tree6d78213f23853ccf26e737305ed57eb1aec6a724 /phpBB/docs
parent0bc352ea7e15c2a9b2cf4b71cf0653d49cd6ac42 (diff)
downloadforums-aef5be3d17f4b15808cb9ff8f26bc029b076bcf7.tar
forums-aef5be3d17f4b15808cb9ff8f26bc029b076bcf7.tar.gz
forums-aef5be3d17f4b15808cb9ff8f26bc029b076bcf7.tar.bz2
forums-aef5be3d17f4b15808cb9ff8f26bc029b076bcf7.tar.xz
forums-aef5be3d17f4b15808cb9ff8f26bc029b076bcf7.zip
[ticket/13791] Add more post buttons template events to viewtopic_body.html
The purpose is to allow adding custom post buttons outside of original post buttons conditionals/list in prosilver (for subsilver2 it's not the issue). PHPBB3-13791
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 3413f7f684..d0c5a7f593 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1635,6 +1635,22 @@ viewtopic_body_post_buttons_before
* Purpose: Add post button to posts (next to edit, quote etc), at the start of
the list.
+viewtopic_body_post_buttons_list_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+* Since: 3.1.5-RC1
+* Purpose: Add post button custom list to posts (next to edit, quote etc),
+after the original list.
+
+viewtopic_body_post_buttons_list_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+* Since: 3.1.5-RC1
+* Purpose: Add post button custom list to posts (next to edit, quote etc),
+before the original list.
+
viewtopic_body_postrow_custom_fields_after
===
* Locations: