It's possible to show/sort articles by date created, publish_up/down - but not possible to sort by date modified.
I don't know if there is any specific reason why date modified is excluded (performance maybe) - but I have seen many users requiring this and it's a valid demand - There is not an alternative easy and maintainable way to add this feature as an override.
It looks like it's a rather quick modification to com_content.
Should this be added?
off the top of my head one issue would be that a large % of articles would have no date to sort by
then it would make sense a fallback to date created? As in such case the last modified date of the article would actually be the date that it was first created...
Basically I just checked and saw that when creating a new article last modified date defaults to current date... it looks like the field will always have a value in the database - compared to publish_down that may be 0000-00-00 00:00:00
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-18 20:09:40 |
Closed_By | ⇒ | brianteeman |
I have worked a little bit on this so I could finalize it and submit it, if it's something to be included in the core.