Are multiple image imagefields currently handled by this module?

I've got a view what filters output to a single node via an argument. Each node has an imagefield with multiple images. The module is creating the correct number of rows per node, but repeating the first image for each row.

I can flip my view display style to unformatted and see the correctly sized thumbnail and slide images.

Comments

acouch’s picture

This doesn't support multiple images. Mostly because I couldn't figure out how to make that work in a way that makes sense.

Would the images from multiple nodes just mix together in one gallery?

So you have two nodes:

Node 1
- image A
- image B
- image C

Node 2
- image D

It would output:

- image A
- image B
- image C
- image D

Is that what you are looking for? I think I can write that kind of functionality in.

acouch’s picture

Assigned: Unassigned » acouch
Category: bug » feature
Status: Active » Postponed (maintainer needs more info)
iaminawe’s picture

Great module by the way....

I think the way you suggest doing it in #1 would be a great addition.

Similarly, (and this may be a whole new issue) but I would love to see this available for nodes with multiple imagefields too

The views output option is awesome for generating sitewide galleries but it could be really cool if it could generate a gallerific gallery based on a multiple imagefield on a single node. Could this functionality be something worth integrating into this module or do you think it should be its own module?

An example of what I am talking about is available with Galleria, there is http://drupal.org/project/galleria for generating galleries from attachments and imagefields and there is http://drupal.org/project/views_galleria for generating galleries from views. I think it would be ideal if both of these functionalities were wrapped into one awesome gallery display module using gallerific.

Thanks

iNade’s picture

I confirm the problem said before : can't work now.

"The module is creating the correct number of rows per node, but repeating the first image for each row."

So can't display any gallerific stuff the right way.

acouch’s picture

Version: 6.x-6.x-dev » 6.x-1.x-dev
Status: Postponed (maintainer needs more info) » Patch (to be ported)

this feature has been added in head and the 6--1 dev branches.

it is really a bad views hack but it works for me. so please test and let me know if it works for you.

acouch’s picture

@iaminawe you might be right that this should be its own module. i found a solution but it is pretty ugly. as the maintainer i should prob just say 'no' on this but i think it would be cool to be able to do both so lets see when people test if it is a viable solution.

acouch’s picture

This now handles multiple images per node.

Thanks for the suggestion.

The one thing it does not do is accept the 'Group Multiple Values' setting. So it will display all values that make it through the filter.

acouch’s picture

Status: Patch (to be ported) » Closed (fixed)

This module now supports this. Thanks for bringing it up.

dave kopecek’s picture

Very Cool. Great module.