Hi,
I try to display the events list group from the more recent event to the older event.
But I have an issue and I would like to understand how it works.
I have overide template/html/com_easysocial/events/default/items.php. I have just use a array_reverse on $events array
When I click on events link under the header
https://snag.gy/GWNQpi.jpg , the view it's ok:
https://snag.gy/rabTls.jpg
But when I click on events in the applications menu, I have a pagination and the array_reverse works only on the events on the 1st page.
https://snag.gy/JwsVK9.jpg
I don't understand how works this pagination and why my array is not completly reverse.
I want just understand
- How I can reverse my array
- Or how I can delete pagination and display all events on my page.
Can you give me the good way to do that, please ?
Thank you.