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

sevi’s picture

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.

sevi’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

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