Hi all,
Does anyone know about how to implement this functionality:
I have three content type 1: movie, 2: artist and 3: event and I have to create image galleries for all three content types.
The way I know is :
I created three content types again 1: moviegallery for movie, 2: artistgallery for artist and 3: eventgallery for event.
And I put a node reference field for each gallery content type ie. movie for moviegallery, artist for artistgallery and event for eventgallery.
Whenever I am going to create a gallery for artist, I have to create an artistgallery and select an artist from node reference field.
What I want is:
I want a link in xxx artist(movie or event) page which will redirect me to create gallery page and when I submit this gallery then this gallery should be of xxx artist (No need to select artist from node reference field).
Thanks in advance
Thanks
Subhash
Comments
Node Reference URL
Hi, I'm not sure if you solved this but while doing my own research for ideal/easy way to create a gallery for a content type I came across the following tutorial (http://blip.tv/jeff-eaton/photo-galleries-with-views-attach-2196157) by Jeff Eaton. I might be mistaken but you might be able to use the Node Reference URL (http://drupal.org/project/nodereference_url) module to achieve what you are trying to do.