From b30822ea802706f734abcbfe4fc30033255076d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dark=E2=9D=B6?= Date: Mon, 29 Jul 2019 02:57:24 +0530 Subject: [ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend} PHPBB3-16114 --- phpBB/docs/events.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'phpBB/docs') 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: -- cgit v1.2.1 From 159c1d16d8bfc90f4ad9045dd7db628a543950de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dark=E2=9D=B6?= Date: Wed, 7 Aug 2019 20:54:53 +0530 Subject: [ticket/16114] mcp_topic_post_author_full_{append/prepend} PHPBB3-16114 --- phpBB/docs/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9039f8b692..d3f43e96a1 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1065,14 +1065,14 @@ 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 +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_postrow_post_details_author_username_prepend +mcp_topic_post_author_full_prepend === * Locations: + styles/prosilver/template/mcp_topic.html -- cgit v1.2.1 From 2975eef976e8b0a73b6699192f7ea8b76b976553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dark=E2=9D=B6?= Date: Wed, 7 Aug 2019 21:05:07 +0530 Subject: [ticket/16114] mcp_topic_post_author_full_{append/prepend} PHPBB3-16114 --- phpBB/docs/events.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'phpBB/docs') 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: -- cgit v1.2.1