Closed (fixed)
Project:
CCK Gallery
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 23:45 UTC
Updated:
5 Feb 2009 at 18:01 UTC
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
Comment #1
jjjames commentedYou specify the gallery in the nodereference field when creating the image.
Comment #2
greg.harveyIt'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. =)
Comment #3
greg.harveyClosing this - re-open if you're still having this problem and the above did not fix it.