Hello!
In the current dev version dated 2010-Apr-21, in the file slideshowcs.module on line 111:
$filebasepath = $base_path .'/'. variable_get($aux, array()) ;
should be:
$filebasepath = $base_path . variable_get($aux, array()) ;
then I put my images path without the leading slash like this in the block settings:
sites/my.domain.com/files/slideshowcs
And everything works like a charm!
Thanks for a great module!
LDdB
Comments
Comment #1
davebv commentedThanks for the solution, commiting now, should be in a new version soon. 2.11