Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • woluweb Friend
    #497706

    Hi again,
    Probably the final word on this issue : I have investigated the problem further.

    After having taking contact with the publisher of NoNumber.nl extensions, he made me note that his framework overrides the search.php of Joomla.

    So (just like the hack mentionned above for the regular Joomla’s search.php file) if you edit /plugins/system/nnframework/helpers/search.php in lines 87 to 89

    //Set the search areas
    $areas = $app->input->get('areas');
    $this->setAreas($areas);

    and replace by

    //Set the search areas
    $areas = $app->input->get('areas', null, 'array');
    $this->setAreas($areas);

    The search filters do work again… and you can still use Cache Cleaner and other extensions by NoNumber.nl…

    Anything to add to this workaround ?

    Wall Crasher Developer
    #497749

    Hi woluweb,

    It is yes, you can modify it but not us.
    We have no right to modify 3rd party extensions.

    Personally, I would like to use Joomla Clean Cache function instead.
    We do not need to install for more extension which can slowdown the system.
    But if you like it, just make it work on your site. :laugh:

    Regards

    woluweb Friend
    #497787

    Of course, you do not want to hack files of 3rd parties 🙂
    But at least, people reading us have the full story.

    You’re probably right. Once the website is developed, the regular Joomla Clean Cache is enough.
    But while developing, it is quite convenient 🙂

    Txs for pointing the Joomla search.php “bug” + for pointing the conflict with Cache Cleaner.
    I would not have found these two alone !

Viewing 3 posts - 16 through 18 (of 18 total)

This topic contains 18 replies, has 3 voices, and was last updated by  woluweb 10 years, 10 months ago.

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