Issue with sorting

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

Re: [_kate_] Issue with sorting

By Dave - January 7, 2009

Hi Kate,

dragSort requires you to sort by it first in the CMS admin program, but you can specify different sorting for the viewers by adding an option like this:

'orderBy' => "brand, dragSortOrder DESC",

Let me know if that works for you. Note that it will only look the same if your client drag sorts different brands together in the list. Another method would be to add a field for sort order and sort on that or "featured" checkbox. It depends how much sorting control they want.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Issue with sorting

By _kate_ - January 9, 2009

Ahh that worked perfectly! Thanks! I was worried I would have to redo all the pages :)