From e74f1c1790bae04c1729491e0a728c70b41009ec Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 11 Nov 2013 15:28:18 -0800 Subject: [PATCH 1/3] [ticket/12014] Template Event index_body.html before forumlist Add content above the forums list (on forum index only) PHPBB3-12014 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/index_body.html | 2 ++ phpBB/styles/subsilver2/template/index_body.html | 2 ++ 3 files changed, 12 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 23e63ed7e4..72909e19ef 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -54,6 +54,14 @@ forumlist_body_last_post_title_prepend * Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. +index_body_forumlist_before +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-a1 +* Purpose: Add content above the forums list (on forum index only) + index_body_stat_blocks_before === * Locations: diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 8acc0a8812..bd640fd63f 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -19,6 +19,8 @@ + + diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 158e5f2720..00c328e994 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -8,6 +8,8 @@

+ + From a7ba8d8993a77bc682bb9152ea8d90f8bb70a708 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 12 Nov 2013 10:19:19 -0800 Subject: [PATCH 2/3] [ticket/12014] Fix version number in event docs PHPBB3-12014 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 72909e19ef..8f4e655c50 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -59,7 +59,7 @@ index_body_forumlist_before * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add content above the forums list (on forum index only) index_body_stat_blocks_before From 7f890ebed79240b3a9d4f403377b3f66c4e18763 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 21 Nov 2013 14:31:43 -0800 Subject: [PATCH 3/3] [ticket/12014] Change event date in docs PHPBB3-12014 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8f4e655c50..c1b4cc0e99 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -59,7 +59,7 @@ index_body_forumlist_before * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-a2 +* Since: 3.1.0-a3 * Purpose: Add content above the forums list (on forum index only) index_body_stat_blocks_before