You need to make sure that all pages displayed within the list are
'released' and not in draft mode before the sorting kicks in.
Otherwise you will get different results..

As a workaround to this, you can sort the contents of the list by hand
- by reading all elements of the list into an ADO recordset, sorting
the records based on 1 or more fields, and then looping through the
recordset and outputting the sorted list to the page.

Good luck!

Kim


On Sep 19, 6:45 am, Christian <[email protected]> wrote:
> I have a list the outputs an rss file. The list in smart tree sorts
> articles by stf_Date does fine. On output, however, the list fails to
> sort properly.
>
> Now, I've tried making a new template-sorting test, and all seems
> well. Why would a paricular set of classes have problems, and not
> others?
>
> Any guesses?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to