<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WP-SimpleViewer Topic: FAQ or how to use the plugin</title>
<link>http://wp-simpleviewer.fuggi82.de/</link>
<description>WP-SimpleViewer Topic: FAQ or how to use the plugin</description>
<language>en</language>
<pubDate>Thu, 11 Mar 2010 20:29:16 +0000</pubDate>

<item>
<title>Markus on "FAQ or how to use the plugin"</title>
<link>http://wp-simpleviewer.fuggi82.de/topic/faq-or-how-to-use-the-plugin#post-4</link>
<pubDate>Mon, 28 May 2007 13:28:51 +0000</pubDate>
<dc:creator>Markus</dc:creator>
<guid isPermaLink="false">4@http://wp-simpleviewer.fuggi82.de/</guid>
<description>&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;How do I create a new gallery&#60;/strong&#62;
&#60;ol&#62;
&#60;li&#62;A 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).&#60;/li&#62;
&#60;li&#62;Go to the plugins admin page (You find it in the &#60;em&#62;Media&#60;/em&#62; Section) and select the folder from the list and create the thumbs and xml file for it.&#60;/li&#62;
&#60;li&#62;Now you can include the gallery into any post or page by including [svgallery name=&#34;foldername&#34;] (in our case [svgallery name=&#34;birthday_bash&#34;] )&#60;/li&#62;
&#60;li&#62;That's all! Quite easy, isn't it?&#60;/li&#62;
&#60;/ol&#62;
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;How do I include a gallery into a post or page?&#60;/strong&#62;&#60;br /&#62;
To show the SimpleViewer gallery on a post or a page just include the foldername in its content like this:&#60;/p&#62;
&#60;p&#62;Lorem ipsum dolor sit ame:&#60;br /&#62;
[svgallery name=&#34;your_foldername&#34;]&#60;br /&#62;
Consectetuer adipiscing elit.&#60;/p&#62;
&#60;p&#62;You can select the gallery in the &#34;Add Media&#34; tab.
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;How many galleries can I include into one post?&#60;/strong&#62;&#60;br /&#62;
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.&#60;/p&#62;
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Captions or Gallery title appear in the photo's frame&#60;/strong&#62;&#60;br /&#62;
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.
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;Thumbnail creation hangs&#60;/strong&#62;&#60;br /&#62;
If the plugin hangs during gallery creation with the following lines:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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:&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then the php script does not get enough memory and crashes. You have to change wp-simpleviewer-admin.php file. Search for this line:&#60;br /&#62;
&#60;code&#62;//ini_set(&#38;quot;memory_limit&#38;quot;,&#38;quot;40M&#38;quot;);&#60;/code&#62;&#60;br /&#62;
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):&#60;br /&#62;
&#60;code&#62;ini_set(&#38;quot;memory_limit&#38;quot;,&#38;quot;40M&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This won't work if you have php's safe_mode enabled.
&#60;/li&#62;
&#60;/ul&#62;</description>
</item>

</channel>
</rss>
