Ordering of autonav not working in 5.4.2.2?
Permalink
Hi,
I'm trying to display the autonav links in reverse sitemap order, but none of the ordering options in the autonav dialog box work. Nor does hardcoding the ordering like so work:
I'm using Concrete5 version 5.4.2.2.
Help!
Pascal
I'm trying to display the autonav links in reverse sitemap order, but none of the ordering options in the autonav dialog box work. Nor does hardcoding the ordering like so work:
$bt_main->controller->orderBy = 'display_desc';
I'm using Concrete5 version 5.4.2.2.
Help!
Pascal
I needed a quick fix, so I added the following to concrete/blocks/autonav/controller.php
Insert the following in a new line after line 635...
This isn't a particularly clean way of resolving this, but hopefully the devs come up with a more elegant fix :)