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
Comment #1
blackdog commentedYou 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.
Comment #2
fossle commentedHi,
I'm not sure what you mean by attachments...where do I find this option?
Comment #3
blackdog commentedYou can add a new Display that's called an Attachment that you can select to attach to another display, like your block.
Comment #4
fossle commentedThank you for your help. I finally figured out how to use the attachment display - very cool.
Comment #5
blackdog commentedGreat!