<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wordpress Slideshow Plugin: Superb Slideshow</title>
	<atom:link href="http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/</link>
	<description>Blog along: a live step at a time</description>
	<lastBuildDate>Sat, 24 Jul 2010 03:38:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: james_m</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-909</link>
		<dc:creator>james_m</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-909</guid>
		<description>I only have a surface knowledge of PHP Nick. If you visited Gopi&#039;s page, you&#039;ll find that I asked him a lot of questions there. :)  

The code you used, if I&#039;m not mistaken is designed for templates. Unfortunately, I haven&#039;t tried that code out because I only used the code that is supposed to be used for pages and posts. Thus, the code for the above slideshow goes like:
&lt;code&gt;
[superb-slideshow=filename=filenameofxml.xml&amp;width=522&amp;height=226]
&lt;/code&gt;
Thus, if I want to have another slideshow in the same post, I&#039;d just prepare another set of images and create another xml file say, filenameofxml2.xml and type the above code again where I want the other  slideshow to appear, replacing filenameofxml.xml with filenameofxml2.xml and adjusting the width and height values accordingly.

I&#039;ll probably explore the installation of multiple slideshows in a template some time. However, if you find the solution to your issue, I&#039;d appreciate if you write about it here too. Thanks Nick.</description>
		<content:encoded><![CDATA[<p>I only have a surface knowledge of PHP Nick. If you visited Gopi&#8217;s page, you&#8217;ll find that I asked him a lot of questions there. <img src='http://moralde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
<p>The code you used, if I&#8217;m not mistaken is designed for templates. Unfortunately, I haven&#8217;t tried that code out because I only used the code that is supposed to be used for pages and posts. Thus, the code for the above slideshow goes like:<br />
<code><br />
[superb-slideshow=filename=filenameofxml.xml&#038;width=522&#038;height=226]<br />
</code><br />
Thus, if I want to have another slideshow in the same post, I&#8217;d just prepare another set of images and create another xml file say, filenameofxml2.xml and type the above code again where I want the other  slideshow to appear, replacing filenameofxml.xml with filenameofxml2.xml and adjusting the width and height values accordingly.</p>
<p>I&#8217;ll probably explore the installation of multiple slideshows in a template some time. However, if you find the solution to your issue, I&#8217;d appreciate if you write about it here too. Thanks Nick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-896</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 05 Dec 2009 19:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-896</guid>
		<description>Thanks for the quick response! When you say &quot;in your code&quot; do you mean as in the snippet of code I put in the template?

This:
if (function_exists (sswld_show)) sswld_show();
 
And if so how would I point to it? Sorry I have some knowledge of PHP but it&#039;s not the best.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response! When you say &#8220;in your code&#8221; do you mean as in the snippet of code I put in the template?</p>
<p>This:<br />
if (function_exists (sswld_show)) sswld_show();</p>
<p>And if so how would I point to it? Sorry I have some knowledge of PHP but it&#8217;s not the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noelmoralde</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-893</link>
		<dc:creator>noelmoralde</dc:creator>
		<pubDate>Sat, 05 Dec 2009 07:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-893</guid>
		<description>Thanks Wil. :)</description>
		<content:encoded><![CDATA[<p>Thanks Wil. <img src='http://moralde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james_m</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-892</link>
		<dc:creator>james_m</dc:creator>
		<pubDate>Sat, 05 Dec 2009 07:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-892</guid>
		<description>Nick, you need to create another xml file for your other slideshow. The default xml file is the &#039;superb-slideshow.xml&#039;. Now create another file, say &#039;nick-show1.xml&#039; based on that default file. You can put your other images on the same folder as the default. In your code, point it to nick-show1.xml.</description>
		<content:encoded><![CDATA[<p>Nick, you need to create another xml file for your other slideshow. The default xml file is the &#8217;superb-slideshow.xml&#8217;. Now create another file, say &#8216;nick-show1.xml&#8217; based on that default file. You can put your other images on the same folder as the default. In your code, point it to nick-show1.xml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-888</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 05 Dec 2009 04:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-888</guid>
		<description>Hey I was wondering if you knew how to use this in the template multiple times.. Say I have two groups of &quot;sponsors&quot; and want to use this for each of them.. separate images in each slideshow. What is the code to use to display another slideshow other than the default one? Any help is greatly appreciated!

-Nick</description>
		<content:encoded><![CDATA[<p>Hey I was wondering if you knew how to use this in the template multiple times.. Say I have two groups of &#8220;sponsors&#8221; and want to use this for each of them.. separate images in each slideshow. What is the code to use to display another slideshow other than the default one? Any help is greatly appreciated!</p>
<p>-Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willy</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-879</link>
		<dc:creator>willy</dc:creator>
		<pubDate>Fri, 04 Dec 2009 04:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-879</guid>
		<description>waooo very nice picture
maybe later i&#039;m gonna try this plugin
.-= willy´s latest blog ..&lt;a href=&quot;http://anotherstoryfromme.com/self-help-secrets-revealed-part-1.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=self-help-secrets-revealed-part-1&quot; rel=&quot;nofollow&quot;&gt;Self-help Secrets Revealed – Part 1&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>waooo very nice picture<br />
maybe later i&#8217;m gonna try this plugin<br />
<span class="cluv"> willy´s latest blog ..<a href="http://anotherstoryfromme.com/self-help-secrets-revealed-part-1.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=self-help-secrets-revealed-part-1">Self-help Secrets Revealed – Part 1</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://moralde.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james_m</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-872</link>
		<dc:creator>james_m</dc:creator>
		<pubDate>Thu, 03 Dec 2009 04:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-872</guid>
		<description>Cool! There&#039;s probably a lot of other great slideshow plugins out there, but for my purposes, this one seems perfect enough. :)</description>
		<content:encoded><![CDATA[<p>Cool! There&#8217;s probably a lot of other great slideshow plugins out there, but for my purposes, this one seems perfect enough. <img src='http://moralde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian D. Hawkins</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-864</link>
		<dc:creator>Brian D. Hawkins</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-864</guid>
		<description>I&#039;m glad you posted about this plugin James, I&#039;ve been looking for something to use when I get enough buttons back. I want to display everyone&#039;s photos with a link back to their site. This one looks like a good candidate.
.-= Brian D. Hawkins´s latest blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/ExtremeEzine/~3/iikv-CTHsyA/&quot; rel=&quot;nofollow&quot;&gt;The Keyword Academy – My Highest Recommendation&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you posted about this plugin James, I&#8217;ve been looking for something to use when I get enough buttons back. I want to display everyone&#8217;s photos with a link back to their site. This one looks like a good candidate.<br />
<span class="cluv"> Brian D. Hawkins´s latest blog ..<a href="http://feedproxy.google.com/~r/ExtremeEzine/~3/iikv-CTHsyA/">The Keyword Academy – My Highest Recommendation</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://moralde.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noelmoralde</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-818</link>
		<dc:creator>noelmoralde</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-818</guid>
		<description>Recreated the lost xml files and re-uploaded the images. Running cool again. :)</description>
		<content:encoded><![CDATA[<p>Recreated the lost xml files and re-uploaded the images. Running cool again. <img src='http://moralde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noelmoralde</title>
		<link>http://moralde.com/wordpress-slideshow-plugin-superb-slideshow/comment-page-1/#comment-795</link>
		<dc:creator>noelmoralde</dc:creator>
		<pubDate>Wed, 18 Nov 2009 01:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://moralde.com/?p=513#comment-795</guid>
		<description>NOTE: Right after updating the plugin to a newer version, it stopped working and instead produced a few mad error messages. I&#039;m contacting the author.

The Update action deleted the xml files and images I&#039;ve previously created for this slideshow. Must be some code glitch. </description>
		<content:encoded><![CDATA[<p>NOTE: Right after updating the plugin to a newer version, it stopped working and instead produced a few mad error messages. I&#8217;m contacting the author.</p>
<p>The Update action deleted the xml files and images I&#8217;ve previously created for this slideshow. Must be some code glitch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
