aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2018-12-20 01:21:07 +0700
committerrxu <rxu@mail.ru>2019-03-31 12:46:45 +0700
commitf07ce4f7b5895b7d3ce272dcc99528468f3dcefb (patch)
treecffd8c80deba0016ca4f1b2603676dc9f8f3b015 /phpBB/docs/events.md
parentf9c251c7af0b3cb9766f12a852cf6c78c73953bc (diff)
downloadforums-f07ce4f7b5895b7d3ce272dcc99528468f3dcefb.tar
forums-f07ce4f7b5895b7d3ce272dcc99528468f3dcefb.tar.gz
forums-f07ce4f7b5895b7d3ce272dcc99528468f3dcefb.tar.bz2
forums-f07ce4f7b5895b7d3ce272dcc99528468f3dcefb.tar.xz
forums-f07ce4f7b5895b7d3ce272dcc99528468f3dcefb.zip
[ticket/15915] Add template events to posting_attach_body.html
PHPBB3-15915
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 02dad993f8..8dd14f045c 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1693,6 +1693,34 @@ overall_header_stylesheets_after
* Purpose: Add asset calls after stylesheets within the `</head>` tag.
Note that INCLUDECSS will not work with this event.
+posting_attach_body_attach_row_after
+===
+* Locations:
+ + styles/prosilver/template/posting_attach_body.html
+* Since: 3.2.6-RC1
+* Purpose: Add content after attachment row in the file list
+
+posting_attach_body_attach_row_before
+===
+* Locations:
+ + styles/prosilver/template/posting_attach_body.html
+* Since: 3.2.6-RC1
+* Purpose: Add content before attachment row in the file list
+
+posting_attach_body_attach_row_append
+===
+* Locations:
+ + styles/prosilver/template/posting_attach_body.html
+* Since: 3.2.6-RC1
+* Purpose: Add content appending the attachment row in the file list
+
+posting_attach_body_attach_row_prepend
+===
+* Locations:
+ + styles/prosilver/template/posting_attach_body.html
+* Since: 3.2.6-RC1
+* Purpose: Add content prepending attachment row in the file list
+
posting_attach_body_attach_row_controls_append
===
* Locations:
@@ -1707,6 +1735,20 @@ posting_attach_body_attach_row_controls_prepend
* Since: 3.2.2-RC1
* Purpose: Add content before attachment control elements
+posting_attach_body_file_list_after
+===
+* Locations:
+ + styles/prosilver/template/posting_attach_body.html
+* Since: 3.2.6-RC1
+* Purpose: Add content after attachments list
+
+posting_attach_body_file_list_before
+===
+* Locations:
+ + styles/prosilver/template/posting_attach_body.html
+* Since: 3.2.6-RC1
+* Purpose: Add content before attachments list
+
posting_editor_add_panel_tab
===
* Locations: