Closed (works as designed)
Project:
Node Order
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 23:06 UTC
Updated:
8 Jun 2009 at 11:56 UTC
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
Comment #1
pvanderspek commentedI 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.
Comment #2
netentropy commentedwhat about a Views option that allows you to sort by Node ORder?
Comment #3
pvanderspek commentedAs I said, nodeorder has support for Views. You can sort on the weight_in_tid-field.