The Nodequeue module allows users to collect nodes in an arbitrarily ordered list.

learn more… | top users | synonyms

0
votes
0answers
18 views

Display the list of nodequeues under Publishing Option in checkbox type?

How can I list specific nodequeues under Publishing Options? I want all the writers/editors to check the nodequeue they want the node to assign to before saving/updating the node. How I can achieve ...
0
votes
1answer
39 views

Panels content not displaying on copied site

I'm prepping to convert a large D6 site to D7, so I've copied everything from the server to my local Mac, something I've done a bazillion times w/o a problem. Concurrently, I changed my dev ...
2
votes
1answer
68 views

Getting the nodequeue id from the nodequeue name?

I want to get the nodequeue qid from the nodequeue name. Suppose I have a node queue with the name of "Slider". I want a function so that I pass it the name of the nodequeue and It returns the qid ...
0
votes
0answers
25 views

How to display a custom message on adding a node to nodequeue?

I have created a nodequeue. And I have added the add/remove links text in that nodequeue. Now on every node page of that specific content type there is a link appears that "Add to nodequeue". When I ...
4
votes
4answers
135 views

How to change position & amount of fields in content type dynamically (means by editors)

I have a content-type, that can be structured like this: content-type A title summary part one title image text part two title image image image text image part three title text image text ...
4
votes
2answers
92 views

How to remove content from view once user clicks on it (or reads it) in drupal 7?

I have a view "Recent content of your interest" based on taxonomy and flag. Current scenario: User clicks on content from view and reads it, he comes back to same view. What I want: User clicks on ...
0
votes
0answers
30 views

arbitrary order of nodequeues in a view

What is the best way to arbitrary order nodequeues in a view? Drupal 6.26 Nodequeue 2.11 Views 2.16
0
votes
0answers
48 views

how to display nodequeue title in a view

I have a view that displays multiple nodequeues. I need to display the title of each nodequeue - how? Drupal 6.26 Nodequeue 2.11 Views 2.16 The view uses a Nodequeue: Queue (qid) relationship and ...
5
votes
4answers
219 views

User to send a list of selected nodes via e-mail to the admin

I would like the users on a site to be able to select certain nodes and send a list of those nodes to one specific e-mail address. Gathering the nodes is easy with Nodequeue or Flags, so is sending a ...
0
votes
0answers
101 views

Nodequeue x Entityreference

Would it be possible combine the magic powers of NodeQueue with EntityReference? I have a taxonomy called 'Topic', and a content type called 'Download'. Each topic should be able to have an x amount ...
0
votes
0answers
47 views

Taxonomy nodequeue out of order when I edit and save a node

My taxonomy nodequeue has 4 subqueues. When I edit a node in one of the subqueues, it will move to the back of the queue upon saving. I tried to replicate on a fresh install, but don't get the same ...
2
votes
3answers
604 views

Alternatives to Nodequeue?

Are there any other modules that can implement the same functionality as Nodequeues i.e, making a customized list of selected nodes? I think I might be having some problems which might be related to ...
1
vote
1answer
71 views

How to create an alternate title for a node when in a nodequeue?

We want to be able to override the title of certain content items, but only temporarily, while they're included in a nodequeue. For example, we have a nodequeue view block in a small "featured" ...