Closed (fixed)
Project:
Node Order
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2006 at 19:46 UTC
Updated:
15 Dec 2006 at 21:21 UTC
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
Comment #1
marcp commentedI'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
Comment #2
gmak commentedTo 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
Comment #3
marcp commentedSet to "closed" .... should probably discuss this in the README, though.