Thank you for your hard work on this module.

I have a situation where I need to group a bunch on nodes and order them and the groups also need to be ordered. I was hoping to use draggable views with a parent child relationship to do this.

I have 3 questions:
1) Is tree structures anywhere on the horizon for 7.x-2.x?
2) Do you plan an upgrade path for 7.x-1.x so I can use it
3) Any other suggestions?

Much thanx

Comments

ygerasimov’s picture

Status: Active » Fixed

Hi @diricia, tree structure is not supported for 7.x-2.x and we are far from implementing it. Upgrade path even further.

If you really need tree structure I would suggest maybe to try make 7.x-1.x working, but I never tried this functionality. Or maybe you can contribute to 7.x-2.x to develop tree structure that I will be very happy to cooperate!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

djween’s picture

Your module is awesome and thank you for your work on it!

We also want to ditto the feature request for tree structure in 7.x-2.x.

I use it for one of my applications in D6 to order and create parent child relationships. It is very practical and functional. We have a new application we are putting together in D7 that also requires tree structures and draggable views would best fit it.

We do not want to build it out with 7.x-1.x if it will be deprecated and doesn't really even work there either.

weekbeforenext’s picture

Category: support » feature
Status: Closed (fixed) » Active

I think the tree structure is one of the cool things about this module in D6. I hope it can be added to the 7.x-2.x version.

I might be interested in helping with this, but it would be my first drupal.org contribution. Everyone has to have a first, right?

Updated:

I wonder if Views Tree could be extended to provide this functionality - http://drupal.org/project/views_tree

or Semantic Views plus Semantic Views Tree - http://drupal.org/project/semanticviews http://drupal.org/project/semanticviews_tree

gmclelland’s picture

FYI... It looks like there is a draggableviews hierarchy branch now that is ready for some testing if you want to try it out. You will have to use git to checkout the branch.

ygerasimov’s picture

Status: Active » Fixed

Native handler does work in hierarchy branch. Also I plan to implement book handler in nearest future. Welcome to test.

Please feel free to open new issues about any other handlers you may need or willing to contribute to.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

weekbeforenext’s picture

How do I get to the hierarchy branch or should the updates be available in the latest dev version? Sorry, I'm a bit of a noob when it comes to accessing the git repository. I tried installing the latest dev and can't seem to find/set a Parent field. Thanks for the update.

ygerasimov’s picture

hierarchy branch has been merged to 7.x-2.x. There is no parent field there. You should set Parent handler in draggableviews field.

joachim’s picture

Any chance of a new release so we can use this code on production sites?