help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Event List (Simplelist) Order

Re: Event List (Simplelist) Order

1 year 3 months ago
#31355
Is this the file i need to look at?
components/com_jem/models/

Many thanks

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

Re: Event List (Simplelist) Order

1 year 3 months ago
#31356
perhaps it works in simplelist too with changing ASC to DESC in views/eventslist/view.html.php
or then in models/eventslist.php
The following user(s) said Thank You: redkeane

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

Re: Event List (Simplelist) Order

1 year 2 months ago
#31357
Thank you so much, that worked.

File Location: components/com_jem/
Line 108: $filter_order_DirDefault = 'ASC';
Change to: $filter_order_DirDefault = 'DESC';

I also tried the following but it did not work for me. So, I went with the first method.

File Location: components/com_jem/views/eventslist/
Line 67: $filter_order_DirDefault = 'ASC';
Change to: $filter_order_DirDefault = 'DESC';

Thank you again.

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

Re: Event List (Simplelist) Order

1 year 1 week ago
#31583
@redkeane Do are these options your request? See attached file

Attachments:

The following user(s) said Thank You: redkeane

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

Re: Event List (Simplelist) Order

1 year 1 week ago
#31584
@McKillo: where is this? Never seen!

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

Re: Event List (Simplelist) Order

1 year 1 week ago
#31585
It's a draft in local, it isn't finished yet.

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

Time to create page: 0.482 seconds