I used this on both my sites in Drupal 5 and you have done a fantastic job upgrading it.

However, I have moved my post from top to bottom to middle and the taxonomy list never changes.

I use PathAuto and Views.

Can Views override and prevent node order from working?

Can Pathauto?

Comments

pvanderspek’s picture

Category: bug » support
Status: Active » Closed (works as designed)

I don't think this is a bug. Nodeorder is triggered if you go to an url like http://www.example.com/nodeorder/6, which would show an ordered list for nodes associated with term 6. If you use a different URL, Drupal will not trigger nodeorder and thus you won't get the custom ordering. To overcome this you can either use the nodeorder-url or you can create a view which sorts the nodes on the weight_in_tid-field.

netentropy’s picture

what about a Views option that allows you to sort by Node ORder?

pvanderspek’s picture

...either use the nodeorder-url or you can create a view which sorts the nodes on the weight_in_tid-field...

As I said, nodeorder has support for Views. You can sort on the weight_in_tid-field.