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

markchitty’s picture

Issue summary: View changes

yeah, 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.

jenlampton’s picture

Version: 7.x-3.x-dev » 7.x-2.x-dev
Category: Feature request » Task

This would be a welcome addition to the documentation. Changing the version to 2.x since the 3.x branch is nolonger supported.