Author Topic: Default sorting  (Read 7067 times)

Offline dano

  • Full Member
  • ***
  • Posts: 124
Default sorting
« on: June 11, 2009, 01:39:28 PM »
Hello,

A number of the areas here default to different sorting orders.  Rather than by date it's by title or by inverse date.  I have looked in my CP and do not see anything for sort orders so I am thinking this is something in the back end is that correct?

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Default sorting
« Reply #1 on: June 13, 2009, 10:56:31 AM »
It's defined in the ./config/main.inc.php file

Code: [Select]
// default sort col
$rcmail_config['message_sort_col'] = 'date';

// default sort order
$rcmail_config['message_sort_order'] = 'DESC';
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline dano

  • Full Member
  • ***
  • Posts: 124
Default sorting
« Reply #2 on: June 15, 2009, 12:53:31 PM »
Thanks for the reply Julius but this is in regards to the RC forum here and not RC :D

Offline Trizzunkz

  • Jr. Member
  • **
  • Posts: 17
Default sorting
« Reply #3 on: March 17, 2010, 01:56:25 AM »
I know this is an old thread, but I've found the same problem. It is very annoying, but I would like to add an even more annoying sorting issue: If I choose "Last Post Time", "Descending", "Beginning", it will just go back to whatever it was before. This is the way every other forum I've ever visited sorts their messages by default, so I find it very odd that I can't select it here. The closest I can get is "Thread Start Time", "Descending", "Beginning".