test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #930944

    Hi

    Could you post that URL of search page here and screenshot highlighting the title you’re referring to?

    kalixo Friend
    #939287

    Hi,
    The example result page is:
    darmolandia(dot)pl/jak2filter?category_id=2,13,3,1&issearch=1&searchword=komputer

    On the top of the page, there’s a default page title:
    <h1 class="componentheading">Wyniki wyszukiwania
    "Wyniki wyszukiwania" = "Search results".

    So, could you please let me know which php file I need to modify to remove that title?
    Or is there any way to add to this title quotation that was used to generate that search result page (f.eg.: "Search results: COMPUTERS"?

    Looking forward to hear from you soon!
    Thanks!

    Luna Garden Moderator
    #939918

    Hi,

    JA K2 Filter use the template of K2 to display the Result Page, but the parameter of the Title is set in:

    components\com_jak2filter\views\itemlist\view.html.php

    about line:

    // Set title
                    $title = JText::_('JAK2FILTER_SEARCH_RESULTS').' '.JRequest::getVar('searchword');

    Or is there any way to add to this title quotation that was used to generate that search result page (f.eg.: "Search results: COMPUTERS"?

    It has, but only if user search in Field Keyword

    kalixo Friend
    #941920

    Thank you, It works like a charm!!!

    Best regards,
    Kalixo

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  kalixo 8 years, 5 months ago.

The topic ‘How to remove page title on result page’ is closed to new replies.