Not signed in (Sign In)

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

    • CommentAuthorjimdoodle
    • CommentTimeMar 7th 2009
     
    I was having some problems initially with displaying the final image from the picture level, so i modified the following line:

    plog-functions.php: line 1967

    function plogger_get_source_picture_url() {
    global $config;
    return (!empty($config['allow_fullpic'])) ? $config["gallery_url"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#";
    }


    minor bug fixed.