I've created a view and put it into a block. I'd like the first node to include a picture in the block, while the next three just have the title that links to the full node.

I'm using drupal 6 and Views2. I saw a post where there was a way to do this in Views 1/Drupal 5 by changing the handler on the field to "'Show first value only". However, I can't find this handler option in Views2.

Thank you for any suggestions.

Comments

blackdog’s picture

You should use attachments for this. Your main View just shows the first node with picture and all, and your attachment shows the remaining three as links.

fossle’s picture

Hi,

I'm not sure what you mean by attachments...where do I find this option?

blackdog’s picture

You can add a new Display that's called an Attachment that you can select to attach to another display, like your block.

fossle’s picture

Thank you for your help. I finally figured out how to use the attachment display - very cool.

blackdog’s picture

Status: Active » Fixed

Great!

Status: Fixed » Closed (fixed)

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