Page 1 of 1

LISE changing items order

Posted: Wed Jul 26, 2017 9:56 am
by HarryCornelius
Hello

In the LISE module, does anyone know if there is a way of changing the order in which items added to categories appear on the production web page?

I am using version 1.2.3.

Many thanks,
Harry

Re: LISE changing items order

Posted: Wed Jul 26, 2017 11:36 am
by velden
You could try (didn't test) adding array_inverse inside the foreach loop of the specific LISE template

Code: Select all

{foreach from=$items|array_reverse ...}
...
http://php.net/manual/en/function.array-reverse.php