Active
Project:
Node Order
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Mar 2009 at 16:30 UTC
Updated:
3 Feb 2011 at 12:50 UTC
Let's say there are 1000 nodes in a given term and we want to order them. We'll probably only be interested in a small subset of the nodes, so there should be a way of filtering the list while still allowing the drag-and-drop ordering to work.
This may be a bit more difficult in 6.x now that weight_in_tid goes from 1 to N where N is the number of nodes in a tid.
Comments
Comment #1
pvanderspek commentedFiltering is an idea, but I definitely think paging should also be introduced.
Comment #2
pvanderspek commentedPaging shouldn't be much of problem, but filtering is a bit more tricky. What kind of criteria would you want to use? Node titles, node types, weights?
Comment #3
yingtho commentedI would like node type as a criteria. Alternatively you could provide a hook in nodeorder_select_nodes where other modules could provide with additional where clause.
Comment #4
okokokok commentedI'm interested in this. I only need the ordering for a specific node type, but the taxonomy is used for a few other node types.
Comment #5
hikey commentedSubscribing. I'm interested in a solution as well. I'm using one vocabulary for several node types but the view to be sorted contains just some of them. Sorting works well (BTW: many thanks for a great module!). Still, most nodes listed on the nodeorder page are not part of the view, which renders the task of ordering really difficult.