How to create block for node queue module
electronicmonkey - January 2, 2008 - 21:26
I have installed node queue module and this is what I am hoping to do :
I have created a new content type called "widgets" . I want to queue articles from "widgets" into a block which will display only one random article from my node queue ?
How do i do this step by step.
Thanks

It's quite simple. Install
It's quite simple.
Install the Views module.
Create a node queue and assign it to your content type. Go through your site and assign some items to the queue.
Then create a block view, drawing from your node queue. Make it one item long, and random.
Hey !!...
.... I did this just a couple of weeks ago. I must be suffering from the holidays hangover !! Thanks for reminding me.
funny...
I could do the block view, but could not find how to assign a node queue to it or make it random
See step 10-15 below