Sorting

6 posts by 2 authors in: Forums > CMS Builder
Last Post: May 28, 2008   (RSS)

It would be great if items of a section could be sorted in the back end using ajax (similar to the way sections are sorted in the back end) and for this order to display on the front end as well

What do you say?

Re: [Dave] Sorting

the "dragSortOrder" feature is superb! good work.

Re: [Dave] Sorting

Is it true that once "dragSortOrder" is placed in the "Order By" field, newly cerated items are displayed on the bottom of the list. if however, "dragSortOrder DESC" is used, newly cerated items are displayed on top?

I would like my items listed by "updatedDate" then by "title" until i manually use drag sort to rearrange them, is this possible?

Re: [brownleather] Sorting

By Dave - May 28, 2008 - edited: May 29, 2008

Yes, you can specify "dragSortOrder DESC" to have new items at the top, but if you sort with dragSortOrder you can't also sort with updatedDate, unfortunately. It's either one or the other.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Sorting

thanks