Closed (fixed)
Project:
Slideshow Creator
Version:
6.x-1.32
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2008 at 20:34 UTC
Updated:
11 Feb 2009 at 08:31 UTC
I cannot get slideshow creator to read a directory of images. Here is my code:
[slideshow: 2, rotate=2, blend=1, dir=|sites/default/files/webfm/slideshow|yes|||||]
I get nothing except a gray square.
Comments
Comment #1
hyrax1 commentedDIR is extremely odd. It seems to point naturally at sites/default/files -- have you tried eliminating that part?
I'm having a different problem, which is how to get OUT of the files directory? I want it pointed at my images folder -- images/ -- but it won't point there.
Can someone assist on how DIR operates? How to get it to a different relative path? Where does it think it's pointing at?
Comment #2
Stef01 commentedIt points to the file location that is set default for your site. Normally that is sites/default/files, but you can change that in the site config.
My pictures are in sites/default/files/slideshow, and I had to specify a slash before and after the directory name, like:
[slideshow: 2, rotate=2, blend=1, dir=|/slideshow/|yes|||||]
otherwise no pictures showed up.
Comment #3
jadowd commentedAh!
Thank you!
Comment #4
brmassa commentedso its fixed!
Comment #6
wallbay1 commentednot for me