Hello, As an out the box functionality, there isn't an automatic way of synchronizing the list order and navigation order. However, via the rql web service api, there is a function to reorder navigation order. A plugin or pre-execution code can be written in such a way that it first queries list order, then navigation order, generate new order, send new order via rql web service.
The function may actually be available in the good old RQL COM service too. On Jul 15, 12:34 am, kimdezen <[email protected]> wrote: > Thats correct.. but only pages that are displayed and rendered by list > element (not page links that generated by the nav manager) > > Kim > > On Jul 15, 2:48 am, Tiffany <[email protected]> wrote: > > > Hmm - I've always been told that nav order can not follow list order? > > Is that not true? I use nav areas and I have my list set to sort > > alphabetically but they are not following. I haven't found anything on > > this forum yet, but I'll keep searching (it looks like I'm returning a > > lot of my own posts!) > > > On Jul 14, 11:03 am, Christopher Sheldon > > > <[email protected]> wrote: > > > Actually there is a way to do it ... it shoudl be in other posts on > > > this site. Basically by using navigation areas you cause the system > > > to use the same sorting as what is set on the list. If you try to use > > > a for-each loop it will sort by guid and you will be screwed. I had > > > this issue building a large site and eventually came up with the > > > workaround using navigation areas ... it greatly cleaned up the > > > solution and code. I would search this forum for the answer .. it is > > > possible without any ASP or anything silly like that. > > > > On Jul 9, 12:31 pm, Tiffany <[email protected]> wrote: > > > > > I know how to get a list to alphabetize - but how do you get a list > > > > rendered from the nav manager to come out in alphabetical order? > > > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
