Not signed in (Sign In)

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

    • CommentAuthorcheldan
    • CommentTimeJul 31st 2007
     
    Hi there,

    Recently updated to v3.0 Beta and would appreciate if someone could help point the way to achieve the above mentioned. Was able to do it when i was still using the previous v2.x

    Thanks in advance.

    Cheers!
    • CommentAuthorardamis
    • CommentTimeJul 31st 2007
     
    Make sure you have "Allow Full Picture Access:" checked in Options, and edit picture.php to replace the line:

    <a accesskey="v" href="<?php echo plogger_get_source_picture_url(); ?>">

    with

    <a accesskey="v" href="<?php echo plogger_get_source_picture_url(); ?>" target="_blank">

    The target="_blank" part tells the browser to open the link in a new window, or if it's a tabbed browser, in a new tab.
    • CommentAuthorcheldan
    • CommentTimeAug 1st 2007
     
    Hi ardamis,

    Thank you so much, works like a charm... cheers!
    • CommentAuthorjmiller
    • CommentTimeAug 22nd 2007
     
    Wow! Thank you! I really needed this functionality for a specific situation where the gallery is displayed on a WordPress site using an inline frame http://ccliteracy.org/home/gallery/. I had seen previous posts addressing this question, but couldn't find the code described so knew that something must have changed in Beta 3. Great work!