diff options
author | Dark❶ <dark-1@users.noreply.github.com> | 2019-08-07 21:05:07 +0530 |
---|---|---|
committer | Dark❶ <dark-1@users.noreply.github.com> | 2019-08-07 21:05:07 +0530 |
commit | 2975eef976e8b0a73b6699192f7ea8b76b976553 (patch) | |
tree | 5b145b14c8365d9c398f0d595f5b35a11d4f0003 | |
parent | 159c1d16d8bfc90f4ad9045dd7db628a543950de (diff) | |
download | forums-2975eef976e8b0a73b6699192f7ea8b76b976553.tar forums-2975eef976e8b0a73b6699192f7ea8b76b976553.tar.gz forums-2975eef976e8b0a73b6699192f7ea8b76b976553.tar.bz2 forums-2975eef976e8b0a73b6699192f7ea8b76b976553.tar.xz forums-2975eef976e8b0a73b6699192f7ea8b76b976553.zip |
[ticket/16114] mcp_topic_post_author_full_{append/prepend}
PHPBB3-16114
-rw-r--r-- | phpBB/docs/events.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index d3f43e96a1..3a1dc80840 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1037,6 +1037,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: @@ -1065,20 +1079,6 @@ mcp_topic_postrow_post_details_after * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic moderation -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_post_details_before === * Locations: |