Not signed in (Sign In)

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

    • CommentAuthoraverno
    • CommentTimeAug 24th 2007
     
    If I wrap the gallery onto one of my webpages it gives the full image pathname incorrectly

    i.e.
    http://diaryofwar.com/images/plogger_test_collection/plogger_test_album/averno_025.jpg
    when it should be
    http://diaryofwar.com/gallery/images/plogger_test_collection/plogger_test_album/averno_025.jpg

    It does give the correct path however if I go to http://diaryofwar.com/gallery/ instead

    Any ideas on why or how to fix this?

    Thanks
    • CommentAuthoraverno
    • CommentTimeAug 24th 2007
     
    Found this;

    <div id="picture-holder"><a accesskey="v" href="/gallery<?php echo plogger_get_source_picture_url(); ?>"><img class="photos-large" src="<?php echo plogger_get_picture_thumb(THUMB_LARGE); ?>" title="<?php echo $capt; ?>" alt="<?php echo $capt; ?>" /></a></div>

    adding that /gallery fixes it for when im looking at the gallery from diaryofwar.com/index.php ... but now when I look at it from diaryofwar.com/gallery it trys to get to the image by going.. http://diaryofwar.com/gallery/gallery/images/plogger_test_collection/plogger_test_album/averno_025.jpg - Putting in /gallery/ twice

    Ugh
    Any other fixes ?
    • CommentAuthorjammindice
    • CommentTimeAug 24th 2007
     
    how did you "wrap" it into one of your pages? and if you look in the mysql database what does it say for gallery_url in the plogger_config table?