938 Posts in 271 Topics by 291 members
Forum Module
SilverStripe Forums » Forum Module » Change sort order in Forum
Discuss the Forum Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 928 Views |
-
Change sort order in Forum

10 November 2009 at 12:50am Last edited: 27 November 2009 7:17am
I would like to change the order of the posts to descending order.
I tried to change the code in forum.php from
function Posts($order = "ASC")
to
function Posts($order = "DESC")
This seems to work, but is there some more elegant way to do this (maybe _config.php)?
-
Re: Change sort order in Forum

27 November 2009 at 7:18am
I changed back to previous order (newest at the end), as it is much more complicated to change the sort order in any place of the forum code.
| 928 Views | ||
|
Page:
1
|
Go to Top |

