Not signed in (Sign In)

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

  1.  
    is there a way i can have the full size images load in a new window?
    • CommentAuthorrfreedman
    • CommentTimeMar 1st 2009
     
    I just did this an hour or so ago :-)

    go into your theme directory, and edit picture.php

    change


    <a accesskey="v" href="'.plogger_get_source_picture_url().'">'.$imgtag.'</a>


    to



    <a target="_blank" accesskey="v" href="'.plogger_get_source_picture_url().'">'.$imgtag.'</a>