Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
June 16, 2017 at 5:55 pm #1042386
Hello – I would like to display the number of search results next to the words "Search Results (keyword)" at the top of the results page (screenshot attached). For example, it should read "Search Results (50)" or "50 Results Found", etc. How can I accomplish this? I don’t see an option to do this in the configuration for either JA K2 Filter nor in K2.
Thanks!
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
June 19, 2017 at 9:20 am #1042733Hi.
Edit the file :
components/com_jak2filter/views/itemlist/view.html.phpAdd this code.
$params->set('page_title', $title.' : '.$total);
Above this code.
parent::display($tpl);
At the end of the file;
June 19, 2017 at 4:37 pm #1042829This reply has been marked as private.Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
June 20, 2017 at 9:49 am #1042989AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Mo0nlight 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum