Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • klmklm Friend
    #132386

    How is it possible to disable the search result to display the category and sections when searching, you’ll understand what I mean when you look at the image provided..

    Thanks in advance


    1. kk
    lcristian Friend
    #266073

    You need to hack one file :

    For Joomla 1.0.15 :

    /components/com_search/search.html.php

    at line 182 comment this code

    <span class="small<?php echo $params->get( 'pageclass_sfx' ); ?>">
    (<?php echo $row->section; ?>)
    </span>

    For Joomla 1.5.6 :
    /components/com_search/views/search/tmpl/default_results.php

    at line 27 comment this code

    <span class="small<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
    (<?php echo $this->escape($result->section); ?>)
    </span>

    Happy hacking.

    klmklm Friend
    #266266

    I am using 1.5.3 the second code you give me works, all I had to do is comment or take out the following from it and that is exactly what I wanted.

    Thanks for that…… YOU ARE A STAR

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

This topic contains 3 replies, has 2 voices, and was last updated by  klmklm 16 years, 2 months ago.

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