Closed (fixed)
Project:
DraggableViews
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2009 at 23:16 UTC
Updated:
2 Sep 2009 at 14:30 UTC
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?
Comments
Comment #1
sevi commentedIt 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.
Comment #2
sevi commentedI 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