hi !

I'd like to use the nodequeue module but I wonder if it's possible that a new node created automaticaly goes into a specific nodequeue ?

For eg. if the nodequeue (A) is assigned to a specific content type, each node of this content type will automaticaly be queued in this node queue.

Do you understand what I mean ?

Second question, a newbie question :)

How do I use the nodequeue functions ?
what do I have to write in my pages for the random node for eg. ?

Thank you for your answers :)

Comments

VM’s picture

did you read the readme.txt file in the download ? it explains quite a bit of what you ask. was there something specific you wanted someone to elaborate on ?

Anonymous’s picture

No, I've found the solution to write the functions in my template files but not for my first question... I think this one is not answered in the readme, is it ?

VM’s picture

Future uses include putting nodes into a queue that can be acted on
automatically, such as a publishing queue where at a certain interval
the front of the queue is promoted, or has a workflow state change, or
some other automatic operation.

which means you may have to install

Actions Module Integration
==========================

The node queue module provides two actions, so that workflow can add and
remove items from queues.

there is also a workflow module available that works with the actions module and may make the task that much easier.

Anonymous’s picture

oh ok :)
Thank you

syedsrahman’s picture

While following this tutorial http://www.drupal.org.uk/node/259 I find that the two actions which should be available to the Actions Module are not listed when I go to the admin/site-config/actions page to add those actions. I am running 5.7, can anyone point out where the issue might be.