Hi, is it possible to list nodes listed under taxonomy term by weight, like menu weight?

Comments

Anonymous’s picture

Using Views it shouldn't be a problem.
http://drupal.org/project/views

sedmi’s picture

It is not possible with views because views cannot sort nodes by menu weight. If someone is facing the same problem here are few solutions:
http://drupal.org/project/weight
http://drupal.org/project/nodeorder
http://drupal.org/node/313140

Anonymous’s picture

Nice, thanks for sharing.