News Announcement in Chronological Order?

News Announcement in Chronological Order?

by Jayson Ang -
Number of replies: 1

Just wondering why the news announcement at the homepage is not displayed in chronological order?

For example, when a user post a reply in a thread which is one month back, moodle will place the thread at the top of the homepage.

Is there anyway, the display the news announcement at the homepage in chronological order instead?

Thanks in advance!

Average of ratings: -
In reply to Jayson Ang

Re: News Announcement in Chronological Order?

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Yes, that makes sense. It will be fixed in 1.6.

Edit index.php and change this:

forum_print_latest_discussions($SITE, $newsforum, $SITE->newsitems);

to this

forum_print_latest_discussions($SITE, $newsforum, $SITE->newsitems, 'plain', 'p.modified DESC');