But I just did find a bug.. in gallery.. if the file has () in it then it can't find the file... this should fix it for now...
Code: Select all
{assign var=IMGis value=$image->file|replace:'%28':'('|replace:'%29':')'}<!-- {$IMGis} -->
<a href="{supersizer path=$IMGis alt="" height='700' Quality='100' cacheBuster=true Subdir="gallery" URL=true Protect=false}{*$image->file*}" title="{$image->title}" rel="lyteshow[gallery]"><img src="{$image->thumb}" alt="{$image->title}" /></a>
It also would be nice to be able to suppress the error message that there has been a path issue.
If the image does not exist i simply would like to see no image or a dummy picture or just an inline div with the measure of the picture and a tiny hint that the image hasn't been found.
What error? Sorry I thought I had got them all suppressed so it die quietly unless in debug. the next version will have a pass thou but adding a default image can be added no sweat…