- Posts: 11
- Thank you received: 0
Order Events in Category View Alphabetical
- sg6
- Topic Author
- Offline
- New Member
-
Less
More
11 years 5 months ago - 11 years 5 months ago #51969
by sg6
Order Events in Category View Alphabetical was created by sg6
Hello,
I am looking for an option to order events in category view alphabetically. Is there an option for that? If not, which SQL statement do I have to modify? I've been looking a lot but couldn't find it yet.
Thanks in advance!
I am looking for an option to order events in category view alphabetically. Is there an option for that? If not, which SQL statement do I have to modify? I've been looking a lot but couldn't find it yet.
Thanks in advance!
Last edit: 11 years 5 months ago by sg6.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 5 months ago #51995
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Order Events in Category View Alphabetically
Hi
You can open the file components/com_eventbooking/models/list.php, find the code below:
Simply change it to:
After that, it should work as expected
Tuan
You can open the file components/com_eventbooking/models/list.php, find the code below:
Code:
if ($ebConfig->order_events == 2)
{
$this->state->set('filter_order', 'tbl.event_date');
}
else
{
$this->state->set('filter_order', 'tbl.ordering');
}
Simply change it to:
Code:
$this->state->set('filter_order', 'tbl.title');
After that, it should work as expected
Tuan
Please Log in or Create an account to join the conversation.
- sg6
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
11 years 5 months ago #52012
by sg6
Replied by sg6 on topic Order Events in Category View Alphabetically
Thanks so much, works fine!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 5 months ago #52021
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Order Events in Category View Alphabetically
Great. Thanks for confirming !
Tuan
Tuan
Please Log in or Create an account to join the conversation.
- Marc F
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
8 years 8 months ago #101205
by Marc F
Replied by Marc F on topic Order Events in Category View Alphabetically
Tuan,
I found this post - seeking to do the same thing; Order events alphabetically by title, (rather than date). The post is a few years old, so I just want to make sure it's still valid. Or are there other things that need to be done?
Marc
I found this post - seeking to do the same thing; Order events alphabetically by title, (rather than date). The post is a few years old, so I just want to make sure it's still valid. Or are there other things that need to be done?
Marc
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
8 years 8 months ago #101209
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Order Events in Category View Alphabetically
There were many code changes since that time. So I would suggest you to submit a support ticket so that our developer can help doing the modification for you
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 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.