Reverse Sort Order for Flat View [message #20683] |
Mon, 25 October 2004 20:44 |
jonmoss
Messages: 93 Registered: September 2004 Location: Lansing, KS
Karma: 0
|
Member |
|
|
Is it possible to have the flat view sort in reverse chronological order?
Several of my users have requested this so that when they view a topic the most recent replies are at the top of the list.
Thanks and have a great day!
Jon Moss
|
|
|
Re: Reverse Sort Order for Flat View [message #20685 is a reply to message #20683] |
Mon, 25 October 2004 20:49 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is possible, but you need to perform a slight code modification.
Open msg.php.t inside the src/ directory and modify the ORDER BY clause of the main data retrieval query in there.
FUDforum Core Developer
|
|
|
|
Re: Reverse Sort Order for Flat View [message #20688 is a reply to message #20687] |
Mon, 25 October 2004 21:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
After you change the file you need to go to the admin control panel, theme manager and rebuild the theme. Only after this is done will your change take effect.
FUDforum Core Developer
|
|
|
|