Got this working great, thanks for a cool module.
What i want to know, is it possible to add multiple albums to one slideshow? so when you click on the slideshow button to see other gallery it would appear in the same slideshow instead of having to re-create a page for each gallery to be viewed in slideshow.
thanks,
Comments
Comment #1
rdentry commentedI am very interested in getting multiple galleries into slideshowpro from drupal. I too have the initial integration set up and working fine. I have read around and found some developers talking about changing the Filters Field in the view (slideShowPro: Image galleries) to be able to select multiple galleries in drupal. But this would still only put all of the images in one album. There would have to be modifications made to the module itself to be able to make multiple opening and closed album tags based on the number of galleries selected. This is a little bit over my head, but I think it is definitely possible. I will keep looking for answers and post them here if i find anything.
Comment #2
ssherriff commentedI did a small hack for this. It has been awhile, but I think this is what I did. I put this function in my template.php file:
I believe the only thing I changed was to add this:
Where my vocabulary id for the taxonomy categories I was using was 1. That should then group into galleries by taxonomy.
I think that is correct anyway, like I said, it was awhile back.
Cheers,
Stephanie
Comment #3
ssherriff commentedSorry, something else I think I had to do. In the view, make sure the first thing you order the nodes by is the taxonomy term name.