Is there a way to add a view to a nodequeue list? Looking at the DB it looks like it would be rather difficult as it references everything through nid's, but I'm hoping to avoid having to embed views in pages to be able to put them in a queue.

Thanks,
--Andrew

Comments

merlinofchaos’s picture

Status: Active » Closed (works as designed)

Sorry, this module is named 'node' queue, 'view' queue. Views are not nodes.

deviantintegral’s picture

Thanks. Is it worth my time to look at writing a patch, or do you want to keep this module for nodes only?

Thanks,
--Andrew

merlinofchaos’s picture

It would be very difficult to make this module not nodes only; the entire UI assumes that the queue will contain nodes.