I’d like to customize the sorting of resources in the tree. Specifically, I’d like to keep my parents sorted as per default, which is via Menu index. But, I’d like to sort children by pub_date.
I have a look through tree.php and although I see a chunk of php in there about sorting of the tree, it is not clear to me how it works.
Can anyone help me achieve such functionality?
Actually, even a solution where all docs where sorted by pub_date would be good.
Did you ever got this to work, I need to do the same thing.