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
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
You cannot set it up within the admin interface, but you can do it in a custom module using hook_nodeapi
op insert
.
There is an action "Add to Nodequeue" in Rules. I've solved by creating a new rule.