Not odering especially with pathauto
bjraines - June 3, 2009 - 23:06
| Project: | nodeorder |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
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?

#1
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.
#2
what about a Views option that allows you to sort by Node ORder?
#3
As I said, nodeorder has support for Views. You can sort on the weight_in_tid-field.