Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthormike
    • CommentTimeOct 5th 2005
     
    This is a bug. I've fixed it in SVN, but for now you can fix it on your local copy by following the instructions below.

    Somewhere around line 1258 in gallery.php in the function generate_slideshow_js(), change the line of code:

    s.link = "'.$config["baseurl"] .$row["path"].'";

    to

    s.link = "'.$config["baseurl"] . "images/".$row["path"].'";

    Note that turning on the cruft-free URL option will make it work as well without modifying any code.
    • CommentAuthorsparked
    • CommentTimeJul 23rd 2008 edited
     
    Hello. The answer is located at: http://www.plogger.org/forum/discussion/1982/slideshow-javascript-hotlink-picture-enlargement-bug-in-plogger-beta-30/#Item_2