If a CCK type has more than one image field (with multiple images), the module only converts the first field into a gallery. The images in the second imagefield are untouched.

Comments

eclipsegc’s picture

Version: 5.x-1.0-beta » 5.x-1.0-rc2
Category: bug » task
Priority: Normal » Minor

This is a known limitation of what I've done currently. I do however intend on eventually taking measure to prevent this, however I'm unsure exactly how I want to implement it. Probably a field selection will happen on the content type admin page to select which field(s) you'd like to affect.

chrisroditis’s picture

Hello and thanks for the excellent module! Any news on this feature?

eclipsegc’s picture

Version: 5.x-1.0-rc2 » 5.x-1.3
Assigned: Unassigned » eclipsegc

I'm working through some minor imagecache2 issues I have, and then I'm on my way to this bug. It's not forgotten, just not handled yet.

Eclipse