diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 39888bf671..9039f8b692 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1065,6 +1065,20 @@ mcp_topic_postrow_post_details_after * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic moderation +mcp_topic_postrow_post_details_author_username_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_postrow_post_details_author_username_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: diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index b56ed188c1..26aa660099 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -120,7 +120,7 @@