I have a view of a content type where there the vocabulary is "Status" and the terms are "New" and "Archive". If I put a filter to only display nodes where "status"="Archive" or "status" <> "archive" then the Weight in TID is no longer retrieved and my sort is useless. The workaround is to set this as a default argument, but then I can only have the view filter by vocabulary = instead of the much more robust IS NULL, IS ONE OF, NOT ONE OF that the views filter gives you.
Is there another way to use the filter without removing weight by TID from the view?

Comments

2ndmile’s picture

I think this is a bug. I ran into the same thing. All weight_in_tid were returned as 0. I used the "Taxonomy:Term (with depth)" filter and that works properly. Not sure if it will work for you.

dieuwe’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as the Drupal 6 branch of this module (and Drupal 6 in general) has been discontinued.