From b7c77952a41c5c7aa2b936fb9a2f00928ead579f Mon Sep 17 00:00:00 2001 From: PayBas Date: Sun, 30 Mar 2014 12:07:44 +0200 Subject: [PATCH 1/2] [ticket/12328] Add Template Event index_body_stat_blocks_after PHPBB3-12328 --- 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 dfefc0c1ea..9d095ef41f 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -134,6 +134,14 @@ index_body_linklist_before * Since: 3.1.0-a3 * Purpose: Add content before the linklist above the forum list on Board index +index_body_stat_blocks_after +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b2 +* Purpose: Add new statistic blocks below the Who Is Online and Board Statistics blocks + 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 50c7640e62..d0e3d120e9 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -61,4 +61,6 @@

{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}

+ + diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 55a62fcf18..e55e3c4c8b 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -73,6 +73,8 @@ + +
From a87e576d1ef26e438c7c5cbc3a3b4358852e6d17 Mon Sep 17 00:00:00 2001 From: PayBas Date: Tue, 1 Apr 2014 10:32:01 +0200 Subject: [PATCH 2/2] [ticket/12328] Change "since" to B3 PHPBB3-12328 --- 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 9d095ef41f..1a78c4b7fd 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -139,7 +139,7 @@ index_body_stat_blocks_after * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-b2 +* Since: 3.1.0-b3 * Purpose: Add new statistic blocks below the Who Is Online and Board Statistics blocks index_body_stat_blocks_before