Sort list alphabetically

3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 1, 2009   (RSS)

Re: [RapidWeb] Sort list alphabetically

By Kenny - March 1, 2009

By default viewers use the sorting order specified in "Admin > Section Editors > Sorting". But you can override that and specify a different sorting order if needed. The orderBy field is a comma separated list of fields used to sort the list of records (example: author, title).

Under the sorting tab of your section editor make sure the field you want things sorted by is listed first. Get rid of all instances of dragSortOrder for that section since you want to sort by another field. You can't sort by both dragSortOrder and another field.

Let me know if something is not working right with this for you

Kenny

Re: [sagentic] Sort list alphabetically

By (Deleted User) - March 1, 2009

Kenny,

You are the best... again.

This is the way the Sorted order was before:

dragSortOrder, title.

So I just removed the SortOrder field and also in the Sort tab changed it to just:

title

Works just the way we want now.