There is now a Comparison of Node Ordering Modules page in the handbook. Please update it for this module at your convenience.

Comments

sevi’s picture

I cannot edit the page.
But I would change:
- Draggable View
+ DraggableViews

Architecture: Views style plugin
Additional database tables: 2 by default
Reordering page: Any view
Feature Blocks: Inherited from views.
Security: Views permission and a new permission of Dupal Core: "Allow Reordering"
Settings: Yes

DraggableViews Design:
Rows of a view can be moved via drag'n drop to build hierarchical structures. Child nodes of parents can be hidden via javascript. Paging is fully supported since rows can be dragged from one page to another.
The default implementation uses a database table to save the information. Additional "handlers" can be implemented to save the information elsewhere. Currently there are two additional implementations: CCK-Handler and Flag-Weights-Handler.

nancydru’s picture

I made the changes. You need to be on the Docs Team in order to use tables in the handbook. Open an issue in the webmasters queue to join.

sevi’s picture

Ok, thanks.

sevi’s picture

Status: Active » Closed (fixed)