From f3ec66a07b19f967c6d8f3b70db8bc9719c54e59 Mon Sep 17 00:00:00 2001 From: Tazzios <23451105+Tazzios@users.noreply.github.com> Date: Mon, 8 Mar 2021 16:51:48 +0100 Subject: [PATCH] Import first import --- .../com_jdownloads/search/default_results.php | 58 +++++++++++++++++++ readme.md | 17 ++++++ 2 files changed, 75 insertions(+) create mode 100644 TEMPLATE/html/com_jdownloads/search/default_results.php create mode 100644 readme.md diff --git a/TEMPLATE/html/com_jdownloads/search/default_results.php b/TEMPLATE/html/com_jdownloads/search/default_results.php new file mode 100644 index 0000000..7e780f0 --- /dev/null +++ b/TEMPLATE/html/com_jdownloads/search/default_results.php @@ -0,0 +1,58 @@ + + + + + +
+results as $result) : ?> +
+ pagination->limitstart + $result->count.'. ';?> + href) :?> + browsernav == 1) :?> target="_blank"> + title should not be escaped in this case, as it may ?> + + + title; ?> + + + title ?> + title; ?> + +
+ section) : ?> +
+ + (escape($result->section); ?>) + +
+ +
+ text; ?> +
+ params->get('show_date')) : ?> +
+ created); ?> + +
+ + +
+ + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4622fe3 --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ + +21-11-2020 Tazzios + + +version: +Jdownloads 3.9.7 + +Install +Place the file from the 'TEMPLATE' folder in your active template. + +How to use +If you use the buildin search fron jdownloads the search terms will be highlighted on the target page. +Just like the Joomla smart search. + + + +