views:

40

answers:

2

Can I somehow automatically add a node to a specific nodequeue when it is created ?

(I'm using nodequeue module: drupal.org/project/nodequeue)

thanks

A: 

You cannot set it up within the admin interface, but you can do it in a custom module using hook_nodeapi op insert.

googletorp
I've solved by creating a new rule, however I also should delete the node when it is removed from a queue.. and there is not conditional trigger for that..
Patrick
A: 

There is an action "Add to Nodequeue" in Rules. I've solved by creating a new rule.

Patrick

related questions