Order as text, manage huge trees with your favourite code editor
Posted by kari.kaariainen on September 15, 2012 at 8:47am
Drupal has powerful tools, like draggable views, for managing hierarchical trees, but when the number of rows exceed, say a few hundred, draggable views may become a bit cumbersome and slow. Moving several hundred of rows from one place to another or indenting or unindenting them etc. can be hard or it can even be impossible due to the memory consumption of the browser.
Read moreHow to test the reorderable tree
Posted by kkaefer on August 15, 2006 at 8:58pm
Updated the docs and the patches and modules to reflect the recent changes in HEAD.
- Get a recent HEAD version of Drupal. Install it.
- Get a recent version of jQuery. (Don't be afraid of its size. Compressed, it's only 15KB) Put it into the misc/ folder.
- Download the files from CVS.
- Move the generic.patch to your Drupal root folder and apply it. This patch contains all the split up patches I and others submitted the last couple of weeks. Links to single patches are provided below.
