From a1b159aa828780400166316723dc946976b634e8 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 12 Apr 2014 13:13:07 +0200 Subject: [PATCH] [ticket/12396] Add Template events viewforum_forum_name PHPBB3-12396 --- phpBB/docs/events.md | 16 ++++++++++++++++ .../prosilver/template/viewforum_body.html | 2 +- .../subsilver2/template/viewforum_body.html | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1cc1300c05..54ca4e674e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -659,6 +659,22 @@ ucp_friend_list_after * Since: 3.1.0-a4 * Purpose: Add optional elements after list of friends in UCP +viewforum_forum_name_append +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly after the forum name link on the View forum screen + +viewforum_forum_name_prepend +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly before the forum name link 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 33d309bcb8..6646f40f01 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -1,6 +1,6 @@

{L_ACP} | {L_MCP} ]

-

{FORUM_NAME}

+

{FORUM_NAME}

diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 44e8f30ce4..a7a130a8df 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -103,7 +103,7 @@