aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-07-17 00:55:16 +0700
committerrxu <rxu@mail.ru>2015-07-17 00:55:16 +0700
commit64b41f314ecdf56fc64e846ac88db8c4cf98a3db (patch)
tree922e84056bf7745e15b2ca7955cdb5201b91932b /phpBB/docs
parent9ab4b3073948ac488a7486f7201efe92bd77f447 (diff)
downloadforums-64b41f314ecdf56fc64e846ac88db8c4cf98a3db.tar
forums-64b41f314ecdf56fc64e846ac88db8c4cf98a3db.tar.gz
forums-64b41f314ecdf56fc64e846ac88db8c4cf98a3db.tar.bz2
forums-64b41f314ecdf56fc64e846ac88db8c4cf98a3db.tar.xz
forums-64b41f314ecdf56fc64e846ac88db8c4cf98a3db.zip
[ticket/14005] Allow extensions control post buttons displaying for PM
PHPBB3-14005
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 46bd85a3bc..2c2d9ee36b 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1295,6 +1295,22 @@ ucp_pm_viewmessage_post_buttons_before
* Purpose: Add post button to private messages (next to edit, quote etc), at
the start of the list.
+ucp_pm_viewmessage_post_buttons_list_after
+===
+* Locations:
+ + styles/prosilver/template/ucp_pm_viewmessage.html
+* Since: 3.1.6-RC1
+* Purpose: Add post button custom list to private messages (next to edit, quote etc),
+after the original list.
+
+ucp_pm_viewmessage_post_buttons_list_before
+===
+* Locations:
+ + styles/prosilver/template/ucp_pm_viewmessage.html
+* Since: 3.1.6-RC1
+* Purpose: Add post button custom list to private messages (next to edit, quote etc),
+before the original list.
+
ucp_pm_viewmessage_print_head_append
===
* Locations: