I am using the scheduler module to populate my site. This led me to notice that nodes added to a queue are presented even if unpublished. It would be interesting for nodequeue to make the distinction.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Nodequeue has no interest in the data about the node in the queue, and it is unlikely to ever try to enforce something like this.

For example, one powerful use of nodequeue could be as part of a moderation tool and it may specifically have unpublished nodes. In that instance, I would want that and making such a change would cripple that tool.

Unfortunately, it means that your scheduling needs to be the one to care WHAT it is scheduling.

jmlavarenne’s picture

Thank you for the response! What I'll do is use the views module to print the queue and use the "is published" = yes clause on the node.