Active
Project:
Nodequeue
Version:
6.x-2.5
Component:
Documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 17:56 UTC
Updated:
20 Dec 2009 at 17:54 UTC
It would be nice to auto populate a queue with newly created nodes.
1. by default: yes
2. choice at node/add form
I have a list of header images which should be ordered. Views do the magic. But all header should be part of a default nodequeue.
cheers, Ronald
Comments
Comment #1
rvnd commentedI'd support this request for the following reason:
I've just decided to also use Nodequeue as a drag n drop interface mainly for ordering a contact list/address book.
The developer (me) won't be inputting the entries (content type: contacts) - a content manager will do that on an as needed basis.
It'd be great for her additions to be auto-added to the correct nodequeue.
Seeing as I'm already using nodequeue for it's primary function, I won't install an additional module just for the reordering. Nodequeue will suffice almost perfectly.
- Thank you for all your wonderful work -
Comment #2
Dr00py commentedYou can achieve this effect by configuring an advanced action with the proper nodequeues and then trigger it on node creation.
Look here.
Comment #3
rokrOk but trigger doesn't allow to filter by node types afaik. So you have to use rules i guess.
Comment #4
Dr00py commentedFiltering by node types can be achieved by the way you define your nodequeue: If you limit a nodequeue to a specific node type, only that type nodes will me added when the action is triggered.
Comment #5
ezra-g commentedWould be great to add the solution referenced in #2 to the nodequeue readme. Also @rokr there is a patch at #302671: Add to queue from Node edit form that you might like to review.