Page 1 of 1

ListIt2 descending order, pagination issues

Posted: Fri May 24, 2013 2:13 pm
by GroeneKaktus
Dear all,

I use the Listit2 module to display a list of items, where I want the order to be descending. For this I use the following:

Code: Select all

{ListIt2 summarytemplate="items" detailpage="detail" orderby="item_position|DESC" pagelimit="6"}
This way it shows 6 items and a pagination for the next pages with items.

This works fine, though when using the pagination and viewing the second page, the order is ascending again.

Is there something I should set the order for the next pages also? Or is it not possible this way?

Using ListIt2 1.4

Any help would be greatly appreciated !

Regards,

Jeroen

edit: added ListIt2 version number

Re: ListIt2 descending order, pagination issues

Posted: Sun May 26, 2013 1:06 pm
by Stikki
You can either deactive pretty urls or use AJAX.

or CGE Module hints.

But it's impossible to carry all params in every case to every place.

Re: ListIt2 descending order, pagination issues

Posted: Sun May 26, 2013 2:58 pm
by Dr.CSS
If it doesn't carry on to the next set you may need some thing like this...

http://how-i-did-that.com/cgblog/4/15/C ... ation.html