I would like to see the grouping based on the publish date (publish_up)of the articles. This publish date is also shown on the site on the articles.
In stead of the publish date the module uses create date. So articles created in januari, but published in februari, turn up under 'januari 2018'.
Joomla 3.8.5
I would be nice to have an extra parameter in the module at the grouping tab to be able to chose the date for grouping: create date or publish date.
I now duplicated the module and changed these lines in the module helper.php to get what we needed:
469 - $month_year = StringHelper::substr($item->publish_up, 0, 7);
481 - $month_year = $year = StringHelper::substr($item->publish_up, 0, 4);
I believe the date filtering is meant for selecting a specific period in which the article was created (or published). So maybe between jan 2017 and dec 2018. And this period can be based on created date or published date. But this has no effect on the sorting option.
The grouping is hardcoded in the helper.php ($item->created) so there is no parameter for this in the module. So adding this parameter to the module would be a nice addition?
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-04-11 08:14:35 |
Closed_By | ⇒ | franz-wohlkoenig |
Status | Closed | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/19661
Can you not use the date filtering options for this?