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

rvnd’s picture

I'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 -

Dr00py’s picture

You can achieve this effect by configuring an advanced action with the proper nodequeues and then trigger it on node creation.

Look here.

rokr’s picture

Ok but trigger doesn't allow to filter by node types afaik. So you have to use rules i guess.

Dr00py’s picture

Filtering 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.

ezra-g’s picture

Component: Code » Documentation
Category: feature » task

Would 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.