Archive for posts tagged with ‘NextGen Gallery’

NextGen Gallery 0.99.1 – Fully Patched

Download is not available anymore

This package contains:

  • the previously released thumbnail patch
  • full SSL support for admin actions

UPDATE: as Alex mentioned in the WordPress forum, he already fixed the SSL-issue in his trunk version. I will keep going on to apply the SSL patches and provide the package here on my site, as long as Alex’ changes hasn’t made it to a public release.

No Comments

NextGen Gallery 0.99 – Fully Patched

Download is not available anymore

This package contains:

  • the previously released thumbnail patch
  • full SSL support for admin actions
No Comments

NextGen Gallery Fully Patched

Download is not available anymore

After fixing a few more SSL issues in the admin area of the NextGen Gallery, I decided to release a fully patched gallery package.

This package contains:

  • the previously released thumbnail patch
  • full SSL support for admin actions

The non-patched gallery is available here.

UPDATE Fixed WP MultiUser Version (bless and perdition of Copy&Paste). Thanks to the Unwesen for pointing me to this issue.

UPDATE The Thumbnail Patch had an small issue. All following thumbnails has been aligned like the first one. Thanks to Tillmann for pointing my attention to it.

No Comments

NextGen Gallery v0.98 SSL Patch

Download is not available anymore

This simple NextGen Gallery patch makes use of the new SSL driven admin section feature of WordPress 2.6.

In the zip file you will find two files:

  • addgallery.php
  • nextgen_ssl_support.patch

First one is the whole addgallery.php file with the patch applied. Just copy it:

1
/path/to/wordpress/wp-content/plugins/nextgen-gallery/admin/wp25/

As long as you’ve got shell access to the server, you can also use the common patch file, which you can apply on the server with:

1
$ patch -p0 /path/to/wordpress/wp-content/plugins/nextgen-gallery/admin/wp25/addgallery.php /path/to/patch/nextgen_ssl_support.patch
No Comments

NextGen Gallery v0.98 Thumbnail Patch

Download is not available anymore

This is a slightly modified Version of David Burchanowski’s ‘Thumbnail Patch’. The only change I made is that you are able to use floating for your thumbnails now.

1
  [thumbnail=pictureid,float]

In the zip file you will find two files t

  • nggfunctions.php
  • nggfunctions.patch

First one is the whole nggfunctions.php file with the patch applied. As long as you’ve got shell access to the server, you can also use the common patch file, which you can apply on the server with:

1
$ patch -p0 /path/to/wordpress/wp-content/plugins/nextgen-gallery/nggfunctions.php /path/to/patch/nggfunctions.patch
2 Comments