Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Toppa

    (@toppa)

    To do this you would need to edit the code. Look in the file shashin/public/ShashinPhotoDisplay.php, on line 133 (inside the method setOriginalPhotoLinkForCaption). It looks like this:

    return '<a href="' . $this->dataObject->linkUrl . '">'

    Change it to this:

    return '<a target="_blank" href="' . $this->dataObject->linkUrl . '">'

    Thread Starter skrivoku

    (@skrivoku)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"View at Picasa" in new tab’ is closed to new replies.