Block patch I am using to fix iframe problem with ablum name link as it was linking inside the iframe
block-NG-RandomPhoto_functions.php
Code: › if($auto == 0) {
$FROM = "From: <a href=\"$ALBUM_URL\">" . $album->fields['title'] . '</a>';
}
else {
$FROM = "From: <a href=\"$ALBUM_URL\" target=\"_top\">" . $album->fields['title'] . '</a>';
}
replaces the line
Code: ›
$FROM = "From: <a href=\"$ALBUM_URL\">" . $album->fields['title'] . '</a>';
Might want to check to see if you need to correct this in any new version you are working on.
Nice block btw.
Mark