=== WP-Slimbox2 Plugin === Contributors: malcalevak Donate link: http://transientmonkey.com/wp-slimbox2 Tags: slimbox, slimbox2, lightbox, jQuery, picture, photo, image, overlay, display, lightbox2 Requires at least: 2.6 Tested up to: 2.7 Stable Tag: 0.9.4 An WordPress implementation of the Slimbox2 javascript. == Description == A WordPress implementation of the stellar Slimbox2 script by Christophe Beyls (an enhanced clone of the Lightbox script) which utilizes the jQuery library to create an impressive image overlay with slide-out effects. Almost, if not all, options are configurable from the administration panel. For more on the settings and what they do check out the Slimbox2 page. Support forums are generously hosted by Ryan Hellyer of PixoPoint, here. Planned Features:
1. Additional gallery integration without requiring 'rel="lightbox"'.
2. Option to control which pages to load the script on.
3. Expanded and easier to use settings management.
Recent Changes in v0.9.4:
1. Localization Support! (see FAQ for more info)
2. Espaņol/Spanish Localization Files.
3. Caching of autload disabled, for now. == Installation == After you've downloaded and extracted the files: 1. Upload the complete `WP-Slimbox2` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Visit the "WP-Slimbox2" page in your WordPress options menu to configure any advanced settings.
5. Manually add the `rel="lightbox"` attribute to any link tag to activate the lightbox or `rel="lightbox-imagesetname"` for an image set, using the title attribute to store a caption. Alternatively you may use the autoload option to automatically prepare links to images and additionally enable picasaweb and flickr integration to easily utilize their albums.
== Frequently Asked Questions == = Does Slimbox2 support the lightbox effect on pages and videos? = No. As stated in the script creators FAQ, Slimbox was designed to display images only, to be simple and to have the smallest code.
= What kind of grouping does autoload utilize? = Autoload has been modified to group all images in a Wordpress post. If the images are instead on a page they will all be grouped together. If you want individual group sets it is recommend you instead insert 'rel="lightbox-groupname"' to specify your groups. = Why do I need WordPress 2.6+? = The Javascript requires jQuery 1.2.6+ which wasn't included in WordPress until 2.6. If you're using something to override the included jQuery with a newer version (a feature I may add at a later date) it should be compatible from 2.1+ since I believe that was when wp_enqueue_script() was implemented.
= Why can't the plugin do X, Y or Z? = Either the Javascript doesn't support it, or I haven't gotten around to adding it.
= Why isn't the plugin in my language? Could I contribute a translation?= I only know English, but as of v.0.9.4 the plugin supports localization using PO and MO files, just like WordPress.
A copy of the POT file to use in your translations can be found in the languages directory as wp-slimbox2.pot.
If you're willing to provide a translation I'd be more than happy to include it. The NEXT, PREV, and Close buttons can be translated as well.
If you've translated the plugin please let me know by posting on our support forums.
= Why should I use this plugin? = You want Lightbox or Slimbox effects using the jQuery library, and don't want any sort of "ad".
You want complete control over all the javascript settings from the admin page.
= What if I have other questions that haven't been answered? = Please try our support forums, and read the Slimbox creators FAQ. == Screenshots == 1. Administration interface in WordPress 2.7 2. Overlay effect. == History == Version 0.9 Beta: Intial release - Jan-05-2008
Version 0.9.1 Beta: Addition of option to enable automatically applying to all image links (png,jpg,gif) - Jan-06-2009
Version 0.9.2 Beta: Addition of option to change the overlay color - Jan-07-2009
Version 0.9.2.1 Beta: Emergency JS Fix - Jan-07-2009
Version 0.9.2.2 Beta: Emergency Admin for minor overlay opacity setting error - Jan-07-2009
Version 0.9.2.3 Beta: Bug fix. Autoload wasn't loading options. - v0.9.2.3 - Jan-08-2009
Version 0.9.3 Beta: Flickr and Picasaweb Integration, Slimbox 2.01, maintenance mode, autogrouping by post/page, compression and caching - Jan-14-2009
Version 0.9.4 Beta: Localization support implemented. Currently only Espanol/Spanish provided. See FAQ to contribute other languages. Removed caching of autload script, at least for now. - v0.9.4 - Jan-24-2009
= Credits = Thanks to the following for help with the development of this plugin:
* Christophe Beyls - Creator of the Slimbox2 Javascript
* George McGinley Smith - Creator of the jQuery Easing Plugin Javascript
* Ryan Hellyer - For spurring my interest in WordPress plugins by welcoming my assistance on his Multi-level Navigation plugin and for hosting our support forums.
* Spi for code suggestion to autogroup items by post. * nv1962 - Suggestion to implement localization and Spanish translation. * Anyone else I forgot to mention who's made a suggestion or provided me with ideas.