From d08c5edccae05166c37b9902c7b999dc4734fa8d Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Mon, 24 Aug 2015 17:53:09 -0400 Subject: [PATCH] [ticket/14126] Add viewtopic_topic_title_after template event Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag). PHPBB3-14126 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/viewtopic_body.html | 1 + phpBB/styles/subsilver2/template/viewtopic_body.html | 1 + 3 files changed, 10 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 338bc9f1e9..1466f783c3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2122,6 +2122,14 @@ viewtopic_body_topic_actions_before * Since: 3.1.0-a4 * Purpose: Add data before the topic actions buttons (after the posts sorting options) +viewtopic_topic_title_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag) + viewtopic_topic_title_append === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 87a9e95dce..b7506608d9 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -1,6 +1,7 @@

{TOPIC_TITLE}

+
{FORUM_DESC}
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index ca0377d6b0..ea64bc837f 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -16,6 +16,7 @@