diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-12-27 21:13:38 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-27 21:13:38 +0100 |
commit | 20a6182a8669e3a366665027cf5c5f04a46536c0 (patch) | |
tree | b5d1c6b46a11e88112d84d9e05dd005d368df3a5 /phpBB/docs | |
parent | dddcf28a2dd246d37a40763d55bf5d78dc5499df (diff) | |
parent | da3a1a5d208ced9a5ac999083c7ec2c2f7f7edce (diff) | |
download | forums-20a6182a8669e3a366665027cf5c5f04a46536c0.tar forums-20a6182a8669e3a366665027cf5c5f04a46536c0.tar.gz forums-20a6182a8669e3a366665027cf5c5f04a46536c0.tar.bz2 forums-20a6182a8669e3a366665027cf5c5f04a46536c0.tar.xz forums-20a6182a8669e3a366665027cf5c5f04a46536c0.zip |
Merge pull request #5042 from kinerity/ticket/15451
[ticket/15451] Add template event mcp_topic_postrow_attachments_before/after
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index ac50ea150d..68dec5085d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -960,6 +960,20 @@ mcp_topic_options_before * Since: 3.1.6-RC1 * Purpose: Add some options (field, checkbox, ...) before the subject field when split a subject +mcp_topic_postrow_attachments_after +=== +* Locations: + + styles/prosilver/template/mcp_topic.html +* Since: 3.2.2-RC1 +* Purpose: Show additional content after attachments in mcp topic review + +mcp_topic_postrow_attachments_before +=== +* Locations: + + styles/prosilver/template/mcp_topic.html +* Since: 3.2.2-RC1 +* Purpose: Show additional content before attachments in mcp topic review + mcp_topic_postrow_post_before === * Locations: |