diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 214e1c8e39..9f2e0f6577 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -194,6 +194,14 @@ index_body_block_online_append * Since: 3.1.0-b3 * Purpose: Append content to the online list on the Board index +index_body_block_online_prepend +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Prepend content to the online list on the Board index + index_body_block_birthday_append === * Locations: @@ -202,6 +210,14 @@ index_body_block_birthday_append * Since: 3.1.0-b3 * Purpose: Append content to the birthday list on the Board index +index_body_block_birthday_prepend +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Prepend content to the birthday list on the Board index + index_body_block_stats_append === * Locations: @@ -210,6 +226,14 @@ index_body_block_stats_append * Since: 3.1.0-b3 * Purpose: Append content to the statistics list on the Board index +index_body_block_stats_prepend +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Prepend content to the statistics list on the Board index + index_body_linklist_after === * Locations: diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 91c90fe600..f9c5b4cf20 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -49,6 +49,7 @@
+
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}
{LOGGED_IN_USER_LIST}
{L_LEGEND}{L_COLON} {LEGEND}
@@ -60,6 +61,7 @@
+ {L_CONGRATULATIONS}{L_COLON} {birthdays.USERNAME} ({birthdays.AGE}), {L_NO_BIRTHDAYS}
@@ -70,6 +72,7 @@+ {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 97bf96f997..cb67768b15 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -46,6 +46,7 @@+ {L_CONGRATULATIONS}{L_COLON} {birthdays.USERNAME} ({birthdays.AGE}), {L_NO_BIRTHDAYS}
@@ -88,6 +90,7 @@+ {TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}