From 317f3e848fde774cf8ebbf9e9574b8b3d2a15b38 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sun, 29 May 2016 11:13:37 +0200 Subject: [PATCH] [ticket/14469] Add viewforum_body_topicrow_before template event PHPBB3-14469 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/viewforum_body.html | 4 +++- phpBB/styles/subsilver2/template/viewforum_body.html | 4 +++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fced20ecfe..c473d931ce 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2227,6 +2227,14 @@ viewforum_body_topic_row_prepend * Since: 3.1.7-RC1 * Purpose: Add content at the end of the topic list item. +viewforum_body_topicrow_row_before +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.10-RC1 +* Purpose: Add content before list of topics. + viewforum_buttons_bottom_before === * Locations: diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 087cf668cf..cd4c4d2bd7 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -121,6 +121,8 @@ + + @@ -145,7 +147,7 @@