News Announcement in Chronological Order?

News Announcement in Chronological Order?

Jayson Ang
Vastuste arv 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!

Keskmine hinnang: -
Vastuses Jayson Ang

Re: News Announcement in Chronological Order?

Martin Dougiamas
Core developers pilt Documentation writers pilt Moodle HQ pilt Particularly helpful Moodlers pilt Plugin developers pilt Testers pilt
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');