Category Archives: NextGEN Gallery

NextGEN Gallery 1.8.0 Beta 1

Whoa… long break till the last release. I’m currently heavily busy with my daily work, so I need to slow down a bit the development the last months. Anyway something is changed under the hood. I’ve finally added the new permalink structure, as the current is ‘not-soooo-url-friendly’ and I’ve added a sorting option for the manage gallery page. Hope you like this improvement…

My next vacation is in front of me, so I decided to release a first second beta, that you are able to test this new features. I’m happy for any kind of feedback about this version.

Tagged

Windows Live Photo Gallery with NextGEN

I’m happy to report that the people from Krangoo create a new addon for for Windows Live Photo Gallery that enables you to upload photos from your computer to NextGEN Gallery.

Download & check the details here

Tagged

NextGEN Gallery in the AppStore

I’m very happy to announce that Morten Andersen create a NextGEN Gallery App for iOS. Upload new images straight from your iPhone to your NextGEN Gallery. You can also edit the title and description of an image, or choose to exclude the image from a gallery. As he offer this App for free, please consider a donation via the About button if you happy with it.

Note : You need NextGEN Gallery Version 1.7.0 or higher to use this App

Tagged , ,

XML Sitemaps support

After a very very long break, I’m starting to work on the next version 1.8 of NextGEN Gallery. At first I’m looking for XML Sitemaps support. This should help for a better search results about images. I need to contact some author of Sitemap plugins, so I didn’t need to rewrite the same code again.

What is your preferred Sitemap plugin ?

Tagged ,

Plugin Health check

I’m reading every day the forum posts, really. I didn’t answer each day, but I study nearly every request & problem. With Version 1.7.0 I introduced a new auto complete feature, this feature works fine on all of my blogs and test blogs. Unfortunately it also has some side effect, it requires a newer script library then WordPress currently shipped out. So I added this new version manually, but some plugins & themes didn’t handle script calls in the right way.
Very often I need to request to disable other plugins & themes, just to test if the failure is really inside NextGEN Gallery or not. For this purpose I’m introduce now my first version of a plugin health check :

This new  tool can be used via the overview menu and it checks for a couple of common problems :

  1. NextGEN Gallery requires PHP 5.2 or higher, as it uses a JSON function
  2. A check if a other plugin conflicts with the JSON function (Autocomplete & the slideshow will not work in this case)
  3. A check for the memory limit of your server
  4. And it verify if your theme calls wp_head & wp_footer

I’m not sure if it causes false positive results, but it maybe help us all to verify if NextGEN Gallery can run fine on your blog. The new Version 1.7.3 is now available.

Tagged

NextGEN Gallery V1.7.0 available

The new version is now avaiable. Here are a list of the most important changes :

  • NEW : Publish a new post direct from the gallery admin page
  • NEW : Added filter hook ‘ngg_get_image_metadata’ to add more exif/iptc information
  • NEW : Adding Autocomplete field to TinyMCE Popup and Album page
  • NEW : More methods for XMLRPC interface
  • Changed : New hooks for gallery table (THX to Alexander Schneider)
  • Changed : Introduce jQuery dialog as new UI element
  • Changed : Call TinyMCE window via admin-ajax
  • Bugfix : Better support for SSL blogs
  • Bugfix : Install/Upgrade failed when table prefix contain captial letters
  • Bugfix : Fix validation issues in Media-RSS
  • Bugifx : Empty tags in XMP Meta causes PHP error
  • Bugifx : Rework load mechanism for slideshow
  • Bugfix : Copy meta data when image is copied
  • Bugfix : Icon Support for Ozh’ Admin Drop Down Menu
  • Bugfix : Use correct sort order in slideshow

Please report problems ONLY at the forums, Thanks !

Download NextGEN Gallery Version 1.7.0
Release @ WordPress.org

Tagged

NextGEN Gallery V1.7.0 RC 1

My internal tests are fine, so last week for testing. Please download the new release candidate and let me know if you encounter any problems.

Tagged

Scalability

Since 2006 I go with the WordPress development and I’m always really impressed the way it works for small and large installation. For 4 years I’m now writing plugins, I must admit that in the beginning I had no clue about queries, performance and traffic. I learned a lot from the code base of WordPress and improved my plugin’s as good as possible. wp-Table, my first public plugin is a mess if you look for database queries, never would do this again 🙂

Today I’m focused on NextGEN-Gallery , which is a real challenge for me. It has a large user base and is used in various way. I spend a lot of time for the upgrade process, so that a new version (hopefully) will not break your work. It’s real easy to write a new plugin, but when you have a lot of user, every single line needs to be reviewed. This makes the develeopment for my plugin so hard, I’m really no professional programmer, I never used or tested my work on high traffic blogs, never worked with large multi site environment, nexer used more than 1000 images.

So instead of adding more and more features, I will work in the next time just on scalability and UI. Some time ago I ask how many images you have uploaded with NextGEN Gallery, and I’m really impressed about your response. But sadly this amount of images shows the current limits of my plugin. I never thought in this amount, so I programmed some features which are good for a couple of image/galleries, but not for hundreds of them.
One big flaw is the TinyMCE Dialog window. You can select in the WYSIWYG Editor easily a image or gallery from the drop down field and insert the shortcode, but it’s a mess if you have 10000+ images. One first improvement is part of the upcoming V1.7.0 : Auto complete for drop down fields.

With the help of jQuery UI Autocomplete, you can select one of the last 50 images or you can search for any image and select then the desired image. There are more places in the admin back end which need as well a full rework (i.e. Album management) but I just would like to get first your feedback on this new feature. I finished the first beta of V1.7.0 and it would be great if some of you can test this version. I’m already upgraded my test blog & live system, so it should be stable enough to give it a shot. Let me know here in the comment section if you have any problem, or feel free to open a issue at my Google Page. Thanks !

Tagged

80.000 Blogs

The people behind the WP.org introduced a new pie chart. It returns a percentage breakdown of the versions being actively used by that plugin’s users. I’m very surprised how many user are currently uses (or activated) NextGEN Gallery. It’s more than 80.000 blogs worldwide… More over I’m astonished how many user are not updating to the latest version, only 18% installed the latest version….

WordPress NextGen GalleryView

A cool new addon plugin is released today : A jQuery GalleryView plugin for NextGen Gallery. No more breaking WordPress / jQuery with the CowTools SmoothGallery plugin. You can see some screenshots about it on the blog of John Brien or download the plugin from wordpress.org :

Download WordPress NextGen GalleryView
Release @ WordPress.org