Results 1 to 2 of 2

Thread: image gallery with lightbox js

  1. #1
    Join Date
    Oct 2006
    Posts
    3

    Default image gallery with lightbox js

    Hello, i'm a new user.
    i'have created an addon based on {listing_images_java_rows}.
    This addon simple replace the standard javascript for popup image with lightbox javascript effect!

    For use this addon extract the zip file on addon directory, replace {listing_images_java_rows} with {addon_imglightbox_display}, personalize the lightbox.css (if you want) and enjoy!
    Attached Files

  2. #2
    Join Date
    Dec 2004
    Location
    German, since 2000 in Spain
    Age
    41
    Posts
    826

    Default Re: image gallery with lightbox js

    Thanks diaplon,

    I love your add-on and use it on 2 sites. While using it, I discovered 1 bug and the missing image caption in the image detail "window".

    Attached a modified version of your add-on with correct showing image captions and the captions showing in the image "window".


    Changes:
    line 121:
    $caption = str_replace(' ','%20',$caption);
    deleted %20 instead insert a space.

    line 136:
    added title=\"$caption\" to show the image caption with the main image.

    Thanks again, a great add-on!!
    Attached Files

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts