tags:

views:

34

answers:

1

Hi, I'm drupal newbie and I'm living in terror now ;) I've got an existing block on the site where you can see the newest articles. I would like to make this block nodequeue, so I can decide which articles are gonna be there.

Is there a way to change block settings to be nodequeue or do i have to create new one and style it again?

Thank you very much.

+1  A: 

Depends on how you have created the block in the first place.

But the easiest thing will be to take the view that comes along with each node queue and setup the view to include a block.

If you have the block as a view, you can add the node queue part, but you will have to do it in code, since the views UI isn't capable of it, so since you new to Drupal, this will probably be a bit to harry for you.

googletorp
@googletorp: You've written node query in your above answer a few times. You probably mean nodequeue
Sid NoParrots
I didn't create the block, it was programmer before me ... no contact to him anymore. I'll try the easiest thing you write :) but im not sure if it's gonna work
perfectDay
@NoParrots: You can argue that you create node queues with the nodequeue module.
googletorp
@googletorp "But the easiest thing will be to take the view that comes along with each node query and setup the view to include a block." -- you have written "node query" and not nodequeue or node queue.
Sid NoParrots
@googletorp...cool you fixed it :)
Sid NoParrots