diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index cc37ede34e..3dc40a907d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -953,11 +953,19 @@ index_body_forumlist_body_after * Since: 3.1.1 * Purpose: Add content after the forum list body on the index page +index_body_forumlist_body_before +=== +* Locations: + + styles/prosilver/template/index_body.html +* Since: 4.0.0-a1 +* Purpose: Add content before the forum list body on the index page + index_body_markforums_after === * Locations: + styles/prosilver/template/index_body.html * Since: 3.1.0-RC2 +* Deprecated: 4.0.0-a1 Use index_body_forumlist_body_before instead * Purpose: Add content after the mark-read link above the forum list on Board index index_body_markforums_before @@ -965,6 +973,7 @@ index_body_markforums_before * Locations: + styles/prosilver/template/index_body.html * Since: 3.1.0-RC2 +* Deprecated: 4.0.0-a1 Use index_body_forumlist_body_before instead * Purpose: Add content before the mark-read link above the forum list on Board index index_body_stat_blocks_after diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index c2102faddd..978c5dd2f3 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -1,15 +1,8 @@ -
{LAST_VISIT_DATE}{CURRENT_TIME}
-{CURRENT_TIME}
- - - - + diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 8269f27fa6..6cd7ef4466 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -44,6 +44,13 @@ {{ Icon('font', 'file-lines', lang('SEARCH_ACTIVE_TOPICS'), false, 'far icon icon-blue') }} + {% if U_MARK_FORUMS %} +