Closed (fixed)
Project:
Nodequeue
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 16:48 UTC
Updated:
4 May 2009 at 00:19 UTC
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
Comment #1
ezra-g commentedYou can clone the default view and use the queue reference argument and pass it a term id. Does that answer your question?
Comment #2
wonder95 commentedYes, 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!