I've got the Slideshow Creator working fine when displaying images from a URL or a directory. But...
How does it display images from within my drupal image gallery module (http://drupal.org/project/image).
[slideshow:2, rotate=10, blend=10, layout=default, name=Banner, height=100, width=300, img=|image/tid/1||Kitchens|descrip|_self|, img=|node/47||Cobblestones|DESCRIP|_self|]
Do I have to use the real file URL ? ie. files/images/sample.jpg ?
I'd like to set it to read all images from a specified image gallery.
I've tried setting the image link to "image/tid/1" or "node/47", but havn't worked it out yet. Any help appreciated.
Comments
Comment #1
alynner commentedI hacked it to work with my gallery.
Just add this code to the if/else at line 151:
and then add this custom function at the end of the file:
To use this, simply enter your input tags like so: [slideshow:2, rotate=4, blend=2,width=634,gal=|$tid||$link||||]
works for me anyway, hopefully someone else can make use...
alynner
Comment #2
brmassa commentedit seems its a fixed issue!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
mariagwyn commentedIt seems that alynner HACKED this in the module file to work. Is it possible to add this as standard functionality within the module itself (since not all of us want to hack the module itself)? A way to link to galleries rather than images or directories? This would be VERY helpful as it would require less work for sites that need very easy user interface.
I am most interested in this on 6.x, and so changing the settings.
Thanks,
Maria
Comment #5
clintthayer commentedCan't seem to get this to work... Put the code in and passing the $tid to a specific term (album)... which in my case was 9. so I have...
[slideshow: 2, rotate=3, blend=3, height=300, width=300, gal=|9||||||]
Any thoughts?
Comment #6
brmassa commentedGuys, there is a drupal.org initiative about unifying some modules. Since Slideshow Creator is by far less powerful and flexible and other solutions, I will not support it more. Please, take a look on other similar modules.