diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-11 17:24:16 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-11 17:24:16 +0200 |
commit | 0cbf06780e501f9e7ad0e26f363945edce30b392 (patch) | |
tree | 3a0c922f05489a0f2bae7b7a8d56f7a7f98866c1 /phpBB/docs | |
parent | 96335c0402e164768b5335767ec95c766dc033a3 (diff) | |
parent | fe052fccd47d8e13727cbb8058ebd1ee46b4d0bf (diff) | |
download | forums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar forums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar.gz forums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar.bz2 forums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar.xz forums-0cbf06780e501f9e7ad0e26f363945edce30b392.zip |
Merge branch '3.2.x' into 3.3.x
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 afe4bd7781..467b03e8f3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1051,6 +1051,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_post_author_full_append +=== +* Locations: + + styles/prosilver/template/mcp_topic.html +* Since: 3.2.8-RC1 +* Purpose: Append information to message author username for post details in topic moderation + +mcp_topic_post_author_full_prepend +=== +* Locations: + + styles/prosilver/template/mcp_topic.html +* Since: 3.2.8-RC1 +* Purpose: Prepend information to message author username for post details in topic moderation + mcp_topic_postrow_attachments_after === * Locations: |