From 9c67d02bd2945fc56e3cfbfb04120dec7d46333b Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Tue, 28 Jul 2015 05:47:01 -0400 Subject: [PATCH 1/2] [ticket/13863] Add topic_row_append/prepend to mcp_forum.html PHPBB3-13863 --- phpBB/docs/events.md | 6 ++++++ phpBB/styles/prosilver/template/mcp_forum.html | 12 ++++++------ phpBB/styles/subsilver2/template/mcp_forum.html | 2 ++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 19e7d1121c..be88ba0602 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1281,9 +1281,12 @@ topiclist_row_prepend * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html + + styles/prosilver/template/mcp_forum.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html + + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 +* Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) topiclist_row_append @@ -1291,9 +1294,12 @@ topiclist_row_append * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html + + styles/prosilver/template/mcp_forum.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html + + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 +* Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) ucp_agreement_terms_after diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 8fdec01212..3133c54e48 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -13,9 +13,9 @@
@@ -40,7 +40,7 @@
style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;">
- + [ {L_SELECT_MERGE} ]   {topicrow.TOPIC_TITLE} {topicrow.UNAPPROVED_IMG} @@ -74,7 +74,7 @@ {topicrow.ATTACH_ICON_IMG} {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
- +
{topicrow.REPLIES} {L_REPLIES}
@@ -107,9 +107,9 @@
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index b168bf3ac8..7966fcf98d 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -26,6 +26,7 @@ + [ {L_SELECT_MERGE} @@ -43,6 +44,7 @@ [ {L_DELETE_SHADOW_TOPIC}

+

{topicrow.REPLIES}

{topicrow.LAST_POST_TIME}

From 30449b69af7524b6939bb5d84e26b7b0327fa75b Mon Sep 17 00:00:00 2001 From: RMcGirr83 Date: Wed, 29 Jul 2015 12:47:31 -0400 Subject: [PATCH 2/2] [ticket/13863] Spaces not tabs PHPBB3-13863 --- phpBB/docs/events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index be88ba0602..565235eec3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1281,10 +1281,10 @@ topiclist_row_prepend * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html - + styles/prosilver/template/mcp_forum.html + + styles/prosilver/template/mcp_forum.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html - + styles/subsilver2/template/mcp_forum.html + + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 * Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) @@ -1294,10 +1294,10 @@ topiclist_row_append * Locations: + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html - + styles/prosilver/template/mcp_forum.html + + styles/prosilver/template/mcp_forum.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html - + styles/subsilver2/template/mcp_forum.html + + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 * Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles)