Viewing 4 replies - 1 through 4 (of 4 total)
  • Boris

    (@mental-disease)

    Hi,

    I have the similar problem, but I want to see description under each photo. I understand how to realize it, but plugin code is really hard for me. I can’t find the place where should I put function of describing a photo.
    Could somebody suggest me which file should I modify to get this function work?

    Thanks ??

    Boris

    (@mental-disease)

    I found out that if I want to display alt attribute fore pictures I need to add something like that:

    if( $values[‘caption’] == ” ){
    $caption = “”;
    }else{

    $caption = $values[‘caption’];
    }

    echo “<div class=’fbAlbumImage’>”;
    echo ““;
    echo “<img src='” . $values[‘src’] . “‘ />”;
    echo “
    “;
    echo “</div>”;

    But I can’t understand where I have to add it?

    billie

    (@billiets)

    totally love this plugin!

    it would be really sweet if the photo description would import as well! ??

    Plugin Author Dwain Maralack

    (@dwainm)

    Thanks guys, I’ll look into this for a future version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Album descriptions.’ is closed to new replies.