- Posts: 1
- Thank you received: 0
Sort order Category List
- Corleone
- Topic Author
- Offline
- New Member
-
Less
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!
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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 :
3. Change it to :
After that, it should work as expected .
Tuan
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.