Currently, when you go to a nodeorder listing (nodeorder/term/nnn), it lists nodes 10 per page, and has links to additional pages if there are more than 10 nodes. I would like the ability to (1) change the number of nodes per page, and (2) disable paging altogether.

Comments

paulmckibben’s picture

I did figure out that admin/content/node-settings allows you to raise the number of nodes per page to 30, but there is still no way to turn off paging. Also, admin/content/node-settings does not provide many options.

adamo’s picture

Use Views.
Enable the taxonomy_term view and edit it.
In Sort Criteria, remove the date criteria and add "Taxonomy: Weight in tid".
Change "Items to display" to "Unlimited".
You might also want to replace the "Node: Published or admin" filter with "Node: Published".

Now when you navigate to taxonomy/term/(tid) you'll get the ordered nodes as defined in your view. Using the standard taxonomy path has the added benefit of working with Pathauto, so you can have user/SEO friendly paths. Awesome!

paulmckibben’s picture

Thanks! I will try that.

dieuwe’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as the Drupal 6 branch of this module (and Drupal 6 in general) has been discontinued.