Not signed in (Sign In)

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

    • CommentAuthorVini
    • CommentTimeApr 29th 2006
     
    Im trying to install Lightbox JS V2.0 and have it work with my plogger 2.1 install. I have had problems and have spoken to the author of Lightbox (Lokesh) who has said i need to link directly to the picture instead of the webpage showing the comments and then clicking the picture to go directly to the image.

    So the links on this page (http://www.vini.co.uk/gallery/index.php?level=album&id=86) should go directly to the 'path/to/image.jpg'

    from what i can gather i just need to change the link to include /images/ folder

    http://www.vini.co.uk/gallery/urban_gorilla/28_04_2006/dsc00215.JPG --> link to webpage

    http://www.vini.co.uk/gallery/images/urban_gorilla/28_04_2006/dsc00215.JPG --> link directly to the image

    how can i do this?
    • CommentAuthorVini
    • CommentTimeApr 29th 2006
     
    never mind ive fixed it
    • CommentAuthorcmedia
    • CommentTimeApr 26th 2009
     
    How you do this? i need too...
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 1st 2009
     
    You just need to use the function plogger_get_source_picture_url() instead of the function plogger_get_picture_url() in your theme's 'album.php' file.

    plogger_get_picture_url() -> link to webpage at picture level
    plogger_get_source_picture_url() -> link directly to image