Not signed in (Sign In)

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

    • CommentAuthorkhunpong
    • CommentTimeNov 23rd 2008
     
    Plese help me,.Why ? Full Picture View do not show.

    This gallery webpage ::: http://www.yellojelly.net/photogallery/index.php?level=picture&id=53
    When click on this photo don't show Full Picture View ::: http://www.yellojelly.net/photogallery/index.phpimages/nature_style/sunset/lampho01_450x338.jpg
    How do to fig this problem?

    Tks,
    Khun Pong
    • CommentAuthorimpalor
    • CommentTimeMar 20th 2009
     
    modify in plog-function.php :


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