We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 53213
    • 5 Posts
    Quote from: the-city at Mar 31, 2017, 01:29 PM
    It can be done
    if (!empty($this->_config['contexts'])) {
    $c->where(array('modResource.context_key:IN' => explode(',',$this->_config['contexts'])));
    //$c->sortby('context_key','DESC');
    }

    You can change the Wayfinder snippet
    (in core/components/wayfinder/wayfinder.class.php)
    For those who are searching
    Line 545 in Wayfinder-2.3.3-pl