aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDaniel Mota <leinad4mind@gmail.com>2017-01-12 21:46:14 +0000
committerMarc Alexander <admin@m-a-styles.de>2017-05-21 12:15:43 +0200
commitb63b83a9202c05c65fd2d841e2018b71c8bff4bd (patch)
tree0c8612800dff59113d400f73d713ccbdfb2b7ff3 /phpBB
parent0984dbb3f89543b959223a21d2e6d9e6db615d98 (diff)
downloadforums-b63b83a9202c05c65fd2d841e2018b71c8bff4bd.tar
forums-b63b83a9202c05c65fd2d841e2018b71c8bff4bd.tar.gz
forums-b63b83a9202c05c65fd2d841e2018b71c8bff4bd.tar.bz2
forums-b63b83a9202c05c65fd2d841e2018b71c8bff4bd.tar.xz
forums-b63b83a9202c05c65fd2d841e2018b71c8bff4bd.zip
[ticket/14996] Add Event for search_results_topic_title_after
PHPBB3-14996
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/events.md7
-rw-r--r--phpBB/styles/prosilver/template/search_results.html1
2 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index ce43f60e27..7a3746e981 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1971,6 +1971,13 @@ search_results_topic_before
* Since: 3.1.0-b4
* Purpose: Add data before search result topics
+search_results_topic_title_after
+===
+* Locations:
+ + styles/prosilver/template/search_results.html
+* Since: 3.1.11-RC1
+* Purpose: Add data after search results topic title
+
simple_footer_after
===
* Locations:
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index 4365482314..4c83e95a1b 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -137,6 +137,7 @@
<dd class="search-result-date">{searchresults.POST_DATE}</dd>
<dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
<dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
+ <!-- EVENT search_results_topic_title_after -->
<dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
<dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
<!-- EVENT search_results_postprofile_after -->