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

ttkaminski’s picture

If 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.

ashleyhazle’s picture

It 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?