Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • Mo0nlight Moderator
    #723545

    Hi Fred,

    I checked the code and seem that you missed this step:

    /modules/mod_jak2filter/helper.php

    line: 1400-1401

    Change


    $options[] = JHtml::_('select.option', 'date', JText::_('JAK2_OLDEST_FIRST'));
    // $options[] = JHtml::_('select.option', 'rdate', JText::_('JAK2_MOST_RECENT_FIRST'));

    To


    $options[] = JHtml::_('select.option', 'adate', JText::_('JAK2_OLDEST_FIRST'));
    $options[] = JHtml::_('select.option', 'zdate', JText::_('JAK2_MOST_RECENT_FIRST'));

    And the configuration is incorrect, too. You should choose most recent order by created date for item ordering in jak2filter component and menu configuration.

    It’s ok now. Kindly take a look.

    Cheers!!!

    Mo0nlight Moderator
    #754100

    Hi Fred,

    I checked the code and seem that you missed this step:

    /modules/mod_jak2filter/helper.php

    line: 1400-1401

    Change


    $options[] = JHtml::_('select.option', 'date', JText::_('JAK2_OLDEST_FIRST'));
    // $options[] = JHtml::_('select.option', 'rdate', JText::_('JAK2_MOST_RECENT_FIRST'));

    To


    $options[] = JHtml::_('select.option', 'adate', JText::_('JAK2_OLDEST_FIRST'));
    $options[] = JHtml::_('select.option', 'zdate', JText::_('JAK2_MOST_RECENT_FIRST'));

    And the configuration is incorrect, too. You should choose most recent order by created date for item ordering in jak2filter component and menu configuration.

    It’s ok now. Kindly take a look.

    Cheers!!!

    Fred Tep Friend
    #724013

    Thanks a lot, it’s working just fine.
    Will this modification updated in the JA K2Filter or will I have to do that again if I set up the module in another website ?

    Have a fun day 🙂

    Fred Tep Friend
    #754405

    Thanks a lot, it’s working just fine.
    Will this modification updated in the JA K2Filter or will I have to do that again if I set up the module in another website ?

    Have a fun day 🙂

    Luna Garden Moderator
    #724083

    This feature is in under development stage, we’re trying to improve it better. And it’ll be updated in upcoming release version.

    Luna Garden Moderator
    #754475

    This feature is in under development stage, we’re trying to improve it better. And it’ll be updated in upcoming release version.

Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 4 voices, and was last updated by  Luna Garden 8 years, 11 months ago.

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