For an explanation of how the tree structure is stored and how you would go about manipulating it try http://www.sitepoint.com/print/hierarchical-data-database. It uses php in the examples, but the explanations of the data structure and the SQL it uses should still help.
Blair On 2/5/07, Dazman <[EMAIL PROTECTED]> wrote: > > > Does anyone else have any ideas?? :) > > Darren > > On Feb 2, 12:17 pm, "Dazman" <[EMAIL PROTECTED]> wrote: > > HI Blair, > > > > Thanks for the email. :) > > > > Objects are being created and are both in the tree and in live site > > but the live site order does not match the nav tree in admin.. > > > > I am using the simple tag for menu generation: <skin:genericNav > > navID="#application.navid.trials#" id="menu" depth="2" bActive="true" > > bIncludeHome="false"> > > > > I have tried to manually arrange order in dbase but it doesn't really > > make sense to me.. Plus we now have 100+ nodes in the tree so manual > > edtiting s not an option.. > > > > I am curious to why rebuild tree is not doing anything. > > > > Darren. > > > > On Feb 2, 12:00 pm, "Blair McKenzie" <[EMAIL PROTECTED]> wrote: > > > > > I've occasionally had trouble with the tree when the objectid has been > added > > > to the tree, but the object hasn't been successfully created. i.e. the > tree > > > refers to objects that don't exist. I assume a similar situation could > come > > > up when deleting objects. Rebuilding the tree didn't help, I had to > manually > > > go in and update the table. > > > > > Blair > > > > > On 2/2/07, Dazman <[EMAIL PROTECTED]> wrote: > > > > > > Hey there.. > > > > > > I am having some troubles with Nav Tree ordering.. In the admin tree > > > > view, nodes are in the correct order, but on live site, they are all > > > > messed up..If I move items in admin tree they are not reflected in > > > > live site. I have tried rebuilding tree meta data and it says it is > > > > successful, but nothing changes in live site. I am running FarCry > > > > 3.0.1. > > > > > > Any ideas as I am all out! > > > > > > Many Thanks, > > > > > > Darren :) > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
