<?xml version="1.0" encoding="UTF-8"?><!-- 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>WordPress &#8250; Support User Favorites: 2nic</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support User Favorites: 2nic</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 04:58:39 +0000</pubDate>

<item>
<title>mothmenace on "RSS showing private posts"</title>
<link>http://wordpress.org/support/topic/251702#post-1135884</link>
<pubDate>Mon, 13 Jul 2009 11:59:36 +0000</pubDate>
<dc:creator>mothmenace</dc:creator>
<guid isPermaLink="false">1135884@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes this is a real problem, a glaring error infact? and still unfixed in 2.8.1?&#60;/p&#62;
&#60;p&#62;Rather than editing wp-includes, it's possible to fix like this in functions.php:&#60;/p&#62;
&#60;p&#62;function rss_no_private($q)&#60;br /&#62;
{&#60;br /&#62;
	if(is_feed())&#60;br /&#62;
	{&#60;br /&#62;
		$q = str_replace(&#34;OR wp_posts.post_status = 'private'&#34;,'',$q);&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	return $q;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_filter(&#34;posts_where&#34;, &#34;rss_no_private&#34;);
&#60;/p&#62;</description>
</item>
<item>
<title>frank1240 on "RSS showing private posts"</title>
<link>http://wordpress.org/support/topic/251702#post-1011831</link>
<pubDate>Wed, 11 Mar 2009 04:21:50 +0000</pubDate>
<dc:creator>frank1240</dc:creator>
<guid isPermaLink="false">1011831@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well, I think it's not desired if anyone set it to private but at the end , the posts can be viewed by others using RSS reader openly.&#60;br /&#62;
Some minor fixes in a few feed maker may protect it already.&#60;br /&#62;
wp-includes/feed-rss.php&#60;br /&#62;
wp-includes/feed-rss2.php&#60;br /&#62;
wp-includes/feed-atom.php&#60;br /&#62;
wp-includes/feed-rdf.php &#60;/p&#62;
&#60;p&#62;Or is it a wanted feature by others?
&#60;/p&#62;</description>
</item>
<item>
<title>dsmith73 on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-959046</link>
<pubDate>Sun, 18 Jan 2009 04:21:03 +0000</pubDate>
<dc:creator>dsmith73</dc:creator>
<guid isPermaLink="false">959046@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well that fixed part of it, the loading circle symbol, has gone away but the images in the gallery wlll not show and I checked permissions on everything and set them to 755
&#60;/p&#62;</description>
</item>
<item>
<title>huotg01 on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-957402</link>
<pubDate>Fri, 16 Jan 2009 03:22:08 +0000</pubDate>
<dc:creator>huotg01</dc:creator>
<guid isPermaLink="false">957402@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have almost the same issue. Everything goes well when I create a new gallery, everything goes well when uploading pictures, &#60;/p&#62;
&#60;p&#62;Then it goes not that well : no problem to display thumbs, but no way to show the &#34;mother pictures&#34;. I found out why. The problem is linked to file permissions.&#60;/p&#62;
&#60;p&#62;Lets say:&#60;br /&#62;
 Gallery (folder)&#60;br /&#62;
    GalleryTest (folder)&#60;br /&#62;
        Pict1&#60;br /&#62;
        Pict2&#60;br /&#62;
        Thumbs (folder)&#60;br /&#62;
           Pict1Thumb&#60;br /&#62;
           Pict2Thumb&#60;/p&#62;
&#60;p&#62;Gallery, GalleryTest and Thumbs have required file persmissions&#60;br /&#62;
Thumbs pictures have required file permissions&#60;br /&#62;
GalleryTest pictures don't have the required permissions and cannot be readed to be displayed.&#60;/p&#62;
&#60;p&#62;Therefore, why don't the picture files get the required permissions ? How is this handled within WordPress ? &#60;/p&#62;
&#60;p&#62;Someone can help me to understand the process ?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Gaston
&#60;/p&#62;</description>
</item>
<item>
<title>dsmith73 on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-951303</link>
<pubDate>Sat, 10 Jan 2009 06:41:46 +0000</pubDate>
<dc:creator>dsmith73</dc:creator>
<guid isPermaLink="false">951303@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am having an issue where the pictures are not loading.  I have done everything listed in this thread.  the site is ww2.lucidsolutionsgroup.com
&#60;/p&#62;</description>
</item>
<item>
<title>AfricaAHEAD on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-873327</link>
<pubDate>Fri, 10 Oct 2008 10:23:13 +0000</pubDate>
<dc:creator>AfricaAHEAD</dc:creator>
<guid isPermaLink="false">873327@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've posted this issue elsewhere, but it appears that this thread is more applicable to my problems as they are the same as everyone else that has posted here thus far. After upgrading to the newest version of Wordpress about 1 month ago, the NextGen Gallery stopped working. I can no longer get pictures to show-up on my pages/posts and the slideshows only show the busy icon. I've done (I think) most of the tips offered in this thread, but to no avail. I'm a bit of a novice at this so any help would be most welcome. You can view our website and where the slideshow should be &#60;a href=&#34;http://africaahead.org&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;-Jason
&#60;/p&#62;</description>
</item>
<item>
<title>cspothitt on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-872902</link>
<pubDate>Thu, 09 Oct 2008 20:34:56 +0000</pubDate>
<dc:creator>cspothitt</dc:creator>
<guid isPermaLink="false">872902@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Erg. I've read this entire thread and done all the tips, and still to no avail. I even downgraded to a release of NextGen that I know was working on a client site. Still no slideshow!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://marketingturbocharge.com/blog/speakers/&#34; rel=&#34;nofollow&#34;&#62;http://marketingturbocharge.com/blog/speakers/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any more tips, advice or suggestions?&#60;/p&#62;
&#60;p&#62;I'm running WordPress version 2.5-RC3 because 2.6 broke my theme.&#60;/p&#62;
&#60;p&#62;- Carma
&#60;/p&#62;</description>
</item>
<item>
<title>alexrabe on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-872495</link>
<pubDate>Thu, 09 Oct 2008 07:47:30 +0000</pubDate>
<dc:creator>alexrabe</dc:creator>
<guid isPermaLink="false">872495@http://wordpress.org/support/</guid>
<description>&#60;p&#62;in such cases I suggest always to reupload all files manually per FTP and check as well the permission. Normally the name didn't need to be changed
&#60;/p&#62;</description>
</item>
<item>
<title>solseb2008 on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-872296</link>
<pubDate>Thu, 09 Oct 2008 00:16:49 +0000</pubDate>
<dc:creator>solseb2008</dc:creator>
<guid isPermaLink="false">872296@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I had exactly the same problem that Dugee 2 days ago when upating the plugin automatically. All my pictures disappeared but I managed to show them again after remaining the folder &#34;nextgen-gallery&#34; into &#34;nggallery&#34; (why does the name had changed??).&#60;br /&#62;
But now the pictures gallery don't show up correctly (1 column instead of 5) like if the css was not recognized, and the slideshows don't upload. It's even worth in Firefox.&#60;br /&#62;
Here is my website: &#60;a href=&#34;http://www.planete-coursdeau.com/wordpress/?page_id=15&#34; rel=&#34;nofollow&#34;&#62;http://www.planete-coursdeau.com/wordpress/?page_id=15&#60;/a&#62;&#60;br /&#62;
Please help us save this bug as we are many with the same problem.&#60;br /&#62;
Thanks in advance&#60;br /&#62;
Solene
&#60;/p&#62;</description>
</item>
<item>
<title>klagreca on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-870559</link>
<pubDate>Mon, 06 Oct 2008 18:37:19 +0000</pubDate>
<dc:creator>klagreca</dc:creator>
<guid isPermaLink="false">870559@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Josh's recc. of renaming the plugin folder to &#34;nggallery&#34; worked for me.  Thanks Josh!&#60;/p&#62;
&#60;p&#62;Kris
&#60;/p&#62;</description>
</item>
<item>
<title>dugee on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-870443</link>
<pubDate>Mon, 06 Oct 2008 15:53:47 +0000</pubDate>
<dc:creator>dugee</dc:creator>
<guid isPermaLink="false">870443@http://wordpress.org/support/</guid>
<description>&#60;p&#62;somehow i couldn't solve the problem ... first of all can someone tell me which permission i have to set for which folder and then what's the next step? installing the plugin once more? de- and reactive it???&#60;/p&#62;
&#60;p&#62;and has anyone taken a look on my page? my problem sounds similar to you problems but it's slightly different.&#60;/p&#62;
&#60;p&#62;thanks for your help!!
&#60;/p&#62;</description>
</item>
<item>
<title>alexrabe on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-868237</link>
<pubDate>Fri, 03 Oct 2008 08:51:16 +0000</pubDate>
<dc:creator>alexrabe</dc:creator>
<guid isPermaLink="false">868237@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Permission explained here : &#60;a href=&#34;http://codex.wordpress.org/Changing_File_Permissions&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Changing_File_Permissions&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dugee on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-868194</link>
<pubDate>Fri, 03 Oct 2008 07:11:23 +0000</pubDate>
<dc:creator>dugee</dc:creator>
<guid isPermaLink="false">868194@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I think I have the same problem - I updated nggallery &#34;automatically&#34; and now the flash application doesn't work anymore, the pictures are not in a square they are all one under the other. could you please tell me how to solve the problem. I've already removed and reinstalled nggallery manually but there's no change and i tested it with FF3 and IE7 - there's no diffrence :-(&#60;/p&#62;
&#60;p&#62;could you please explain the 'permission' problem to me, you're talking about the folder permissions? like these 3-digit code (when you permit everyone everything its 777).&#60;/p&#62;
&#60;p&#62;thanks for your help, the page is: &#60;a href=&#34;http://dugee.sf-ogame.de/blog/&#34;&#62;http://dugee.sf-ogame.de/blog/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>alexrabe on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-867455</link>
<pubDate>Thu, 02 Oct 2008 14:00:45 +0000</pubDate>
<dc:creator>alexrabe</dc:creator>
<guid isPermaLink="false">867455@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It's a remaining bug in wordpress for binary files , will be fixed in 2.7&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.wordpress.org/ticket/7568&#34; rel=&#34;nofollow&#34;&#62;http://trac.wordpress.org/ticket/7568&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>meli30068 on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-867354</link>
<pubDate>Thu, 02 Oct 2008 11:08:37 +0000</pubDate>
<dc:creator>meli30068</dc:creator>
<guid isPermaLink="false">867354@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I always have this problem when using the build-in update function.&#60;br /&#62;
Downloading and FTPing it up to the site works! It's even enough to upload the imagerotator.swf file only.&#60;br /&#62;
Seems to be a file permission / owner problem, but i didn`t investigate yet.
&#60;/p&#62;</description>
</item>
<item>
<title>Doniaa on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-867349</link>
<pubDate>Thu, 02 Oct 2008 10:58:30 +0000</pubDate>
<dc:creator>Doniaa</dc:creator>
<guid isPermaLink="false">867349@http://wordpress.org/support/</guid>
<description>&#60;p&#62;omg&#60;br /&#62;
it's working now!&#60;/p&#62;
&#60;p&#62;I didn't do anything on my sites, except updating the plugin!&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>alexrabe on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-867303</link>
<pubDate>Thu, 02 Oct 2008 08:40:34 +0000</pubDate>
<dc:creator>alexrabe</dc:creator>
<guid isPermaLink="false">867303@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@Doniaa&#60;br /&#62;
@Vincent&#60;/p&#62;
&#60;p&#62;I have no problem under FF3 at your pages, it works for me...
&#60;/p&#62;</description>
</item>
<item>
<title>Doniaa on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-867270</link>
<pubDate>Thu, 02 Oct 2008 06:49:12 +0000</pubDate>
<dc:creator>Doniaa</dc:creator>
<guid isPermaLink="false">867270@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have rechecked file permissions, now the xml is working...&#60;/p&#62;
&#60;p&#62;but the slideshow doesn't :(&#60;/p&#62;
&#60;p&#62;I also updated to 0.99.1 version.&#60;/p&#62;
&#60;p&#62;Ie7 and Firefox are affected, haven't tryed with other browsers!
&#60;/p&#62;</description>
</item>
<item>
<title>vprat on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-866960</link>
<pubDate>Wed, 01 Oct 2008 20:36:14 +0000</pubDate>
<dc:creator>vprat</dc:creator>
<guid isPermaLink="false">866960@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Some more information: it works in IE6 but not Firefox 3
&#60;/p&#62;</description>
</item>
<item>
<title>vprat on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-866951</link>
<pubDate>Wed, 01 Oct 2008 20:28:16 +0000</pubDate>
<dc:creator>vprat</dc:creator>
<guid isPermaLink="false">866951@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Alex, &#60;/p&#62;
&#60;p&#62;I have just upgraded to 0.99 and I am sad to report the same problem here. The slideshow does not appear.&#60;/p&#62;
&#60;p&#62;When I look at firebug, the script is executed. However, the SWF file is not loaded and neither are the xml playlist files.&#60;/p&#62;
&#60;p&#62;URL &#60;a href=&#34;http://www.vincentprat.info/perou&#34; rel=&#34;nofollow&#34;&#62;http://www.vincentprat.info/perou&#60;/a&#62; (the top-right div should have a slideshow)&#60;/p&#62;
&#60;p&#62;The playlist is created well: &#60;a href=&#34;http://www.vincentprat.info/perou/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=1&#34; rel=&#34;nofollow&#34;&#62;http://www.vincentprat.info/perou/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Vincent
&#60;/p&#62;</description>
</item>
<item>
<title>alexrabe on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-866937</link>
<pubDate>Wed, 01 Oct 2008 20:15:33 +0000</pubDate>
<dc:creator>alexrabe</dc:creator>
<guid isPermaLink="false">866937@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.sacridibirmania.com/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=7&#34; rel=&#34;nofollow&#34;&#62;http://www.sacridibirmania.com/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;return a internal server error, reupload the files, recheck permission and maybe server log
&#60;/p&#62;</description>
</item>
<item>
<title>Doniaa on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-866895</link>
<pubDate>Wed, 01 Oct 2008 19:19:48 +0000</pubDate>
<dc:creator>Doniaa</dc:creator>
<guid isPermaLink="false">866895@http://wordpress.org/support/</guid>
<description>&#60;p&#62;here you are, these 2 sites have the plugin updated&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.sacridibirmania.com/lallevamento/campionesse/icingsugars-iride&#34; rel=&#34;nofollow&#34;&#62;http://www.sacridibirmania.com/lallevamento/campionesse/icingsugars-iride&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.birmansclub.net/gallery/2007/pisa-15-settembre-2007/?show=slide&#34; rel=&#34;nofollow&#34;&#62;http://www.birmansclub.net/gallery/2007/pisa-15-settembre-2007/?show=slide&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>alexrabe on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-866842</link>
<pubDate>Wed, 01 Oct 2008 18:25:36 +0000</pubDate>
<dc:creator>alexrabe</dc:creator>
<guid isPermaLink="false">866842@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Without a link I can't help
&#60;/p&#62;</description>
</item>
<item>
<title>Doniaa on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-866811</link>
<pubDate>Wed, 01 Oct 2008 17:55:11 +0000</pubDate>
<dc:creator>Doniaa</dc:creator>
<guid isPermaLink="false">866811@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Same problem here!&#60;br /&#62;
Slideshow isn't working after the update...&#60;br /&#62;
All the extensions are in jpg format...
&#60;/p&#62;</description>
</item>
<item>
<title>alkafy on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-851744</link>
<pubDate>Fri, 12 Sep 2008 12:19:45 +0000</pubDate>
<dc:creator>alkafy</dc:creator>
<guid isPermaLink="false">851744@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here's what solved my issue: Our client sent us images in &#60;strong&#62;&#60;em&#62;.jpeg&#60;/em&#62;&#60;/strong&#62; format. Renaming the files to &#60;strong&#62;&#60;em&#62;.jpg&#60;/em&#62;&#60;/strong&#62; made the slideshow work.
&#60;/p&#62;</description>
</item>
<item>
<title>alkafy on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-851167</link>
<pubDate>Thu, 11 Sep 2008 18:17:27 +0000</pubDate>
<dc:creator>alkafy</dc:creator>
<guid isPermaLink="false">851167@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just upgraded NextGEN and Wordpress yesterday. Having the same issue - the slideshow shows a constant loading icon. Prior to upgrade it worked perfectly. I've tried deleting the plugin and dropping the NG tables before reinstalling it, but no luck. From suggestions I found here, I tried renaming the plugin folder to nggallery and installing the newest version of imagerotator, too. Any other suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>Verhaeg on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-845277</link>
<pubDate>Thu, 04 Sep 2008 19:19:12 +0000</pubDate>
<dc:creator>Verhaeg</dc:creator>
<guid isPermaLink="false">845277@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've downloaded the latest version of NextGen and tried to use the slideshow, the gallery is working properly but the slideshow only shows the loading icon.&#60;br /&#62;
Also I've tried to change the folder's name to nggallery (wp-content/nggallery) but it still won't work and with that the gallery doesn't work either even after changing the folder in the option pane.&#60;br /&#62;
So I changed it back but I'ld like to have the slideshow feature.&#60;br /&#62;
Does anyone knows how to do it?
&#60;/p&#62;</description>
</item>
<item>
<title>J0SH44 on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-747840</link>
<pubDate>Wed, 30 Apr 2008 14:58:31 +0000</pubDate>
<dc:creator>J0SH44</dc:creator>
<guid isPermaLink="false">747840@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Make sure your folder name is nggallery it usually changes it during upgrade and you have to change it back.&#60;br /&#62;
Hopefully that is the problem
&#60;/p&#62;</description>
</item>
<item>
<title>saya@tonnytrisnawan.com on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-747494</link>
<pubDate>Wed, 30 Apr 2008 01:28:46 +0000</pubDate>
<dc:creator>saya@tonnytrisnawan.com</dc:creator>
<guid isPermaLink="false">747494@http://wordpress.org/support/</guid>
<description>&#60;p&#62;it's happen to me too. exactly the same case. so I thought it's because of slideshow widget not supported in new version of NEXTGEN&#60;br /&#62;
as I need the slideshow.. so I upload the old version of NEXTGEN, but slideshow widget still doesn't work.&#60;/p&#62;
&#60;p&#62;please advise how to fix it.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;T.
&#60;/p&#62;</description>
</item>
<item>
<title>javiquil on "[plugin: Next Gen Gallery - After update it doesn't slideshow"</title>
<link>http://wordpress.org/support/topic/171967#post-743942</link>
<pubDate>Sat, 26 Apr 2008 12:34:34 +0000</pubDate>
<dc:creator>javiquil</dc:creator>
<guid isPermaLink="false">743942@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi:&#60;/p&#62;
&#60;p&#62;this morning I have upgrade to the last version of Next Gen Gallery via the &#34;auto upgrade&#34; feature and it seemed to work... the galleries are still there but the slideshow I had on my blog now they don't show anything but the loading image...&#60;/p&#62;
&#60;p&#62;I don't know what more to revise... &#60;/p&#62;
&#60;p&#62;any help?&#60;/p&#62;
&#60;p&#62;thanks a lot&#60;/p&#62;
&#60;p&#62;here is my web where the problem is :  &#60;a href=&#34;http://www.javiquil.com&#34; rel=&#34;nofollow&#34;&#62;http://www.javiquil.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
