Order Events in Category View Alphabetical

More
11 years 5 months ago - 11 years 5 months ago #51969 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!
Last edit: 11 years 5 months ago by sg6.

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

More
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:
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.

More
11 years 5 months ago #52012 by sg6
Thanks so much, works fine!

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

More
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

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

More
8 years 8 months ago #101205 by Marc F
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

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

More
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

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

Moderators: Tuan Pham Ngoc