This used to be part of nodequeue 1, but for some reason disappeared in nodequeue 2. I don't know why this was removed (perhaps there is some way to create broken SQL with it enabled?), but this a *very* useful feature and it works fine for us!

Will need a different patch for HEAD (Views 2).

CommentFileSizeAuthor
multiple_queues.patch672 bytesOwen Barton
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ezra-g’s picture

Version: 5.x-2.x-dev » 5.x-2.2
Status: Needs review » Reviewed & tested by the community

This seems fine with the filter an all modes: all of, none of, one of.

RTBC. Thanks!

ezra-g’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks! Catch this in the next release candidate.

Owen Barton’s picture

Awesome - thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

anoopjohn’s picture

Version: 5.x-2.2 » 6.x-2.9
Status: Closed (fixed) » Active

Is this option present in 6.x-2.9 release? Is it possible to add an exposed filter in views that will allow users to select the nodequeue from a select box?

amateescu’s picture

Version: 6.x-2.9 » 6.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

Can you explain with more details what this filter should do?

Owen Barton’s picture

Status: Postponed (maintainer needs more info) » Fixed

The filter is already committed (as of 2008) and just enables you to select more than one of the queues at a time in the views filter.

anoopjohn’s picture

Version: 6.x-2.x-dev » 6.x-2.10
Status: Fixed » Active

I tried all the following filters.

(queue) Nodequeue: Queue title exposed
(queue) Nodequeue: Subqueue reference exposed
(queue) Nodequeue: Subqueue title exposed
(queue) Nodequeue: Queue machine name exposed

and all of these exposed filters comes up as text boxes in the page display that was generated. I was referring to the possibility of one of these filters coming up as a select box (drop down) allowing end users to filter by selecting one (or multiple if possible) of the nodequeues from the select box.

amateescu’s picture

@anoopjohn, as you discovered already, this feature is currently not implemented in nodequeue. I'd be happy to include it if you can provide a patch..

anoopjohn’s picture

Issue summary: View changes

Shall we mark this as closed (outdated) given that this is about 6.x which is no longer supported?

fizk’s picture

@anoopjohn I'd like to leave 6.x issues open for now in case someone is working on them.

anoopjohn’s picture

Is this feature working in 7.x?