Hi!

Version 7.x-1.2 have introduced the views integration. Great! But unfortunately the ALL images on the view's page are combined into ONE common gallery, although for every node the own gallery should exist.

As I understand, the every group of images should be marked with some div/span with certain (what?) class? Is the class "yoxview_thumbnail" should be deleted from the every image (I tried to modify the settings in the [mod_dir]/yoxview.js, but there is no effect)?

Comments

robloach’s picture

Category: support » bug

This Drupal core bug would help fix it: #1025796: Rename path to uri in image functions. Views unfortunately doesn't allow us to have a container around the images, so we'd have to pass attributes through image_formatter instead. The thing about image_formatter is that it doesn't read attributes. So, it's a core bug.

ponch’s picture

Any progress on this one? I am having this problem, too. Looks like the core bug was fixed?

robloach’s picture

Version: 7.x-1.2 » 7.x-2.x-dev

I think it moved over to #1329586: theme_image_formatter should pass along attributes for Drupal 7 :-( . Might be good to get this in the 2.x branch too!