Closed (outdated)
Project:
Node Order
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2009 at 16:22 UTC
Updated:
14 Jul 2016 at 22:21 UTC
Jump to comment: Most recent
Comments
Comment #1
paulmckibbenI 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.
Comment #2
adamo commentedUse 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!
Comment #3
paulmckibbenThanks! I will try that.
Comment #4
dieuweClosing as the Drupal 6 branch of this module (and Drupal 6 in general) has been discontinued.