Recent Topics

1 Jun 18, 2019 18:56    

Hello,

after upgrading to 6.11.2 the link disp=postidx in menu (menu link or button) now shows an unsorted list. Before this update the sorting run by alpha-numeric order.
Where or how can I change the sorting order?

Thanks and Regards, Will

Sorting in disp=postidx changed in 6.11.2

2 Jun 19, 2019 01:55

Hi to confirm this issue.
I have an old 2014 [_postidx.dips.php] in my skin folder and it is being read as I can limit it to pages of two items, but the order_by and order_dir are ignored. It seems to be set to most recent created, whereas my widget is set to recently modified.

Code :

skin_widget( array(
		// CODE for the widget:
		'widget' => 'coll_post_list',
		// Optional display params
		'block_start' => '',
		'block_end' => '',
		'block_display_title' => false,
		'order_by' => 'title',
		'order_dir' => 'ASC',
		'limit' => 2,
		'page' => param( 'coll_post_list_paged', 'integer', 1 ),
	) );


Form is loading...