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

davebv’s picture

Status: Active » Fixed

Thanks for the solution, commiting now, should be in a new version soon. 2.11

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.