Lazyest

Download

tool Read the Installation Instructions
Read the User-Guide
wish More features needed? Look what’s on the Suggestions List
construction Latest developments and features are discussed on the Developing page

Lesen Sie in die deutsche Sprache: “Eine Galerie in WordPress integrieren [Workshop]
Voici une explication en français: “Lazyest Gallery : un plugin WordPress pour vos galeries photos

Lazyest Gallery

Latest stable version: 0.16.0.2
Latest version: 0.16.0

Security Alert!

If you have a copy of Lazyest Gallery with a version number lower than 0.10.4.4, your gallery could be writable. Someone could hack your site. Download and Upgrade Lazyest Gallery Now

Lazyest Gallery features

  • Fullly integrated in Wordpress with Settings and Management pages
  • Automatic thumbnail and slide creation
  • Comment on Images and Folders
  • Manage Comments per Folder or Image
  • JQuery Slideshow, no need for extra Flash download
  • Galleries and subgalleries follow your directory structure
  • Show thumbnail folders of your gallery in your posts and pages
  • Use populair popup plugin like Lightbox or Thickbox
  • Arrange your folders and images by date, alfabetically or manually
  • Widgets for Random Image and Folder List
  • Wordpress Edit Screen button integration for thumbnails
  • Show EXIF data for your jpeg images
  • Add captions to folders and images

Tips and Tricks

  1. If you want icons to be displayed for any folders, just put inside the folder an image (jpg, gif or png) with same name as the folder.
  2. If you want folders to be displayed in your sidebar, use the LG List Folders widget, or add this line to your “sidebar.php”:
    <?php if (function_exists(lg_list_folders)) lg_list_folders("title"); ?>
    You can use whatever title you want.
  3. If you want a random image to be displayed in your sidebar, use the LG Random Image widget, or add this line to your “sidebar.php”:
    <?php if (function_exists(lg_random_image)) lg_random_image("title", count, "folder_name", true ); ?>
    Where:

    • “title” = the title above your images
    • count = the number of images e.g 4
    • “foldername” = the name of the folder from where the images will be selected ( “” = all folders )
    • true or false = include subfolders or not
  4. If you want to link an image in your post or page you can use this shortcode:
    [lg_image folder="foldername" image="imagename.ext" align="value" width="value" height="value" caption="value"]
    Where:

    • every atribute but “folder and image” are optional
    • foldername: path to the folder, relative to the gallery directory
    • align: could be left, right or center
    • width and height: an integer value
    • if caption is provided this will override the xml one
  5. If you want to show thumbnails for a folder in your post or page you can use this shortcode:
    [lg_folder folder="foldername" count="value" cols="value" paging="value"]
    Where:

    • every atribute but “folder and image” are optional
    • foldername: path to the folder, relative to the gallery directory
    • count: number of images to show
    • cols: number of columns in display
    • paging: either “true” or “false” show -next- and -prev- to show more images
  6. If you want to have a slideshow with images from one folder, you can use this shortcode
    [lg_slideshow folder="foldername"]
    Where:

    • foldername: path to the folder, relative to the gallery directory
  7. To enable comments, you have to have the line
    <?php comments_template(); ?>
    in the page template for your gallery. If you can’t find this line, please check single.php for the correct syntax and position.
  1. #1 by Dala on 10 March 2010 - 2:37

    Is there any way I can change the default folder name of “photos”?

    For example, can we customize it so that it says 5 “contestants” instead of 5 “photos”?

    tyvm

    • #2 by marcel on 10 March 2010 - 8:34

      Yes,
      Go to Settings -> Lazyest Gallery -> The images in the Gallery should be listed as:
      (at the bottom of the settings page)

  2. #3 by Julian on 9 March 2010 - 22:27

    Thank you very much Marcel. I’m using your gallery on my site for more than a year and the version 0.16 seems to be more stable and faster.
    Is there any way of implementing a search engine for captions integrated with wordpress default search?

  3. #5 by Jenn on 9 March 2010 - 20:51

    Love the plugin. Anyway to add star rating on the gallery view under photo names?

    • #6 by marcel on 10 March 2010 - 8:36

      good idea. I will put this into a later release

  4. #7 by Misa on 8 March 2010 - 18:38

    Over the weekend, my websites drop down menu’s stopped working, I didn’t work on my website or anything. not sure what happened. I started deactivating plugins, and when I deactivated Lazyest Gallery, my drop-down menu’s started working again. Has anyone had this problem?

    I did the new upgrade to see if that would help, but no luck. Any ideas, what I should check for?

    http://jag35.com/new

  5. #8 by Twilight Legends on 7 March 2010 - 0:41

    I’m trying to use Lazyest for a couple of gallery types and I’m wondering if this is possible. So far I haven’t had any success. Here’s my example:

    Directories
    - lg_gallery
    — wallpapers
    —— wallpapers sub folder…
    — images
    —— images sub folders…

    I want one wordpress page as Wallpapers and the other as Images. So for example, I set up one with the Lazyest setup directories/page and that page has the standard short tag: [lg_gallery] pointing to the wallpapers directory – which works.

    The second page I try setting it up with the short tag: [lg_folder folder="images"] – which sort of works. This short tag works fine if its pointed to one directory with images in it but it doesn’t work if the directory its pointing to is a root that has no images and just sub folders. It won’t show the sub folders images and image count.

    Am I missing something or is there a tag needed like [lg_gallery folder="directory"] that would work as a standard [lg_gallery]?

    Thanks for all the hard work and the great plugin.

  6. #10 by Alireza Fattahi on 6 March 2010 - 12:31

    I have updated to 0.16.0.1. the folders paging is not working!
    The 1,2,3,… numbers which was displayed at the bottom of the folders to navigate is not displayed!
    Thanks

  7. #13 by Karen on 5 March 2010 - 17:43

    Is there a way for folder icons to show a specific image from the folder rather than a random image?

    • #14 by Marcel on 5 March 2010 - 21:25

      yes, select ‘folder icon’ in in Settings->Lazyest Gallery and place an image with the name of the folder in your folder

  8. #15 by Jaei on 3 March 2010 - 10:17

    Hello Lazyest Team

    I just want to know is there any line(code) that I can add to my sidebar.php to let LG Slide Show appear beside use a widget?

    Thank You.

  9. #16 by fabrizio on 28 February 2010 - 20:34

    how to resolve the sukerfish menu problem ,

    Where cna i change z-index css

    The slide show go over the menu
    http://www.visualproject.it/wp/?page_id=214

    • #17 by marcel on 28 February 2010 - 21:57

      /lazyest-gallery/css/lazyest-style.css’

  10. #18 by Jaie on 28 February 2010 - 6:51

    Dear Lazyest Team

    After i preview your plugin I feel that it is good to apply to my next project.But can I know how can I make something like FOLDER_3,STOCK,ROSES which mean after you click there is also lightbox.

    Than You.

  11. #20 by Janos on 24 February 2010 - 23:21

    Hello,

    This is the coolest plugin ever… and it is super for at lazy person like myself;·)

    I seem however to have the same problem as Dave#18 – I can’t get the caption of the filename to work :( I can se that the caption.xml file contain all the filenames, but nothing shows.

    If I uncheck the “Use image captions instead of file names” there is nothing under the thumbnail, and if I check it – there will be link with no text?

    Any ideas?

    http://ps-gruppen.dk/?page_id=82&file=Rosti%20Mepal/Nyheder/

    /Janos

  12. #22 by Yurii on 24 February 2010 - 12:23

    Hmm … Sorry. I have an album in him yet another album.
    How do I properly prescribe, to display images from the internal album.

    [lg_folder folder = "Feb-2010" folder = "8-02-2010" count = "value" cols = "value" paging = "value"]

    Please help solve this problem: (: (: (You can see an example on my site … I have categories like album “Year”>> “month”>> “Day”
    How do I make to display photos from the album “Day”?

    How do I evaluate my photos? And how to make a frame for photos?
    And yet, I want to do to display pictures in an album under her name, and description of the picture.

  13. #24 by Yurii on 21 February 2010 - 22:51

    I insert an image tag – a label, I would like to flash on the page was loading an image, how to do this?

  14. #26 by liliadayspa on 20 February 2010 - 19:50

    This is a great site thanks for the information. I trying to convert a static site into a wordpress blog. thanks for the info on the photo gallery.

  15. #27 by Eric on 12 February 2010 - 2:51

    I love the plug-in. But the slideshow caption at 100px covers too much of the image. I end up changing it to 50px in the js file, but every time I update the plug-in, I have to edit the file again. It would be nice to have this (and probably other settings) set as variables.

  16. #28 by Sean Nolan on 12 February 2010 - 0:51

    Hi, I’m trying to use this gallery without the folders function as I only have one folder. So the gallery page will display that folder without having to click into it. is that possible?

    • #29 by Lazyest Developer on 12 February 2010 - 10:59

      Yes you can. Change the shortcode to [lg_folder folder="yourfoldername"]
      Ignore the message in Lazyest Gallery settings

  17. #30 by Gareth on 10 February 2010 - 18:32

    Hi,

    I can’t for the life of me get the slideshow to work. Your installation instructions don’t mention anything about including the JS and CSS files that come with the plugin into the of my HTML, but I see from your version working on the site you’ve including some of them. Is this something you forgot to mention or something that’s I’ve done wrong?

    I have no other jQuery or JS running on my site to interfer with the gallery.

    Thanks,
    Gareth

  18. #35 by Dave on 9 February 2010 - 20:29

    Still no luck Marcel. I’ve tried everything I can think of to get the file name to appear under the thumbnails but it’sjust not working. I tried adding and removing plugins, I tried changing themes, toggling all the options and still no luck.. Any ideas? I’m quite desperate.

  19. #36 by Steve Watt on 9 February 2010 - 6:57

    Hi,

    I really love your photo gallery plugin. It’s very easy to install and use.

    One question, I was looking at my stats tracking software since installing Lazyest and I noticed a huge number of 404 errors

    There’s one for every time someone views a page in the gallery.
    The address that it’s trying to call is
    /wp-content/themes/indore/css-navi.css

    Any ideas?

    • #37 by marcel on 9 February 2010 - 10:20

      It’s not in Lazyest Gallery but in your theme. One .css file is missing.

  20. #39 by Dave on 7 February 2010 - 12:52

    totally silly question – but how can I get the filename of the image to appear under the thumbnail of that photo like you have in your gallery on this site?

    Our gallery is here: It’s not working the same and I want to show the file name under the thumbnails.

    http://maroochycarsound.com.au/photo-gallery/?file=ASTON%20MARTIN/Aston%20Martin%20Vantage/

    Thanks again for the awesome plugin

    • #40 by marcel on 7 February 2010 - 14:14

      in Settings->Lazyest Gallery, set Length of Captions in Thumbnail View to something larger than -1.

      • #41 by Dave on 7 February 2010 - 20:59

        Did that.. Made it 40, just to be sure. No change. Perhaps I have another plugin that is clashing with it….

        • #42 by Dave on 7 February 2010 - 21:37

          Just de-activated and re-activated all my plugins one at a time and it didn’t seem to tmake a difference. My source code on the page of image thumbnails doesn’t even show any sign of an image title. I have also gone through all the Lazyest Gallery options and played with them… still no luck… any suggestions?

        • #43 by marcel on 7 February 2010 - 22:07

          okay, the settings page is a bit unclear, sorry. please check
          Use image captions instead of file names
          to show a caption under thumbnails. When no caption is found, the file name will be shown.

  21. #45 by Adrian on 6 February 2010 - 21:17

    Is there a way to hide just the image count for folders?

  22. #47 by marase on 6 February 2010 - 18:38

    hi, thanks for the great for me by far best galery plugin. However I miss an option to upload better say select multiple images for upload. So far it only goes one by one. Or not?

    • #48 by Lazyest Developer on 6 February 2010 - 20:45

      Yes it is. Until version 1.0, you have to rely on ftp or webdav to upload multiple images.

  23. #49 by Dennis on 4 February 2010 - 18:06

    Hi! Great Plugin, but how do you get “nice” Permalinks?

    My general WP permalink style is like …/2010/02/04/sample-post/

    In the folder admin view, permalinks are shown like:
    /album?file=Something/

    and actutally, on the site, they look like:
    /album/?file=Something/

    How do I make it to look like
    /album/Something ?

    • #50 by Dennis on 4 February 2010 - 19:28

      I just see: Sometimes the links appear just the same here on this site, and sometimes not.

      • #51 by Lazyest Developer on 4 February 2010 - 22:27

        Hi Dennis,
        ‘pretty’ permalinks are supported from version 0.16.0, which is in beta now.
        Mind!, it only works on the gallery page.

  24. #52 by Greg on 31 January 2010 - 23:06

    Hi,

    Am setting up your gallery plugin over next couple of days, but I have another question:

    What tag cloud is that you are using? I like it, but can find no info anywhere.

    • #53 by marcel on 1 February 2010 - 16:04

      standard tag cloud, incluided in WordPress

      • #54 by Greg on 1 February 2010 - 21:29

        Seriously? Obviously I am trying too hard. Thanks for answering.

  25. #55 by MT on 29 January 2010 - 0:49

    hmn.. .somehow the token [lg_gallery] doesn’t produce anything???

    Is there a php function for this token? It would be nice if you listed it ;) .

    • #56 by Marcel on 29 January 2010 - 9:45

      sorry, LG does not have a template tag for this.
      What you could do is check if the tag is exactly [lg_gallery], also in html view. Please check if you have any other plugins that could change the contaent of your post.
      The shortcode should work when Lazyest Gallery is activated

  26. #57 by Kenold Beauplan on 27 January 2010 - 22:27

    when a user leaves a comment on a photo, wordpress comment system doesn’t tell you where excatly that comment was left at. It only tells you “A new comment on the post #5117 “Photos” is waiting for your approval
    http://www.youriste.com/photos/…is there anyway I can fix that so wordpress can at leat give me the exact path i.e. yousite.com/photos/album1/image.jpg?

    thanks

  27. #59 by Kenold Beauplan on 22 January 2010 - 22:11

    it’s fixed. thank you

  28. #60 by Carl Franzon on 22 January 2010 - 13:10

    Hi! I absolutely love your plugin. I have a feature request: I’d like to be able to sort my folders by name, but descending, instead of ascending. Please include this option in the sorting options menu.

    Thanks again!

    • #61 by developer on 22 January 2010 - 17:01

      Hi Carl,
      If you set sort by to Manual, you can click on the header in the file manager to sort the folders and images. 1st click ascending, 2nd click descending..

      Hälsningar

  29. #62 by Kenold Beauplan on 19 January 2010 - 7:14

    One of the Greatest WP Gallery plugins. Great work Marcel. I installed it on one blog it worked but for the second blog, I’m getting this error

    “Fatal error: Only variables can be passed by reference in /home/content/m/o/v/…/html/wp-content/plugins/lazyest-gallery/admin/lazyest-admin.php on line 170″

    It happens when I try to access the Lazyest admin
    Please help

    • #63 by Kenold Beauplan on 19 January 2010 - 7:42

      I uninstalled all other plugins, it didn’t work. Also deleted the plugin and re-installed; still didn’t work

      • #64 by Marcel on 19 January 2010 - 9:20

        it’s a bug that could occur when you have no pages yet. I’ll fix it rightaway

        • #65 by Kenold Beauplan on 19 January 2010 - 15:49

          Thanks Marcel. Excellent support. Here is a look at the gallery http://www.movielakay.com/photos/. It’s functional; only the thumbnails are stretched, not sure why and I only get the fatal error when I Click the save option in the lazyest admin.

          Thank you in advance

          • #66 by Marcel on 19 January 2010 - 16:11

            it’s in your theme.
            the style for img.thumb is set to width: 1024px

          • #67 by Kenold Beauplan on 19 January 2010 - 17:37

            Hi: Thank you for the heads-up. I fixed the thumbnail issue. Here is the way I fix it and I’d like to ask you if this is safe or if there is safest way I could’ve done it. :-)

            I added these line to the Lazyest CSS

            .lg_gallery img.thumb {
            width:100px;
            height:100px;
            }

            .lg_gallery a:hover img.thumb {
            width:100px;
            height:100px;
            }

            and it worked –

            The fatal error only show in admin so I guess I’ll keep uploading pictures until you find a solution. (no rush). THanks

          • #68 by Marcel on 19 January 2010 - 19:47

            please install lazyest-gallery 0.15.6 here

  30. #69 by Misa on 18 January 2010 - 19:44

    Thanks for a great plugin! I notice on your slideshow example on this page… that the when you click the image. it takes you to that image’s full page. not just the JPG url like on mine… how can I do that?

    This is my gallery page: http://thewhistlebait.com/pictures/

    Any help would be appreciated!

    • #70 by marcel on 18 January 2010 - 20:14

      in Settings – Lazyest Gallery select
      Perform the following action when thumbnails are clicked:
      Show image in slide view

  31. #71 by elle on 16 January 2010 - 16:53

    Hallo ! Great plugin, exactly what I am looking for. Running into a few problems though.

    Structure:
    Folders
    -> subject
    –> years
    —> events
    —-> pictures

    Problem 1.)
    When I add the foldername.jpg to get the thumbnail for a subfolder it only shows me 1 picture inside the folder when in fact the folder has subfolders with more pictures. This might turn off my visitors who think there is just one picture.

    Problem 2.)
    The final picture-thumnails are all distorted . Folder thumbnails are fine (square, 120px by 120px) but when I get to the picture thumbnails themselves they are a different and distorted (252px x 170px) and run off my page. Where is the setting for this where I can change this ?

    Thank you :)

    • #72 by Marcel on 16 January 2010 - 17:33

      answer 1: version 0.16.0 will show the number of pictures in subfolders
      answer 2: folder and image thumbnails should be the same size. you can set the size in settings->lazyest gallery. please try to remove the existing thumbs in media->lazyest gallery

      • #73 by elle on 16 January 2010 - 22:32

        Thank you for the reply !

        Unfortunately it didn’t help. I cleared the cache under media->lazyest gallery and under all the folders, I also cleared the cache and disabled (and re-enabled) thumb-cropping in the backend and also cleared my browser cache but nothing helps. Folder icons still okay, picture icons still distorted and running off page :(

        • #74 by elle on 16 January 2010 - 23:51

          I also deleted the thumbs via FTP and still the new ones show up the same way…any ideas ?

      • #75 by elle on 17 January 2010 - 0:40

        I think I figured it out. My theme uses “Thumbnail” as a costum field for the generation of a magazine layout. Those pictures have the same size as the distorted thumbnails from your gallery.

        Which means I won’t be able to use your gallery :(

      • #76 by elle on 17 January 2010 - 17:31

        Me again (sorry) I renamed the original key from “thumbnail” to something else across the site (worked) and thought Lazyest gallery should work now that “thumbnail” is free to use but it turns out it’s not working at all now giving me a 404 when I click on the first thumbnail folder. Unistalling and reinstalling as well as deleting and re-creating all folders did not work.

        Not sure what I did wrong here. I just know I really want to use your gallery.

    • #79 by Marcel on 17 January 2010 - 22:08

      Just checked your site and it seems like your theme is not compatible with lazyest gallery.

  32. #80 by Tim on 6 January 2010 - 23:03

    Two suggestions (ones which i’ll probably be patching into my install myself)

    1) if you do the trick with the foldername.jpg to force a thumb on the folder, i think it should suppress displaying that image when you view the folder.

    2) it should skip/ignore all hidden dot files (filenames starting with a period.) I upload files from Mac OS X using webdav and it makes a dot file for each real file to store mac specific data (this is called Apple Double, to replicate multi-fork files on non-native file systems). But when are dot files ever going to be valid images that should be shown? Never i think.

    • #81 by Marcel on 7 January 2010 - 6:51

      1. That is already implemented. foldername.jpg will not be shown if you check folder icon in lazyest gallery settings.
      2. good idea I’ll filter dotted files in the new release.
      • #82 by Tim on 7 January 2010 - 23:31

        1. oh. Well, i guess i wanted a combination of functionality. I want a random image from inside, except in some cases there aren’t folders, just more folders. In those cases i’m manually naming a file, in which case it’s showing up.

        FYI, i’m doing a rather standard structure:
        2009
        Jan
        Feb

        2008
        and so on…

        2. Cool! Then I don’t need to patch mine! I’ll just wait ;)

        • #83 by Marcel on 8 January 2010 - 9:19

          Hi Tim,
          version 0.16.0 will give you the possibility to show random images from subfolders. Would that help?

          • #84 by Tim on 8 January 2010 - 17:27

            That is the reason I was doing this in the first place, which was to get around the fact that a folder with only folders in it didn’t show any icon at all.

      • #85 by Tim on 7 January 2010 - 23:32

        Further on “1″ — If you select “random image” and there aren’t any, can you still make it check for the custom named foldername.jpg image?

        • #86 by Marcel on 8 January 2010 - 9:20

          Er, No, I’ll leave that as is.

          • #87 by Tim on 8 January 2010 - 17:30

            Okay, just a suggestion, it wasn’t self-serving, it was the designer in me speaking.

            My justification? The act of placing a specifically named file was enough effort from the user, no need to also change some setting somewhere. You’d make it easier by not requiring specific settings AND specific actions for a single behaviors.

      • #88 by Tim on 7 January 2010 - 23:33

        In fact, can’t you just remove that “foldername” setting and make that behavior always work if something happens to have the exact same name?

        (i should have collected my thoughts and write a single comment instead of 3… sorry)

  33. #89 by Ayu on 6 January 2010 - 11:51

    Hi Marcel, I have re-installed everything and also lightbox gallery, looks good. But It doesn’t detect the lightbox plugin and I don’t see the comment field.I’ve read your instruction to insert a line, but there is neither page.php or single.php in my themes. What should I do? Thanks :)

    • #90 by Marcel on 6 January 2010 - 14:01

      The lightbox plugin should work even if Lazyest Gallery did not detect it.
      Check index.php for the comment line.

  34. #91 by Philip on 6 January 2010 - 8:06

    Hi Marcel,

    Thank you for this great plugins and your hard work. I really appreciate it.

    Im encountering a problem here.
    1. Created a folder “foobar”
    2. Upload an image “foobar.jpg”.
    The Uploader will say
    Here’s the code to display it in your posts:[lg_image folder="foobar/" image="foobar.jpg"]
    But when i try to put that code inside a post,it doesnt work. It says, Lazyest gallery cannot access “foobar/”.
    I realized that when i put as [lg_image folder=foobar image="foobar.jpg"] (without the ” on the folder name), the error will be cannot find “foobar.jpg”.
    And this will work fine [lg_image folder=foobar image=foobar.jpg], but the problem is that it would not support [space] in the folder name nor the image name.
    Is this a bug or im doin it wrong ?

    Thanks a bunch,
    Philip

    • #92 by marcel on 6 January 2010 - 10:31

      Hi Philip,
      Your code should work with quotes around folder name and image name. I have just inserted an image in my latest post and it works. However, it could be a bug, but I couldn’t reproduce it.

      • #93 by Philip on 7 January 2010 - 2:49

        Hi Marcel,

        I was using an older version, which work fine. then upgrade to the latest. then it stop working for all the previous example. Let me try to do a clean install. Thanks

      • #94 by Philip on 7 January 2010 - 4:25

        just to let u know, the problem was in fckeditor. it transform the ” into &quot … thanks :)

  35. #95 by Jason on 6 January 2010 - 4:04

    Hey there, I took the PHP code located in Tips and Tricks 3 to add random images to the sidebar, however I did this purposely to add images to a different custom-homepage I have. I was wondering if there’s a way to break the single column and make it set to a certain width, or multiple columns, etc. Also, if there’s a way to adjust the dimensions of the themselves specifically only for this function (not priority compared to other).

    • #96 by marcel on 6 January 2010 - 10:43

      Hi Jason,
      The random images come in a paragraph element .
      You could try to add this to your stylesheet to get them in line:
      p.lg_thumb_image { display:inline; }

  36. #97 by Gordon on 5 January 2010 - 16:42

    Dear Marcel,
    Thank you again for taking time to help me, knowing you’ve probably answered these same old questions many times before…
    The gallery page is http://www.bakuncraft.com/gallery but when I click on the BBCA_Images text link it goes to http://www.bakuncraft.com/gallery/?file=BBCA+Images/
    I put the [lg_slideshow folder="BBCA Images"] on the WP html page under the [lg_gallery] but it does not show up.
    So should I put the [lg_slideshow folder="BBCA Images"] on the (lazyest-style.css) & if so where within the code there?
    I’m thinking of going back to the LG 14 version & starting over again since at least I had the auto-slide-show with that version…? Many thanks Marcel :o )

  37. #98 by Ayu on 4 January 2010 - 21:11

    Hi, I installed this plugins but I can’t view the gallery on the page. I can see them on the widget but everytime I click the page it said 404 error. Help!! Thanks.

    • #99 by Marcel on 4 January 2010 - 21:34

      Hi ayu,
      Looks look something is wrong with your server or premalink settings. All pages result in error 404.

      • #100 by Ayu on 4 January 2010 - 22:43

        I noticed.I’m installing a new wp now.Thanks.

        • #101 by Ayu on 4 January 2010 - 22:45

          Oh another question..which lightbox plugin should I also get?

          • #102 by Marcel on 4 January 2010 - 23:17

            Lazyest Gallery should recognize most popular lightbox plugins. Just pick one from the Wordpress Plugin Directory

  38. #103 by gordon on 4 January 2010 - 17:03

    Happy New year Marcel! & here I go again… after the feeling of success getting the gallery going, I couldn’t figure out how to change the font color the pop-up caption text as it was the same dark grey as the pop-up. So, I decided to be brave & install your 0.15.3 update. It worked but now the auto-slide show is gone and only the click previous & next are there, even though I’ve checked/ticked the “Enable Slide Show” Box… any clues sir? Thank you!

    • #104 by marcel on 4 January 2010 - 18:30

      Hi Gordon,
      I have no clue, apart from the fact that your folder is restricted to logged-in users.

      • #105 by gordon on 5 January 2010 - 12:17

        Dear Marcel – sorry about the logged-in user & I’ve unchecked that option. Hope you can still find time to advise me on how to get the slide-show back & how to make sure the pop-up caption text is white on black like your samples show. I do appreciate your kind help! Gordon

        • #106 by marcel on 5 January 2010 - 14:03

          To enable the slideshow, please check if your gallery page is actually the same page as displayed on your site.
          For the styling, could you please add a slide show somewhere using the [lg_slideshow folder="BBCA Images"] tag?

          • #107 by Gordon on 5 January 2010 - 16:50

            Hi Marcel – your suggestion worked! – (strange it took several page refreshes) but you made it happen! I’ll certainly recommend your Lazy Gallery & if I can ever get to Amsterdam again I’ll thank you personally! Gordon

  39. #108 by AJ on 4 January 2010 - 7:32

    Hey Marcel, I just changed the template in my site and the gallery has stopped working. The code in the page is there but when you visit it, it shows an archive page. Thanks for ur help. Great plugin

  40. #110 by gordon on 3 January 2010 - 4:50

    Hi – wanted to try your plug-in 0.14.0.4 and using WP2.9… Using cPanel public_html I created an “lg_gallery” folder in the “wp_content” folder and placed a test gif image called “gallery1″ (This is auto-repeated in the www folder)
    In the WP Lazyest Gallery Plugin Set-up it showed the Gallery Folder at wp-content/lg-gallery/ and I put the gallery URL path as http://www.bakuncraft.com/gallery and the html code in the WP page as [lg_image folder="lg_gallery" image="imagename.ext" align="value" width="value" height="value" caption="value"]
    I thought all was going well until I opened the “gallery” page in my Sarari and got this message, “Lazyest Gallery cannot access lg_gallery/ Lazyest Gallery cannot access foldername/” any advice, assistance, help would be most appreciated – thank you!

    • #111 by Marcel on 3 January 2010 - 6:34

      Hi Gordon,
      The gallery code should be [lg_gallery]

      • #112 by gordon on 3 January 2010 - 11:57

        Hi Marcel – many thanks for getting back to me so soon & sorry to interrupt your weekend :o (

        I took out all the other previous code & I put only the [lg_gallery] in the html code and checked the gallery page… it showed more this time – “Now viewing: Bakun Craft – Welcome! » Gallery » Lazyest Gallery Settings
        Powered by Lazyest Gallery 0.14.0.4 – Copyright © Brimosoft
        Lazyest Gallery cannot access foldername/”

        There was a 404 error from the “Bakun Craft – Welcome” – a link back to the gallery page, a link to the “Lazyest Gallery 0.14.0.4″ and to “Brimosoft” but no folder or photo or thumb image…

        May I please ask if my URL path “http://www.bakuncraft.com/gallery” is correct and should I have/put more code back on the WP page?

        Thank you very much!
        Gordon

        • #113 by gordon on 3 January 2010 - 16:35

          Dear Marcel,

          I must be a simpleton as I skipped a step in your very simple installation instructions. I had not created the my_folder in the lg_gallery folder… now all works well. Next I’ll work on coding the other features like the pop-up captions.
          Thanks again for your kind help.
          Gordon

  41. #114 by Gene on 1 January 2010 - 22:13

    For some strange reason where ever I just activate your plug-in it turns my icontact “free report” code on my sidebar from green to white? I deactivate the plugin and everything is back to normal.

    • #115 by Marcel on 1 January 2010 - 22:48

      Hi Gene,
      Your free report widget has invalid html markup.

  42. #116 by Gene53 on 29 December 2009 - 23:50

    Hi,

    I just installed your plugin and when I try to access the file manager, I get “You do not have sufficient permissions to access this page”.

    Both my lg-gallery and thumbs folders are CHMOD’ed to 777

    Thanks,
    Gene

    • #117 by marcel on 29 December 2009 - 23:57

      It’s a wordpress message.
      Login as admin and check Lazyest Gallery Setting under `Check roles allowed to manage images and folders`
      And don’t ever set your folders permissions to 777. That is an open invite for hackers to ruin your site.

      • #118 by Gene53 on 30 December 2009 - 0:28

        Wow Marcel, that was quick.

        OK, I do have it working (should have read the instructions 1st, LOL) but the only things are when choosing “user should be logged in to view this folder” and choosing who can, there’s no save button so anyone has access to the gallery. Also, is the the upload wizard for Windows users only? I’m a Mac user, so, I’ll FTP my pics.

        Thanks,
        Gene

        p.s. I’m on one of those weird Unix hosts that requires 777 permissions for any upload folder.

        • #119 by Marcel on 30 December 2009 - 11:18

          Hi Gene,
          Maybe it’s time to relocate your site to another host ;-)
          When the save button is missing, Lazyest Gallery cannot write the changes to your folder. This is quite weird having permissions set to 777.
          The upload wizard is for Windows XP users only. I prefer to use FTP. LG is ideally suited for FTP users.

  43. #120 by Alireza Fattahi on 29 December 2009 - 10:12

    Thanks for this life server plugin!
    I have a small issue ! The captions are not displayed in the thumbs view. I checked the HTML source file and it is not there.
    I tried to add some captions manually to each image but it does not display any caption. The folder captions is working perfect !!
    I am using [lg_gallery]

    • #121 by marcel on 29 December 2009 - 10:26

      Please check Lazyest Gallery Settings under Caption Options.

  44. #122 by Ståle on 28 December 2009 - 10:38

    Hi, i just wanted to say thanks for a great plugin and also i am wondering if there is planned for any type of translation-feature in the gallery software?

    • #123 by Marcel on 28 December 2009 - 17:22

      Hi Ståle,
      The code has already been set up for translation, but I’ll start the translation project as of version 1.0, which is the version after 0.16.0.
      We are now on 0.15.3 and I don’t expect to relase another 0.15 tag anymore.

  45. #124 by Daniel Hughes on 22 December 2009 - 15:26

    These two items aren’t working when I embed into a post;

    [lg_slideshow folder="science_fair_2009"]

    [lg_folder folder="science_fair_2009" count="21" cols="3" paging="-prev-,-next-"]

    I’ve been successful with rotating images in the sidebar, creating our library and displaying the “whole” library in a post.

    http://www.lambstolions.com/thelionspride/?p=1867

    What am I missing for these features?

    It just comes up as text; no coding…

    Thank you.

    • #125 by marcel on 22 December 2009 - 15:50

      Hi Daniel,
      My explanantion of the [lg_folder] tag was incorrect. Sorry for that.
      The value for paging should be either “true” or “false”
      Check in the HTML editor if the shortcodes do not contain any HTML tags.
      BTW, Lazyest gallery works best if your main gallery resides on a page instead of a post.

      • #126 by Daniel Hughes on 22 December 2009 - 16:00

        here is the code on the two items not working; I revised the paging to “true”.

        The slideshow in a post would be helpful; it seemed to be the simplest…still not working.

        Our page for the library is setup here; (and works)

        http://www.lambstolions.com/thelionspride/?page_id=1864

        [lg_slideshow folder="science_fair_2009"]

        [lg_folder folder="science_fair_2009" count="21" cols="3" paging="true"]

        Does this look correct?

        Thanks again…Dan

        • #127 by Marcel on 22 December 2009 - 17:03

          Hi Daniel
          It ‘looks’ correct, but it probably is not correct.
          In your example, the shortcode contains <code> tags.
          Please enter the shortcodes in plain text.
          ( don’t copy them from this site as they contain formatting code)

          • #128 by Daniel Hughes on 22 December 2009 - 19:03

            Just got off a long conference call…

            Thank you sir! I just copied code string from this site (above) to NOTEPAD; filled in the folder name and copied the NOTEPAD text directly into the WordPress HTML tab…fantastic!

            Thank you for your timely assistance across timezones!

  46. #129 by Rick on 22 December 2009 - 1:30

    I ran into a problem with the file names getting too long, and attempted to move the directory up the ‘tree’. I now have a corrupt file structure, it seems to be unable to recognize the prior installation. Suggestions?

    • #130 by Lazyest Developer on 22 December 2009 - 12:31

      moving directories together with the captions.xml files shouldn’t be a problem for lazyest gallery

  47. #131 by symm on 21 December 2009 - 19:22

    (ok I think it’s because my theme does not seem to have comments_template() in it)

    • #132 by Lazyest on 21 December 2009 - 21:22

      what a pity,
      I don’t have a solution for templates that do not use this template tag.

  48. #133 by lc on 21 December 2009 - 18:42

    thanks for the plug-in, it is very useful and the documentation is clear and concise.

    i am using it to add random images to pages that have custom templates, per tips and tricks #3 (for sidebars) above.

    is there a way to “on click” do “nothing (no link to the image or gallery)?

    i took a quick look at the function, but i was in over my head …

    thanks in advance, it´s a great plug-in

    in this way ce

    • #134 by Lazyest on 21 December 2009 - 21:20

      hi lc
      version 0.16.0 will have an on-click-do-nothing option.
      it will be ready in a couple of weeks.

      • #135 by lc on 24 December 2009 - 3:21

        perfect, thanks again. have a merry christmas

  49. #136 by symm on 20 December 2009 - 22:41

    Thank you for this great plugin!

    - One question which I am not sure I’ve managed to figure out the answer to:

    does this plugin allow per-image commenting?

    In other words, if someone posts a comment on an image slide, will that comment appear only on that slide – or will it show on all of the slides pertaining to its gallery/folder?

    • #137 by marcel on 20 December 2009 - 22:58

      yes!
      You can comment on the gallery, on a folder or on an image slide.
      Please try it on the gallery on this site.

      • #138 by symm on 21 December 2009 - 17:47

        hi again! I’m glad to hear this. And yes, i can see this at work on the gallery on here. Yet I have a local wp install where I’m trying lazyest-gallery. Though the comments do show on the slides as well as on the gallery page, the same comments show up on all slides and folder page. Is there something that I need to tick in the setting, what have I overlooked? Many thanks again.. :)

      • #139 by symm on 21 December 2009 - 19:17

        ok I think it’s because my theme does not seem to have in it. It generates the comments area without this call. …Any advice? : )

  50. #140 by Z-RAY on 19 December 2009 - 5:04

    hi!
    there are problems here.
    if to set permalinks to “/%postname%/” than gallery not eworking at all. just not working. wht to do?? =\
    please can you correct this in your next version of gallery?
    THNKs

    • #141 by Marcel on 19 December 2009 - 10:04

      HI Z-RAY,
      I have tested it and I don’t see any problems on my site when setting the premalink structure to /%postname%/
      Do you have any conflicting page names and post names? Is your gallery placed on a post? It should be on a page.

      I have taken a look on your site. You have a directory called gallery, which is the same as you gallery premalink. Your webserver shows the directory instead of your gallery page. Please change either the directory name or the gallery page permalink.

      • #142 by Z-RAY on 19 December 2009 - 12:28

        lol yes my friend – you were right!
        hehe. thank you for respond!

  51. #143 by Devin Rawlek on 18 December 2009 - 6:32

    Hi Marcel,

    I have stumbled upon a irritating bug dealing with picture positioning. If you enable the random image sidebar widget and you have thickbox enabled the loaded picture will load properly however the widgets images show through the main image and block out some of the image you are trying to view. I believe I have fixed it though.

    In the css file this:

    .lg_slideshow a.show {
    z-index:500
    }

    is incomplete with out a ; to finish 500;
    however that did not solve the issue.

    I read up on z-index and found that with this code:

    .lg_slideshow a.show {
    z-index:auto;
    }

    The stack order is maintained an the image fades out to view the full picture properly.

    I don’t know if you were aware of this or not but I hope this helps out in some way or another.

    Thank you,
    Devin Rawlek

    P.S. Thanks for the great plug-in.

    • #144 by Devin Rawlek on 18 December 2009 - 6:43

      I am corected:

      .lg_slideshow a.show {
      z-index:auto;
      }

      auto doesn’t allow the pictures behind the front one to be selected to view.

      However setting:

      .lg_slideshow a.show {
      z-index:100;
      }

      fixed it for me.

      Sorry for jumping the gun and not fully testing my changes.

      As a foot note:

      .lg_slideshow a img {
      border:1px silver solid;
      margin:0;
      }

      looks nicer with a border.
      I’ll quit now, sorry for taking up so much of your blog window with my posts.

      Thanks again for the great plugin,
      Devin Rawlek

      =-)

      • #145 by Lazyest on 18 December 2009 - 10:03

        Hi Devin,
        Thank you for your solution on the slideshow z-index stack. I” put it into the next release.
        I have deliberately added no styling to the lazyest gallery stylesheet. Please add your styling to your theme as the lazyest gallery stylesheet gets overwritten every time you update lazyest gallery.

        • #146 by Devin Rawlek on 19 December 2009 - 18:18

          You’re welcome. I’m glad I was able to help in some way.

          Thank you,
          Devin Rawlek

  52. #147 by MT on 12 December 2009 - 21:07

    Hi,

    Is it possible to add a php function to display a list of X number of images in a folder (same folder) on the Image Page? (I saw you already have this on the folder page, but not image page :)

    Example: http://news.tochka.net/33096-na-shou-narodnaya-zvezda-loboda-prikinulas-mertvoy-nevestoy/gallery/0/image-57534#bigImg

    • #148 by Lazyest on 12 December 2009 - 22:08

      Hi MT,
      That is not possible. But it is a great suggestion! Thanks.

  53. #149 by Anton on 8 December 2009 - 14:09

    Hello. How I can show thumbnail for random subsubfolder image on a home gallery page instead default folder icon?

    • #150 by Lazyest on 8 December 2009 - 16:45

      Random folder images from sub(sub) folders is not yet possible. You could choose folder icons, you have to upload images with the same name as your folder though

  54. #151 by Costas Argyrides on 8 December 2009 - 14:04

    Hello Marcel,
    when shall we expect the new version of the gallery since we cannot show the photos in our websites. Is it possible to use the previous version?

    • #152 by Lazyest on 8 December 2009 - 16:43

      Hi Costas,
      Please check if your gallery page is set right in Lazyest Gallery settings. (check the permalink)
      Version 0.15.1.1 should be okay.
      If you have uses one of the 0.15.0.x versions, your gallery page could be unset.

  55. #154 by Frédérique on 4 December 2009 - 17:23

    Hi ! I’m currently trying to go live with my blog which has been succesfully tested on a local server on my PC (using easyphp). I have absolutely NO problem while using LG on the local image of my blog BUT i can’t activate it on my live website through the wp administration pannel. I always get a “Error 500 – Internal server error” each time i try to activate the plugin :/ Do you know if there is any reason why this is happening ? (of course I have followed the readme steps beforehands…).
    Sorry about that (but I really looooove this add on and don’t want my blog to go live without it :/)
    Thx a lot for your answer…
    Frédérique.

    • #155 by marcel on 4 December 2009 - 20:38

      do you know your server configuration? Apache or Windows? PHP version? MySQL version?

      • #156 by Frédérique on 5 December 2009 - 12:40

        My website is hosted on a 1&1 virtual server. Server conf : Apache, Php 4 (I presume, it’s difficult to find the info on 1&1) and Mysql 5.0.

        • #157 by marcel on 5 December 2009 - 22:00

          Hi Frédérique, I have never seen any issues with such a configuration. Could you by any change send the server error log?

          • #158 by Frédérique on 6 December 2009 - 13:10

            I’ve found out that the pulgin activation pb is frequent on 1&1 servers. The solution is to upgrade the php version to php5.
            Tx a lot for your concern

  56. #159 by Mike on 2 December 2009 - 20:40

    Hi again, I had to revert to an old version of Lazyest because 15.0.4 was breaking my site. In addition to what I said right below, the plugin started preventing the comments box from appearing on my site’s regular posts.

    P.S. I tried the Slide Show view on your own site and it doesn’t seem to be working for you, either.

    • #160 by marcel on 2 December 2009 - 21:20

      yes, I see,
      I think I’m getting crazy, everytime I fix something, something else breaks in a totally different, not connected part of the plugin

    • #161 by marcel on 3 December 2009 - 0:09

      Mike, thanks for the comment. A lot of files in the plugin shoul’nt have been there. A new version 0.15.1, (which should have been 0.15.0) will be available soon

      • #162 by Mike on 3 December 2009 - 17:54

        Woo-hoo! Thank you for your great plugin and support of it! The plugin is working perfect again. Thank you, thank you. I just have to fix up my custom CSS again to fit the new tags, but that’s easy enough.

        • #163 by Lazyest on 3 December 2009 - 21:12

          Mike,
          You’re welcome.
          Many thanks for supporting Lazyest Gallery :-)

  57. #164 by Mike on 2 December 2009 - 19:45

    Hi, I love your plugin. But, I just updated to ver. 15.0.4 and suddenly Lazyest won’t recognize the stylesheet and Slide Show isn’t working. Last week, everything was fine because I updated the CSS and had it perfect for my site. I do have Slide Show checked off in the admin section, so it should work.

    http://www.badlit.com/?page_id=2183&file=Evilution/sandraramirez.jpg

  58. #166 by Tommy on 2 December 2009 - 16:34

    I updated to version 0.15.0.3 and mu comment text box expand/float. What can I do?

    • #167 by marcel on 2 December 2009 - 16:54

      Hi Tommy,
      I’m sorry, I don’t understand your question, what comment text box are you talking about?

      • #168 by Tommy on 2 December 2009 - 20:00

        I think of the text box that I’m writing this message in. It is now twice as wide on my blog side. But if I turn Lazyest plugin off, it’s back to the normal, 520 px wide.

        • #169 by Lazyest on 2 December 2009 - 21:21

          OK thanks, I’ll look into it

          • #170 by Tommy on 3 December 2009 - 8:03

            Thank you! Now version 0.15.1 works fine with the message text box :)

  59. #171 by bArtAA on 26 November 2009 - 17:20

    Hello Marcel,

    i had some troubles with lightbox-2 to work properly with the LG. Found out that when i paginate my pictures it doesn’t work, but when i set paginate to 0 (disabled) it works fine.

    Are you aware of this ‘bug’ and have you corrected it in version 0.15.0.0 allready ?

    Bye the way, thanx for this great plugin !

    • #172 by marcel on 26 November 2009 - 17:35

      With pagination, Lazyest Gallery adds ‘empty’ links to the remaining images, so lightbox can include them in the lightbox slideshow.

  60. #173 by Gary on 23 November 2009 - 15:49

    Hi there, how do I make the gallery folder writable? I can not make the galery folder. Thanks

    • #174 by marcel on 23 November 2009 - 16:43

      Sorry, I can’t say without knowing what kind of server your blog is on. Better ask your server administrator.

  61. #175 by Natty on 21 November 2009 - 22:17

    Hello
    Nice plugin, i use the wp star theme http://www.premiumwp.com/the-stars-a-free-premium-wordpress-theme/
    Instead the Flickr plugin i want to show the thumbnails of the last albums in my template
    Tell me if is it possible ?

    • #176 by marcel on 21 November 2009 - 22:21

      not automattically

      • #177 by Natty on 22 November 2009 - 5:47

        Okay thanks, how i proceed ?
        What am i suposed to do ?

  62. #178 by TheAngryPenguin on 20 November 2009 - 7:00

    “Yes, that could be the case. the slideshow needs the entries in lazyest-style.css to perform correctly.”

    What entries? I just upgraded to 0.14.0.2 and both the regular slideshows, and slideshow widgets are fubar.

    • #179 by marcel on 20 November 2009 - 10:43

      fubar??? I don’t really want to know what that stands for…..
      The images are loaded first before the slideshow runs.
      I’ll make a fix to load the images as “hidden” so you wont see them flipping over each other
      Please wait for download version 0.15.0 0.14.0.4

  63. #180 by marcel on 19 November 2009 - 23:00

    Yes, that could be the case. the slideshow needs the entries in lazyest-style.css to perform correctly.

1 ... 4 5 6
(will not be published)


  1. Building up the website « Life on an Island
  2. 2010年第一篇文章:新年快樂! | 一路跌跌撞撞...
  3. Top 10 WordPress-Plugins 2009 | SoftHelp
  4. Top 10 WordPress-Plugins 2009 | Oberlehrer
  5. 15 Wordpress Plugins Voor Portofolio en Gallerij | WP Internet Marketing
  6. 15 wordpress plugins for galleries and slideshows | Web and designers | Complete resource platform for web designers and developers
  7. 21款Wordpress图片相册插件/ Gallery Plugins « 战者不争 庄亮@易索路的历程
  8. Top 1000 WordPress Plugin Authors « Metode de promovare
  9. Lazyest Gallery : un plugin WordPress pour vos galeries photos | MACCILABO
  10. Wordpress图片相册插件/ Gallery Plugins
  11. WordPress Gallery Plugins | eBookTM | Download ebook, Jetaudio skin, Games
  12. Andrew's Site : Finally a Gallery2 Wordpress Gallery Replacement
  13. 包封网志 » 21款Wordpress图片相册插件/ Gallery Plugins
  14. 21款Wordpress图片相册插件 | 拿来吧
  15. Black Swan slideshow | Ava Ganache
  16. The next blogging tweak project | Ava Ganache
  17. Galleria foto | Fogli Sparsi
  18. levin’s » Blog Archive » Wordpress Photo Gallery
  19. 21款Wordpress相册插件 [转]
  20. 21款Wordpress相册插件 « 左腿网
  21. Wordpress Galeri Eklentileri 10 Adet (ing) - Google Fan Webmaster Forum
  22. Галерея на WordPress. Обзор плагинов. - Wordpresshelp
  23. » 21款Wordpress图片相册插件/ Gallery Plugins | 零食屋
  24. WordPress Gallery Plugins | Quest For News, A TUTORIAL Base
  25. WordPress Gallery Plugins | DreamNest - Technology | Web | Net
  26. 10 Things You can Do with WordPress Besides Blogging | Fresh News - Blog Design, Wordpress, Blogger, and Web Development
  27. ppow | Jurong West Property
  28. 10 Things You can Do with WordPress Besides Blogging — WPCandy — WordPress Themes, Plugins, Tips, and Tricks
  29. WordPress Gallery Plugins | tadop.info
  30. The best image gallery WordPress Plugins « Professional Free Wordpress Skins
  31. 推荐十款 WordPress 相册插件 at 站趣-分享建站的乐趣
  32. Exploring the Power and Variety of Image Gallery WordPress Plugins « WordPress RSS
  33. 10个WordPress Gallery Plugins - Booto’Blog
  34. Lorelle on WP: Exploring the Power and Variety of Image Gallery WordPress Plugins | Aslifm Blogu
  35. WordPress Gallery Plugins (相册插件) - F.ollow.me - http://twitter.com/riku
  36. Wordpress Blog Services - WordPress Gallery Plugins
  37. 10 Best Wordpress Ajax Gallery | Free Wordpress Themes | Best Free Premium Themes | Blogger , Blogspot Themes | Design Showcase Portfolio | CSS | Ajax | Javascript | Wp Tema | Wp Théme
  38. WordPress Gallery Plugins | Blog Oh Blog
  39. 21款Wordpress图片相册插件/ Gallery Plugins | 黑仔的博客
  40. 15 plugins para fotoblogs con Wordpress : césar cerón :: FOTOBLOG
  41. Photo Migration Finished! | Where Are We?
  42. [转]21款Wordpress图片相册插件/ Gallery Plugins | 安迪之音
  43. 11 Photoblogging Plugins for WordPress | (Anti) Social Development
  44. Lazyest Gallery
  45. Wordpress Plugins for Photo Galleries - Photoblogging Part II : Web Design Resources Blog & Graphics Blog with Lists of Web Site Design Tools
  46. 21款Wordpress图片相册插件/ Gallery Plugins | 天生宠才
  47. Top 10 WordPress-Plugins 2008 | Oberlehrer
  48. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors
  49. 4webmasters » Top 1000 WordPress Plugin Authors
  50. 皮卡猪De菠萝阁 » Blog Archive » 21款Wordpress图片相册插件/ Gallery Plugins
  51. SoftHelp » Blog Archive » Galerie-Plugin für WordPress [Workshop]
  52. Brimosoft » Blog Archive » WordPress 2.7 “Coltrane”
  53. Hamarana » Gallery Installed
  54. Wordpress Photoblogging Plugins - Create a Gallery with Wordpress : Social Networking Articles and Blogging Tips
  55. Neues braucht das Blog
  56. WordPress: Plugin Updates KW 44/08 | blaudenker.de
  57. teste : Web Visitas
  58. 30 plugins Wordpress de grande qualidade lançados em Outubro de 2008 | Wordpress Love - Themes, Plugins e tudo para Wordpress, em Português
  59. WordPress: Plugin Updates KW 43/08 | blaudenker.de
  60. WordPress Plugin Releases for 10/04 | PATRON DIGITAL.COM
  61. Ten New WordPress Plugin Releases | Web About Money
  62. Weblog Tools Collection: WordPress Plugin Releases for 10/04 | Aslifm Blog
  63. Lazyest Gallery - WP Plugin Archive
  64. Leonaut.com
  65. WordPress Plugin Releases for 10/04 · Softonix.com
  66. WordPress Plugin Releases for 10/04 | BlogBroker24-7
  67. Weblog Tools Collection: WordPress Plugin Releases for 10/04 | KaosKoxp Oyun Portali
  68. WordPress Plugin Releases for 10/04 | Wordpress Blog NL
  69. WordPress Plugin Releases for 10/04 | bloground.ro - Blogging resources, WordPress themes and plugins for your development
  70. Wordpress 2.5 & lazyest Gallery at minhiriath.org