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.
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
Comment #1
merlinofchaos commentedNodequeue 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.
Comment #2
jmlavarenne commentedThank 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.