At present nodeorder captures 'taxonomy/term/x' URL's and converts them to 'nodeorder/term/x'. This means that you cannot use a View setup in the Views module to modify the way in which 'taxonomy/term' type information is displayed.

Also, at present, there doesn't seem to be a way to theme the output from nodeorder.

If nodeorder could open up to the Views system so that you could create and theme views that are ordered with nodeorder, it would be ideal.

Comments

marcp’s picture

Status: Active » Postponed (maintainer needs more info)

I'm pretty sure that this is an [already solved] issue with Views -- see http://drupal.org/node/77859 -- if you set the weight to 10 for the Views module in your system table, you should be able to override paths in any module whose weight is less than 10. Nodeorder installs itself with weight of 5, so unless Views has a higher weight, the paths will never get overridden.

Does that fix it for you?

Marc

gmak’s picture

To confirm, it is correct. If you set your Views module weight to 10 in the system table of your database, you will be able to use Views to override nodeorder URL (nodeorder/term/x).

Thanks

marcp’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Set to "closed" .... should probably discuss this in the README, though.