WP Slimbox Reloaded

Easy WordPress Plugin to enable Slimbox effect on your blog.

Author:lozbo.org (profile at wordpress.org)
WordPress version required:2.x
WordPress version tested:2.6
Plugin version:.5
Added to WordPress repository:16-08-2008
Last updated:16-08-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://academic.lozbo.org/projects/wp-slimbox...
Total downloads:4 564
Active installs:10+
plugin download
Click to start download

This plugin allows you to use Slimbox (Lightbox clon) in your post's images, it automagically adds the required code, and it is backwards compliant as it works with rel="lightbox" attribute, if you already had Lightbox installed. If you don't like the code being added automatically, you can turn this off by editing one line in the plugin editor (wp-slimbox-reloaded.php). By the default, all images included in a given post will work as a gallery (rel="lightbox[post-#]").

Mootools 1.2 is bound to this plugin, for those who haven't implemented it yet, but you can modify one line in the code and tell the plugin if you already have it. The variable to look for is $already_has_mootools = 'yes';

It also features a code quicktag in the code editor (when you write a page or a post).

This plugin is based on Slimbox (developed by Christophe Beyls), a 4kb visual clone of the popular Lightbox JS v2.0 (developed by Lokesh Dhakar), written using the Mootools javascript framework. It was designed to be small, efficient, more convenient and 100% compatible with the original Lightbox v2.

Mostly I made arrangements of code in WP Lightbox 2 plugin by Safirul Alredha (http://zeo.unic.net.my/notes/lightbox2-for-wordpress/) and the original Slimbox plugin by Jorge Serra (http://code.google.com/p/slimbox-wp/) to run up the latest versions of both Slimbox (1.64 at the writing of this plugin) Mootools (1.2), and of course: WordPress (2.6).

I noticed there's also an other Slimbox - WordPress plugin but it is outdated and the automatic attachment of code it doesn't seem to be working, though I haven't made extensive tests. I'm talking about the one made by Peppe Argento(http://www.4mj.it/slimbox-wordpress-plugin/).