<?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: NextGen Smooth Gallery for Wordpress</title>
	<atom:link href="http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/</link>
	<description>Proofreading and web design</description>
	<lastBuildDate>Thu, 21 Apr 2011 09:55:22 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Radovanovic</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/comment-page-1/#comment-1532</link>
		<dc:creator>David Radovanovic</dc:creator>
		<pubDate>Sat, 12 Sep 2009 11:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.scotproof.com/?p=145#comment-1532</guid>
		<description>Thanks for the fix though I&#039;m having troubles with proper sytnax. Can you help? I&#039;m running WordPress 2.8.4 and the latest nextgen smoothgalley (1.2). Here&#039;s a snippet of the code in question:

    $final = array();
    foreach($pictures as $picture) {
      $aux = array();
      $aux[&quot;title&quot;] = $picture-&gt;alttext; // $picture-&gt;alttext;
      //$aux[&quot;desc&quot;]  = $picture-&gt;description;
      $aux[&quot;desc&quot;] = html_entity_decode(stripslashes($picture-&gt;description));
      $aux[&quot;link&quot;]  = BASE_URL . &quot;/&quot; . $picture-&gt;path .&quot;/&quot; . $picture-&gt;filename;
//      $aux[&quot;img&quot;]   = BASE_URL . &quot;/&quot; . $picture-&gt;path .&quot;/&quot; . $picture-&gt;filename;
      $aux[&quot;img&quot;] = BASE_URL.&quot;/&quot;.$picture-&gt;path.&quot;/&quot;.$picture-&gt;filename.&#039;&quot; class=&quot;full&quot; alt=&quot;&#039;.$picture-&gt;alttext;
      $aux[&quot;thumb&quot;] = BASE_URL.&quot;/&quot;.$picture-&gt;path.&quot;/thumbs/thumbs_&quot;.$picture-&gt;filename.&#039;&quot; class=&quot;thumbnail&quot;  alt=&quot;&#039;.$picture-&gt;alttext;
//$aux[&quot;thumb&quot;] = BASE_URL . &quot;/&quot; . $picture-&gt;path .&quot;/thumbs/thumbs_&quot; . $picture-&gt;filename;

Thanks for any help!</description>
		<content:encoded><![CDATA[<p>Thanks for the fix though I&#8217;m having troubles with proper sytnax. Can you help? I&#8217;m running WordPress 2.8.4 and the latest nextgen smoothgalley (1.2). Here&#8217;s a snippet of the code in question:</p>
<p>    $final = array();<br />
    foreach($pictures as $picture) {<br />
      $aux = array();<br />
      $aux["title"] = $picture-&gt;alttext; // $picture-&gt;alttext;<br />
      //$aux["desc"]  = $picture-&gt;description;<br />
      $aux["desc"] = html_entity_decode(stripslashes($picture-&gt;description));<br />
      $aux["link"]  = BASE_URL . &#8220;/&#8221; . $picture-&gt;path .&#8221;/&#8221; . $picture-&gt;filename;<br />
//      $aux["img"]   = BASE_URL . &#8220;/&#8221; . $picture-&gt;path .&#8221;/&#8221; . $picture-&gt;filename;<br />
      $aux["img"] = BASE_URL.&#8221;/&#8221;.$picture-&gt;path.&#8221;/&#8221;.$picture-&gt;filename.&#8217;&#8221; class=&#8221;full&#8221; alt=&#8221;&#8216;.$picture-&gt;alttext;<br />
      $aux["thumb"] = BASE_URL.&#8221;/&#8221;.$picture-&gt;path.&#8221;/thumbs/thumbs_&#8221;.$picture-&gt;filename.&#8217;&#8221; class=&#8221;thumbnail&#8221;  alt=&#8221;&#8216;.$picture-&gt;alttext;<br />
//$aux["thumb"] = BASE_URL . &#8220;/&#8221; . $picture-&gt;path .&#8221;/thumbs/thumbs_&#8221; . $picture-&gt;filename;</p>
<p>Thanks for any help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/comment-page-1/#comment-395</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 15 Dec 2008 09:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.scotproof.com/?p=145#comment-395</guid>
		<description>Hmm... the site on which I got this working has NextGEN Gallery version 0.99.1 and NextGEN Smooth Gallery 1.0 and is running on Wordpress 2.6.5 - but I&#039;d be surprised if the Wordpress version made a difference. 

I think my steps were: 1. Installed and activated NextGEN Gallery; 2. Created a sample gallery to make sure it was working; 3. Installed and tried to activate Smooth Gallery (failed); 4. Renamed Smooth Gallery folder and successfully activated. 

If it still doesn&#039;t work, I suppose you could contact the plugin author - and let us know if you get any helpful advice.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; the site on which I got this working has NextGEN Gallery version 0.99.1 and NextGEN Smooth Gallery 1.0 and is running on Wordpress 2.6.5 &#8211; but I&#8217;d be surprised if the Wordpress version made a difference. </p>
<p>I think my steps were: 1. Installed and activated NextGEN Gallery; 2. Created a sample gallery to make sure it was working; 3. Installed and tried to activate Smooth Gallery (failed); 4. Renamed Smooth Gallery folder and successfully activated. </p>
<p>If it still doesn&#8217;t work, I suppose you could contact the plugin author &#8211; and let us know if you get any helpful advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/comment-page-1/#comment-394</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 15 Dec 2008 04:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.scotproof.com/?p=145#comment-394</guid>
		<description>hello, 

ive been searching all over the web for a fix to the problem that you mentioned “Sorry, NextGEN Smooth Gallery works only in Combination with NextGEN Gallery”. 
i noticed that to fix the issue you say that you simply renamed the nextgen-smooth-gallery folder to nggsmoothgallery, and it allowed you to active. ive just tried this and i seem to still be having the same issue. i had recently upgraded to wp2.7, and i believe that im instlalling both latest version to nextgen, and the smooth gallery pluggin.
im wondering if there is something that im doing wrong and or whether there is a certain order that i need to be doing this.

i would appreciate any advice, thank you</description>
		<content:encoded><![CDATA[<p>hello, </p>
<p>ive been searching all over the web for a fix to the problem that you mentioned “Sorry, NextGEN Smooth Gallery works only in Combination with NextGEN Gallery”.<br />
i noticed that to fix the issue you say that you simply renamed the nextgen-smooth-gallery folder to nggsmoothgallery, and it allowed you to active. ive just tried this and i seem to still be having the same issue. i had recently upgraded to wp2.7, and i believe that im instlalling both latest version to nextgen, and the smooth gallery pluggin.<br />
im wondering if there is something that im doing wrong and or whether there is a certain order that i need to be doing this.</p>
<p>i would appreciate any advice, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/comment-page-1/#comment-319</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 16 Nov 2008 16:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.scotproof.com/?p=145#comment-319</guid>
		<description>Solution posted &lt;a href=&quot;http://www.scotproof.com/nextgen-smooth-gallery-adding-links-to-descriptions-and-alt-tags-to-images/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;!</description>
		<content:encoded><![CDATA[<p>Solution posted <a href="http://www.scotproof.com/nextgen-smooth-gallery-adding-links-to-descriptions-and-alt-tags-to-images/" rel="nofollow">here</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/comment-page-1/#comment-299</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 11 Nov 2008 12:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.scotproof.com/?p=145#comment-299</guid>
		<description>Hello Hubba, I&#039;m not sure, but I&#039;m working with Smooth Gallery at the moment and will comment here if I find an answer...</description>
		<content:encoded><![CDATA[<p>Hello Hubba, I&#8217;m not sure, but I&#8217;m working with Smooth Gallery at the moment and will comment here if I find an answer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubba</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/comment-page-1/#comment-298</link>
		<dc:creator>hubba</dc:creator>
		<pubDate>Tue, 11 Nov 2008 12:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.scotproof.com/?p=145#comment-298</guid>
		<description>hello would you know how to have a url in the info which can allow user to click on the link and be directed to another page? 

I am a novice here.. and I been starring at my blog for many many days.. I hope you can help me. 

cheers. hubba</description>
		<content:encoded><![CDATA[<p>hello would you know how to have a url in the info which can allow user to click on the link and be directed to another page? </p>
<p>I am a novice here.. and I been starring at my blog for many many days.. I hope you can help me. </p>
<p>cheers. hubba</p>
]]></content:encoded>
	</item>
</channel>
</rss>

