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
Comment #1
merlinofchaos commentedSorry, this module is named 'node' queue, 'view' queue. Views are not nodes.
Comment #2
deviantintegral commentedThanks. Is it worth my time to look at writing a patch, or do you want to keep this module for nodes only?
Thanks,
--Andrew
Comment #3
merlinofchaos commentedIt would be very difficult to make this module not nodes only; the entire UI assumes that the queue will contain nodes.