ListIt2 descending order, pagination issues
Posted: Fri May 24, 2013 2:13 pm
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:
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
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 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