Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jparis Friend
    #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!


    1. Screen-Shot-2017-06-16-at-11.52.51-AM
    Mo0nlight Moderator
    #1042733

    Hi.

    Edit the file :
    components/com_jak2filter/views/itemlist/view.html.php

    Add this code.

    $params->set('page_title', $title.' : '.$total);

    Above this code.

    parent::display($tpl);

    At the end of the file;

    jparis Friend
    #1042829
    This reply has been marked as private.
    Mo0nlight Moderator
    #1042989

    Hi,

    You can take a look at the end of file as attached screenshot:


    1. Screen-Shot-2017-06-20-at-4.48.41-PM
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Mo0nlight 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum