From da7c41f167f28b8b4497a5617ce229972058a20b Mon Sep 17 00:00:00 2001 From: kasimi Date: Thu, 21 Jul 2016 15:35:54 +0200 Subject: [ticket/14715] Add template events in posting_topic_review & mcp_topic The events will allow adding content before and after the post details in topic review and topic moderation. PHPBB3-14715 --- phpBB/docs/events.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1fe8b915f1..7f26d4d1ee 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -875,6 +875,22 @@ 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_details_after +=== +* Locations: + + styles/prosilver/template/mpc_topic.html + + styles/subsilver2/template/mpc_topic.html +* Since: 3.1.10-RC1 +* Purpose: Add content after post details in topic moderation + +mcp_topic_postrow_post_details_before +=== +* Locations: + + styles/prosilver/template/mpc_topic.html + + styles/subsilver2/template/mpc_topic.html +* Since: 3.1.10-RC1 +* Purpose: Add content before post details in topic moderation + mcp_topic_topic_title_after === * Locations: @@ -1564,6 +1580,22 @@ posting_preview_poll_after * Since: 3.1.7-RC1 * Purpose: Add content after the poll preview block +posting_topic_review_row_post_details_after +=== +* Locations: + + styles/prosilver/template/posting_topic_review.html + + styles/subsilver2/template/posting_topic_review.html +* Since: 3.1.10-RC1 +* Purpose: Add content after post details in topic review + +posting_topic_review_row_post_details_before +=== +* Locations: + + styles/prosilver/template/posting_topic_review.html + + styles/subsilver2/template/posting_topic_review.html +* Since: 3.1.10-RC1 +* Purpose: Add content before post details in topic review + posting_topic_title_after === * Locations: -- cgit v1.2.1 From 20e08aa2a05f76fbb4daef118eda520bccef22ff Mon Sep 17 00:00:00 2001 From: kasimi Date: Thu, 21 Jul 2016 16:13:32 +0200 Subject: [ticket/14715] Fixed typos in events.md PHPBB3-14715 --- phpBB/docs/events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7f26d4d1ee..fbe52cc29c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -878,16 +878,16 @@ mcp_topic_options_before mcp_topic_postrow_post_details_after === * Locations: - + styles/prosilver/template/mpc_topic.html - + styles/subsilver2/template/mpc_topic.html + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic moderation mcp_topic_postrow_post_details_before === * Locations: - + styles/prosilver/template/mpc_topic.html - + styles/subsilver2/template/mpc_topic.html + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content before post details in topic moderation -- cgit v1.2.1 From 33cd613406c639c73668981b63962d99ebc99fdc Mon Sep 17 00:00:00 2001 From: kasimi Date: Fri, 22 Jul 2016 11:18:47 +0200 Subject: [ticket/14715] Converted tabs to spaces PHPBB3-14715 --- phpBB/docs/events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fbe52cc29c..b7de92d3d6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -879,7 +879,7 @@ mcp_topic_postrow_post_details_after === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic moderation @@ -887,7 +887,7 @@ mcp_topic_postrow_post_details_before === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content before post details in topic moderation @@ -1584,7 +1584,7 @@ posting_topic_review_row_post_details_after === * Locations: + styles/prosilver/template/posting_topic_review.html - + styles/subsilver2/template/posting_topic_review.html + + styles/subsilver2/template/posting_topic_review.html * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic review @@ -1592,7 +1592,7 @@ posting_topic_review_row_post_details_before === * Locations: + styles/prosilver/template/posting_topic_review.html - + styles/subsilver2/template/posting_topic_review.html + + styles/subsilver2/template/posting_topic_review.html * Since: 3.1.10-RC1 * Purpose: Add content before post details in topic review -- cgit v1.2.1