A total newbie question:
I have the module installed and I'm able to upload images and create galleries. But image and galleries are not connected at all. What should I do to be able to upload or assign images to a CCK Gallery?
The CCK Gallery is using an Image content type.

What's the trivial thing missing :) ?
Guidance would be appreciated,

10x

Comments

jjjames’s picture

You specify the gallery in the nodereference field when creating the image.

greg.harvey’s picture

It's worth noting that the installation script doesn't (yet) create galleries for existing users (I hadn't thought of that) so you might not have any gallery nodes yet when you first install the module. No gallery nodes = no gallery to pick when creating a CCK Image = validation error (can't create a Image). So create a CCK Gallery first. Also, if you don't like gallery selection to be obligatory, you can just change the configuration of field_gallery in the content types admin (admin/content/types) to not be required.

I actually need create the auto-creation of galleries. hook_install should add a gallery for each existing user on installation, but I'll create a separate issue for that.

Let us know if this works for you. =)

greg.harvey’s picture

Status: Active » Closed (fixed)

Closing this - re-open if you're still having this problem and the above did not fix it.