I have a existing site recently upgraded from Drupal 6 to 7 which had a content type that used Imagefield and has over 100 nodes populated with images. I now would love to integrate Node Gallery to use this existing content and structure galleries to organise these nodes. So I have successfully used the NodeGallery Api to create a Gallery content type and a relationship between that and my existing content type with the imagefields but the issue is that the images in the Imagefields are not getting used withing the relationship and from what I have seen NodeGallery relies on the use of fields declared as Files rather than Images. I have found some issue here: http://drupal.org/node/422878 which suggest that in the D6 version this has been changed and that now it is possible to have Nodegallery setup to work with CCK Imagefields instead of Filefields but what about the D7 version, has this been also changed and if so is there some documentation which explains how to set it up that way?

Comments

zengenuity’s picture

Status: Active » Closed (works as designed)

D7 Node Gallery works with File field, relying on File Entity to render them appropriately. (images as images, videos as videos, etc.)

mibfire’s picture

Then cant we use crop with images? I would like to use "manul crop" with imagefield and i have managed to set imagefield in node gallery but i cant use options of imagefield in imagelist page(node/%/items) like remove or crop etc.