Active
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2012 at 05:26 UTC
Updated:
24 Nov 2019 at 22:03 UTC
Jump to comment: Most recent
Did I miss something? The README.txt says "It is highly recommended that you use the Views module to display your queues." but I couldn't find any mention of how to utilise views.
First, it looks like this module generates a default view for each nodequeue, so one avenue is to use or alter that view.
Or you can build your own view, but you need to explicitly add a Relationship to Nodequeue: Queue, then specify the relevant queue. Once the relationship is in place you can then filter by nodequeue and/or sort by queue position, etc.
Comments
Comment #1
markchitty commentedyeah, this one got me too until I read this!
adding a little detail on how to alter existing views it to the README.txt would be helpful.
Comment #2
jenlamptonThis would be a welcome addition to the documentation. Changing the version to 2.x since the 3.x branch is nolonger supported.