=== WP-SimpleViewer === Contributors: fuggi Tags: SimpleViewer, photos, photo, images, image, posts, post, pages, page, plugin, integration, gallery, galleries, flash, media Requires at least: 2.1 Tested up to: 2.3.1 Stable tag: 1.11 Easily include SimpleViewer Flash galleries into Wordpress. Comes along with an admin interface and helps you to create the thumbs. == Description == This plugin allows you to easily include [SimpleViewer][simpleviewer] Flash galleries into Wordpress posts and pages. The admin interface helps you to manage all the options for the galleries and will also help you to create the thumbs. There is also an option to add captions to every image that shows up in the gallery then. The plugin supports multiple languages. To show the SimpleViewer gallery on a post or a page you just have to include the foldername in your posts content (`svgallery=your_foldername`) after the thumbs have been created. [simpleviewer]: http://www.airtightinteractive.com/simpleviewer/ "SimpleViewer - Created by Airtight Interactive." == Installation == 1. Upload the plugin's directory into the `/wp-content/plugins/` directory, Simpleviewer (v1.8) is already included so there is no need to download it additionally. At least the following files should be in the plugins directory (`wp-content/plugins/wp-simpleviewer/`): * `wp-simpleviewer.php` * `wp-simpleviewer-admin.php` * `swfobject.js` * `viewer.swf` * `languages` 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Get on the plugin's option page and adjust your settings == Screenshots == 1. Here you can see the option page 2. When everything is configured there upload your photos via ftp 3. Then generate the thumbs on the page where you can manage your galleries. If you do not want to use the default values you can change them here, however the default values remain unchanged. 4. You can edit the captions of the photos and settings of the gallery afterwards if you like 5. To show the gallery include the foldername into a post or page 6. Then you can see the post on your wordpress blog == Frequently Asked Questions == = How do I create a new gallery = 1. Each subfolder to your base directory for images (e.g. `/wp-content/photos/`) can be used as a gallery. Upload all your photos into the subfolder (e.g. wp-content/photos/birthday_bash), make sure to change the folders permission to writable for all (chmod 777). 1. Go to the plugins manage galleries page and select the folder from the list and create the thumbs and xml file for it. 1. Now you can include the gallery into any post or page by including svgallery=foldername (in our case svgallery=birthday_bash ) 1. That's all! Quite easy, isn't it? = How do I include a gallery into a post or page? = To show the SimpleViewer gallery on a post or a page just include the foldername in its content like this: Lorem ipsum dolor sit ame: svgallery=your_foldername Consectetuer adipiscing elit. = How many galleries can I include into one post? = You can include as many galleries as you like in one post or page - and you can include a gallery into as many posts and pages as you want to. = Captions or Gallery title appear in the photo's frame = Increase the stagepadding value e.g. from 20 to 40, then the space between thumbs and the image increases and there is more free space for text. = Thumbnail creation hangs = If the plugin hangs during gallery creation with the following lines: ` GD library version 2 or later is required. You are running version: bundled (2.0.34 compatible) Now the images and XML file for the selected folder will be created: Now I am working on file IMG_XX.jpg: ` Then the php script does not get enough memory and crashes. You have to change wp-simpleviewer.php file. Search for this line: `//ini_set("memory_limit","40M");` and remove the comments from it to set a new value for the memory_limit. For me 40M are fine even for large pictures, however also smaller values should be fine, test it out! Then it should look like this (40M is your new memory_limit): `ini_set("memory_limit","40M");` This won't work if you have php's safe_mode enabled. == Credits == The plugin itself is published under GPL, so you can use and distribute it in any way you like. [SimpleViewer][simpleviewer] is created by [Airtight Interactive][airtightinteractive] and is already included in the download package. It may be used in any kinds of personal and/or commercial projects. It may not be redistributed or resold to other companies or third parties. Please ensure that the SimpleViewer download link in the bottom right corner is clearly visible. [simpleviewer]: http://www.airtightinteractive.com/simpleviewer/ "SimpleViewer - Created by Airtight Interactive." [airtightinteractive]: http://www.airtightinteractive.com "Airtight Interactive"