-
AuthorPosts
-
Mo0nlight Moderator
Mo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
November 10, 2015 at 3:25 am #723545Hi 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!!!
1 user says Thank You to Mo0nlight for this useful post
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
November 10, 2015 at 3:25 am #754100Hi 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!!!
1 user says Thank You to Mo0nlight for this useful post
Fred Tep FriendFred Tep
- Join date:
- September 2014
- Posts:
- 76
- Downloads:
- 46
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
November 12, 2015 at 3:43 pm #724013Thanks 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 FriendFred Tep
- Join date:
- September 2014
- Posts:
- 76
- Downloads:
- 46
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
November 12, 2015 at 3:43 pm #754405Thanks 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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 13, 2015 at 4:21 am #724083Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 13, 2015 at 4:21 am #754475 -
AuthorPosts
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