diff options
author | Kailey Truscott <kinerity@yahoo.com> | 2017-11-11 18:09:13 -0500 |
---|---|---|
committer | Kailey Truscott <kinerity@yahoo.com> | 2017-11-13 07:39:59 -0500 |
commit | a24839d21d09a329b65799bf0de0a3d5c45e1ba1 (patch) | |
tree | 23fc0b8580008a95d04b05b0b94c88098f452da8 /phpBB/docs | |
parent | 44d5bde61604979ea6f89951e78edf352f8a9bb5 (diff) | |
download | forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar.gz forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar.bz2 forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar.xz forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.zip |
[ticket/15452] Add template event mcp_topic_postrow_post_before
PHPBB3-15452
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6af3f55d21..14183c6957 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -953,6 +953,13 @@ 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_post_before +=== +* Locations: + + styles/prosilver/template/mcp_topic.html +* Since: 3.2.2-RC1 +* Purpose: Show additional content after postrow begins in mcp topic review + mcp_topic_postrow_post_details_after === * Locations: |