aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-08-09 10:08:00 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-08-09 10:08:00 +0200
commit9e38f412ea0f1b0d8f3b1f03ae3dea1153517910 (patch)
tree1e8dde7e8da477758b724a0949f92621020cbcad /phpBB/docs
parent8d54f06d19eb37f48808b9e240c56839b48e2961 (diff)
parent64b41f314ecdf56fc64e846ac88db8c4cf98a3db (diff)
downloadforums-9e38f412ea0f1b0d8f3b1f03ae3dea1153517910.tar
forums-9e38f412ea0f1b0d8f3b1f03ae3dea1153517910.tar.gz
forums-9e38f412ea0f1b0d8f3b1f03ae3dea1153517910.tar.bz2
forums-9e38f412ea0f1b0d8f3b1f03ae3dea1153517910.tar.xz
forums-9e38f412ea0f1b0d8f3b1f03ae3dea1153517910.zip
Merge pull request #3756 from rxu/ticket/14005
[ticket/14005] Allow extensions control post buttons displaying
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 22aac983b0..fc123154e8 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1398,6 +1398,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: