Active
Project:
Nodequeue
Version:
7.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2013 at 10:49 UTC
Updated:
29 May 2013 at 14:55 UTC
I have 8 nodes in the queue and Nodequeue only shows 5 nodes.
The max number is 20, and all the nodes are published - what stops Nodequeue to show all nodes?
Thanks for your help.
Comments
Comment #1
ttkaminski commentedIf you are using this function:
function nodequeue_load_nodes($sqid, $backward = FALSE, $from = 0, $count = 5, $published_only = TRUE) {Notice that the default count is 5. I think this is a bug as the function by default should load all nodes in the queue.
Comment #2
ashleyhazle commentedIt doesn't actually say that it will load all nodes in the queue, but it certainly suggests it...
Setting $count to 0 will load all nodes in the queue.
Is this the intended output or is it an oversight?