You can try checking out the Document Sorter package, which allows you to setup sorting rules that get applied automatically on saves. You could maybe sort by createDate desc? Note that this doesn't fully work with Umbraco 6 yet (not sure which version you're using?).
Doh! Unfortunately there seems to be some issues with Document Sorter in v6, most likely due to some API/eventing changes, so this probably wouldn't work for you if you need something right away.
Do you need the nodes sorted in the backend or just the front? You could always leave them unsorted in the backend, and adjust your macros to sort them when you render on the frontend?
How to sort automatically?
How to have the last item on top?
I know that in the section Content you can sort the order. But you have to do that by hand
But how to do that automatically?
THX
Niels.
Hi Niels,
You can try checking out the Document Sorter package, which allows you to setup sorting rules that get applied automatically on saves. You could maybe sort by createDate desc? Note that this doesn't fully work with Umbraco 6 yet (not sure which version you're using?).
-Tom
Thank you Tom for your reply
I use version: 6.02
Doh! Unfortunately there seems to be some issues with Document Sorter in v6, most likely due to some API/eventing changes, so this probably wouldn't work for you if you need something right away.
Do you need the nodes sorted in the backend or just the front? You could always leave them unsorted in the backend, and adjust your macros to sort them when you render on the frontend?
-Tom
It has to be on the frontend. That the visitors can see the last item added on top
is working on a reply...