I'm familiar with this problem, I've had this before with news sections. There is no setting that I'm aware of that can invert the sort order. The best idea I can think of is this feels like a good case for a publishing event. Perhaps limited to the document type of your news article. This then would update the sort order on publish, and it may need to republish the parent too. A bit of a Friday afternoon idea.
Default sort position of new items.
We want to use Umbraco's sort ordering to tweak ordering.
But on our site, when we create an article, it is added to the end of the folder(node).
Is there anyway to make it insert at the beginning of the folder?
We want articles' default order to be newest first.
It's made slightly worse on our site, because it's is using List view so new article appear on the last page...
I'm familiar with this problem, I've had this before with news sections. There is no setting that I'm aware of that can invert the sort order. The best idea I can think of is this feels like a good case for a publishing event. Perhaps limited to the document type of your news article. This then would update the sort order on publish, and it may need to republish the parent too. A bit of a Friday afternoon idea.
Hi Adrian,
there is a package for this :
http://our.umbraco.org/projects/website-utilities/unewsmanager
The package contains an eventhandler for auto sort of a special document type. You can use this or you can customize this too.
Maybe another solution is to use the document sorter package (http://our.umbraco.org/projects/developer-tools/document-sorter) but I don't know if it also supports V7.
I hope this help you.
Sören
Thanks for that - I've written my own event handler for now.
@Adrian: Could you please share your code snippet with us?
Unfortunately its not 'quite' working, and I've not had time to revisit it yet...
Notice the early return in
ContentService_Saved
is working on a reply...