Sort order Category List

  • Corleone
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 1 month ago #20113 by Corleone
Sort order Category List was created by Corleone
Dear all,

My events are now appearing in an old-to-new order (category list), with the newest event on the bottom.
Where can I change the sort order?

My apologies if this is a simple setting that I looked over..

Thanks in advance!

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #20146 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Sort order Category List
Hi

In this case, you can edit the code alitle to make it works in the way you want. Please follow the steps below :

1. Open the file components/com_eventbooking/models/category.php

2. Find the code below :
Code:
$orderby = ' ORDER BY a.event_date ';

3. Change it to :
Code:
$orderby = ' ORDER BY a.event_date DESC ';

After that, it should work as expected .

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc