From c2b46360082218687fb6b61987b84db8239d30ac Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Fri, 17 Apr 2015 07:19:04 -0400 Subject: [PATCH] [ticket/13699] Add event before and after forum title in viewforum PHPBB3-13699 --- phpBB/docs/events.md | 16 ++++++++++++++++ .../prosilver/template/viewforum_body.html | 4 ++-- .../subsilver2/template/viewforum_body.html | 3 ++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 3413f7f684..337b1db716 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1509,6 +1509,22 @@ viewforum_forum_name_prepend * Since: 3.1.0-b3 * Purpose: Add content directly before the forum name link on the View forum screen +viewforum_forum_title_after +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.5-RC1 +* Purpose: Add content directly after the forum title on the View forum screen + +viewforum_forum_title_before +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.5-RC1 +* Purpose: Add content directly before the forum title on the View forum screen + viewtopic_print_head_append === * Locations: diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index a0a0cd547a..b1e9d1be2c 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -1,7 +1,7 @@ - +

{FORUM_NAME}

- +
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 925581ffcd..906fdd7c63 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -103,8 +103,9 @@