In Drupal 5, I want to be able to show a block on the right hand side with images based on the story node I am viewing. It would be a 1:1 relationship.

The following scenarios come to mind:

1. A separate node with the images (we'll call it images node) related to the story node. But how to relate it to the story node?
2. A new CCK field for the story node with the images attached. Would be hidden from the node body, but is there a way to show them in this new block view?

If this is possible with major hacks/workarounds and I am just unaware of it, help is appreciated!

Comments

ryan.nauman’s picture

I meant to say *without* major hacks/workarounds

dawehner’s picture

Status: Active » Fixed

1. A separate node with the images (we'll call it images node) related to the story node. But how to relate it to the story node?

For example you could do this using a node referece. But views issue queue is not your person support channel, irc/forum would be better for this feature.

2. A new CCK field for the story node with the images attached. Would be hidden from the node body, but is there a way to show them in this new block view?

Use fields, to display what you want, or use custom theming

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.