From 78679ed00154b5eb0f36702f2cdf9747cff8c176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dark=E2=9D=B6?= <25451052+Dark1z@users.noreply.github.com> Date: Mon, 15 Mar 2021 23:29:08 +0530 Subject: [PATCH] [ticket/16728] Add search result template event PHPBB3-16728 --- phpBB/docs/events.md | 7 +++++++ phpBB/styles/prosilver/template/search_results.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 314ec0961f..6ae18433e3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2265,6 +2265,13 @@ search_results_header_before * Since: 3.1.4-RC1 * Purpose: Add content before the header of the search results. +search_results_jumpbox_before +=== +* Locations: + + styles/prosilver/template/search_results.html +* Since: 3.3.4-RC1 +* Purpose: Add content before the jumpbox of the search results. + search_results_last_post_author_username_append === * Locations: diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 14adc2792b..f9ea6d7d5e 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -241,7 +241,7 @@ - +{% EVENT search_results_jumpbox_before %}