Creating draggable taxonomy views
dboulet - July 4, 2009 - 23:16
| Project: | DraggableViews |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Is it possible to use this module to re-order taxonomy terms? As far as I can tell, this isn't possible without creating a new taxonomy handler, is this correct?

#1
It is possible with the latest changes to the DRUPAL-6--3 BRANCH.
Now many base tables are supported (node, users, comments, node_revisions, term_data).
Taxonomy terms can be re-ordered. But this DraggableViews order will not have any effect to the internal taxonomy order.
Therefore you would need a special handler, right.
I look forward to create such a handler soon.
Greetings,
sevi
EDIT: Due to the fact that internal views field names changed you'll need to clear the cache and reconfigure the concerned views.
#2
I just committed the brand new Taxonomy handler to the DRUPAL-6--3 branch (see dev version).
A hint for non-views-pro users like me :) :
Use Views relations to turn the "Taxonomy: Term ID" field into a parent term ID field.
Greetings,
sevi
#3
Automatically closed -- issue fixed for 2 weeks with no activity.