I have a views generated content list page which will eventually be paged. Each node in the list will display title, teaser and a link to the full node. Each of these nodes also has cck image attachments and I want these displayed in a block.

What I'd like is for images from the 1st few nodes in the list to be displayed in the block and for the images in the block to change based on the paged results - so when a visitor navigates to 'page 2' of the results, the images in the block should be taken from the new set of nodes.

If it were a single node that was displayed, I could use a views argument to grab the NID. I'm not sure if this is possible on a list page.

Anyone got any ideas?

Many thanks.

Matthew

**cross posted from http://drupal.org/node/608880
**decided to request support here after no replies on the general forum.

Comments

dawehner’s picture

Status: Active » Fixed

Just use a block display with the same filters and important the same pager ID(element). Than they have the same page always, as long as you don't use ajax.

Status: Fixed » Closed (fixed)

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