On Jan 9, 5:04 am, Lenstick <[email protected]> wrote: > I want to rearrange a site structure for farcry 5 app that I'm > developing. I can obviously order the nodes where they currently sit > within the tree but unable to move from existing branch position to an > alternative branch. Is there a way to do so easily? or do I need to > write a function to manipulate the data in nested_tree_objects table > and if so has anyone written anything to handle this?
You've already got a few answers but I wanted to quickly summarise. Best options for tree changes are to right mouse click on the node you want to move and select Cut or Copy. Then select the position you want to move to, and select Paste. This should work across all browsers. You will need create permission in both origin and destination branches of the tree. geoff http://www.daemon.com.au/ PS. A rewrite of the tree has been on the agenda for a while. As Blair points out, this is likely going to be done in JS -- although these days we should have a much more robust implementation. It's worth noting that the FarCry JS tree pre-dates modern AJAX; its a pretty impressive piece of code for its age. But all things must die... some in a fire. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
