Is it possible to order the year folders in descending order? They are currently in ascending order, althought the months are coming out in descending order.
You can sort them in your XSLT using the <sort> parameter in your loops to sort on the name of the folder. If you want them sorted in the back office as well, there's a package that will auto-sort the content of nodes, here: http://our.umbraco.org/projects/developer-tools/document-sorter
Ordering of year folders.
Is it possible to order the year folders in descending order? They are currently in ascending order, althought the months are coming out in descending order.
You can sort them in your XSLT using the <sort> parameter in your loops to sort on the name of the folder. If you want them sorted in the back office as well, there's a package that will auto-sort the content of nodes, here: http://our.umbraco.org/projects/developer-tools/document-sorter
Hope that helps!
is working on a reply...