I'm using Taxonomy queues, and I need to be able to assign images from these queues to a panel page. Using a regular nodequeue, I can use the view created by the nodequque to get my items. However, with the taxonomy subqueues, I don't see views for them. Do I just have to use the view created for the top level queue with parameters to get my items, or is there a better way to get the items from the subqueues so I can assign them to panel panes?

Thanks.

Comments

ezra-g’s picture

You can clone the default view and use the queue reference argument and pass it a term id. Does that answer your question?

wonder95’s picture

Status: Active » Closed (fixed)

Yes, it does. I was able to use that and the Nodequeue:Position argument to pass the queue and position to the view, which allows me to be much more dynamic and just use one display instead of many.

Thanks!