=== Magic Gallery === Contributors: gerbenvandijk Tags: images, gallery, lightbox, lightbox2, shortcode Requires at least: unknown Tested up to: 3.0.1 Stable tag: 2.0 == Description == Magic Gallery 3.0 is coming! Check out http://www.magicgalleryplugin.com/ for more info! This plugin can create albums, and upload images within these albums. It uses a shortcode to display these images at the front-end. Features: - Creating/editing/deleting albums - Uploading/editing/deleting images in these albums - Set thumbnail dimensions - Uses a shortcode to display one (or multiple) album inside a post or page - Option to choose between different gallerys (Lightbox2, Pikachoose so far) - On the fly thumbnail generation thanks to Smart Image Resizer (PHP), found on shiftingpixel.com. - Option to hide/display image titles in the gallery - Set a maximum amount of characters for the titles - Option to show all images into one album - Widget with the ability to show the images of an album in the sidebar - Synchronize images via FTP == Installation == 1. Download the plugin. 1. Upload it to /wp-content/plugins. 1. CHMOD the 'cache' and 'uploads' folder to 777. 1. Activate it in the administration area of your wordpress blog. 1. Create a page or post and add the shortcode [gallery id="0"] to it to display the demo gallery. 1. Set the height and width of your thumbnails (if you skip this step it will show all images in their original size!). == Screenshots == 1. Frontend - Lightbox Gallery 2. Frontend - Pikachoose Gallery 3. Backend - General Options 4. Backend - Manage Albums 5. Backend - Manage Images 6. Backend - Navigation 7. Backend - Image Synchronize == Changelog == = 2.0 = * You can now use multiple albums on one page without any problems (for both gallery types!). * There is now a widget included that will display a small gallery in the sidebar. The widget has options like title, height and width to make it fully customizable (and again, thereÕs one for both gallery types!). * The plugin now uses wp_register script to load all the css and js, so it wonÕt be in your body anymore. * All thumbnails now have editable dimensions, and the cropratio changes with it too. * Album titles and descriptions can now be edited. * Image titles are now editable, as well as the ability to move a picture to a different album. * You can now upload images to albums via FTP, and then go to the new Synchronize Images page and add all the new images automagically to the database. * The name Magic Gallery has now been properly spelled in the code :p * The options page is reordered into a more clear and user-friendly page. * More Pikachoose options, like transitions and speed of the effect. * The Pikachoose gallery now has editable dimensions (for both the big image and the thumbnails). = 1.8 = * Major bugfix = 1.7 = * The gallery will now be displayed inside the_post (meaning it wonÍt always be on the top of the page anymore, but on the place where you placed the shortcode. * The URL to the thumbnails is changed to one that works for more people (I hope :D). * The imageconvolution error is fixed. * The gallery images are now sorted by ID, so that they will be ordered in the same order youÍve uploaded them. * The Pikachoose gallery type now has the option to enable or disable the autostart of the slideshow. * The Lightbox loading image and close image have been fixed, they are working again. = 1.5 = * Minor bugfix = 1.4 = * Minor bugfix = 1.3 = * Mayor bugfix, its working again! = 1.2 = * Some more bugfixes = 1.1 = * Some minor bugfixes = 1.0 = * First version done, completed all functions.