Not sure if this should go towards Imagecache, but if you have an imagecache preset set to "image link to node" and have the views "Link this field to its node" it will break the view after the first image it encounters. It looks like it's basically getting double tags and all images after the first one is not returned.

It's easily solved by disabling the views "Link this field to its node" and relying on the Imagecache link.

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » ImageCache
Version: 6.x-2.3 » 6.x-2.x-dev

Image cache needs to update its use of link rendering as specified in the 2.3 release notes.

drewish’s picture

I'm not too sure what to make of the release notes:

A minor change in the API now requires that styles that render fields MUST render them in order, first by row and then by field ID. Not doing so will cause the token expansion to fail. In addition, any field handler that used the 'render_link()' method should retool to take advantage of the new built-in link building so that the two options do not collide.

Since we're not using render_link()...

drewish’s picture

Priority: Normal » Minor

I think this is pretty low priority since there's really just a few options conflicting and there's no easy way to solve it. It's easy enough to change it and get the right combination of options.

fizk’s picture

Status: Active » Closed (won't fix)