About this topic

  • Posted by Laurence 1 year ago. There are 4 posts. The latest reply is from byron.
  • This topic is resolved

No tags yet.

  1. Hi !

    I'm sorry, I forgot to ask this question in my precedent...
    Is there a way to display the author name with this option : Caption (thumbs & captions link to WP Attachment Page).

    I must probably modify the layout (I use the standard) but I don't know where I can find it ?

    Thanks again for your help !

    Laurence

  2. Hi Laurence,

    Yes, with the Custom Layouts, you can display the Author name.

    Here are 2 tutorials that touch on that:

    http://smashly.net/photosmash-galleries/how-to/create-custom-layouts/
    and
    http://smashly.net/photosmash-galleries/tutorials/creating-posts/

    The second one is a video and is really geared toward creating new posts, but it also uses custom layouts, so it may be helpful.

    Cheers,
    Byron

  3. Hi !

    I finally found the solution with an other post on the forum ...

    I put this code in the html layout :
    <li id='psimg_[image_id]' class='psgal_[gallery_id]' style='width: 33%; height: 200px;'>
    <div class='bwbps_image_div' style='width: 129px;'>
    [thumbnail]
    [caption] da : [user_name]
    </div>

    And this one in the wrapper :
    <div class='bwbps_gallery_div'>
    <table>
    <tbody>
    <tr>
    <td>
    <ul class='bwbps_gallery'>
    [gallery]

    </td>
    </tr>
    </table>
    </div>

    So, finally, like that, the thumbnails are opening in a lightbox, and when we click on the caption and author name, it is opening the attachment page.

    Perhaps it will help someone else !

    Thanks again for all !

    Laurence

  4. Excellent! Glad it's working.

    BB

RSS feed for this topic