<?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: Regenerate&#160;Thumbnails</title>
	<atom:link href="http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viper007bond.com</link>
	<description>Random stuff written by Alex Mills</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:17:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: Working on Excerpts, Thumbnails and Teasers &#124; Word Grrls</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-236011</link>
		<dc:creator>Working on Excerpts, Thumbnails and Teasers &#124; Word Grrls</dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-236011</guid>
		<description>[...] Regenerate Thumbnails - allows you to regenerate the thumbnails for all of your image attachments. This is very handy if you’ve changed any of your thumbnail dimensions (via Settings ? Media) after previously uploading images. [...]</description>
		<content:encoded><![CDATA[<p>[...] Regenerate Thumbnails &#8211; allows you to regenerate the thumbnails for all of your image attachments. This is very handy if you’ve changed any of your thumbnail dimensions (via Settings ? Media) after previously uploading images. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Petkovic</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-236001</link>
		<dc:creator>Marko Petkovic</dc:creator>
		<pubDate>Wed, 08 Feb 2012 15:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-236001</guid>
		<description>Thanks for the plugin, saved my life :)</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin, saved my life <img src='http://www.viper007bond.com/wordpress/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pardis</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235977</link>
		<dc:creator>Pardis</dc:creator>
		<pubDate>Mon, 06 Feb 2012 19:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235977</guid>
		<description>Yes, yes, yes, please release this code. Or e-mail it to me? I&#039;ve just updated my theme and now everything looks wonky because the videos and images on my old posts are no longer the same size.</description>
		<content:encoded><![CDATA[<p>Yes, yes, yes, please release this code. Or e-mail it to me? I&#8217;ve just updated my theme and now everything looks wonky because the videos and images on my old posts are no longer the same size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keriat</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235925</link>
		<dc:creator>keriat</dc:creator>
		<pubDate>Fri, 27 Jan 2012 09:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235925</guid>
		<description>It&#039;s strange behaviour of latest wordpress. Can&#039;t really say why path include URL, but it&#039;s a common problem — I saw several posts about it. Even here Steve Davies is complaining about it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s strange behaviour of latest wordpress. Can&#8217;t really say why path include URL, but it&#8217;s a common problem — I saw several posts about it. Even here Steve Davies is complaining about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex (Viper007Bond)</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235924</link>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
		<pubDate>Fri, 27 Jan 2012 09:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235924</guid>
		<description>Why would the path be set to a URL?</description>
		<content:encoded><![CDATA[<p>Why would the path be set to a URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keriat</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235921</link>
		<dc:creator>keriat</dc:creator>
		<pubDate>Thu, 26 Jan 2012 22:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235921</guid>
		<description>There is one small issue in your plugin. When _wp_attached_file is filled with full path with http:// it will cause failure while resizing.
You can easily fix it with this code (just add it right after fullsizepath definition):

if (stripos($fullsizepath, site_url(&#039;wp-content/uploads/&#039;)) !== FALSE)
			$fullsizepath = str_ireplace(site_url(&#039;wp-content/uploads/&#039;),&#039;&#039;,$fullsizepath);</description>
		<content:encoded><![CDATA[<p>There is one small issue in your plugin. When _wp_attached_file is filled with full path with http:// it will cause failure while resizing.<br />
You can easily fix it with this code (just add it right after fullsizepath definition):</p>
<p>if (stripos($fullsizepath, site_url(&#8216;wp-content/uploads/&#8217;)) !== FALSE)<br />
			$fullsizepath = str_ireplace(site_url(&#8216;wp-content/uploads/&#8217;),&#8221;,$fullsizepath);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Davies</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235902</link>
		<dc:creator>Steve Davies</dc:creator>
		<pubDate>Mon, 23 Jan 2012 10:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235902</guid>
		<description>Hi Alex, I am experiencing a showstopper that seems so obvious, but is leaving me stumped.  Regen Thumbnails is failing on all images seemingly due to it using the wrong path.

Here&#039;s one of the error log messages;

&quot;Aston Martin DBS Touchtronic&quot; (ID 28110) failed to resize. The error message was: The originally uploaded image file cannot be found at /home/public_html/mywebsite.com/public/htdocs/uploads/http://www.mywebsite.com/wp-content/uploads/2010/05/DBS-touchtronic_banner.jpg

The image exists at &#039;http://www.mywebsite.com/wp-content/uploads/2010/05/DBS-touchtronic_banner.jpg&#039;, but obviously it should only be appending &#039;/2010/05/DBS-touchtronic_banner.jpg&#039; rather than the fully-qualified domain.

I&#039;m using the latest WP version 3.3.1 and there are no additional plugins on the site.  Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi Alex, I am experiencing a showstopper that seems so obvious, but is leaving me stumped.  Regen Thumbnails is failing on all images seemingly due to it using the wrong path.</p>
<p>Here&#8217;s one of the error log messages;</p>
<p>&#8220;Aston Martin DBS Touchtronic&#8221; (ID 28110) failed to resize. The error message was: The originally uploaded image file cannot be found at /home/public_html/mywebsite.com/public/htdocs/uploads/http://www.mywebsite.com/wp-content/uploads/2010/05/DBS-touchtronic_banner.jpg</p>
<p>The image exists at &#8216;<a href="http://www.mywebsite.com/wp-content/uploads/2010/05/DBS-touchtronic_banner.jpg&#039;" rel="nofollow">http://www.mywebsite.com/wp-content/uploads/2010/05/DBS-touchtronic_banner.jpg&#039;</a>, but obviously it should only be appending &#8216;/2010/05/DBS-touchtronic_banner.jpg&#8217; rather than the fully-qualified domain.</p>
<p>I&#8217;m using the latest WP version 3.3.1 and there are no additional plugins on the site.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235795</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 03 Jan 2012 12:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235795</guid>
		<description>Many thanks. Just realised there&#039;s such a plugin.</description>
		<content:encoded><![CDATA[<p>Many thanks. Just realised there&#8217;s such a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Themespotter</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235753</link>
		<dc:creator>Themespotter</dc:creator>
		<pubDate>Thu, 29 Dec 2011 00:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235753</guid>
		<description>I love this plugin, and its something that should be part of WP core.

I do need to delete old thumbnails though, and am weary about trying the script listed above.</description>
		<content:encoded><![CDATA[<p>I love this plugin, and its something that should be part of WP core.</p>
<p>I do need to delete old thumbnails though, and am weary about trying the script listed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235697</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 21 Dec 2011 15:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235697</guid>
		<description>Thanks, Alex. Great plugin BTW.</description>
		<content:encoded><![CDATA[<p>Thanks, Alex. Great plugin BTW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joakimcs</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235694</link>
		<dc:creator>joakimcs</dc:creator>
		<pubDate>Wed, 21 Dec 2011 09:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235694</guid>
		<description>Thank you for fixing this :)</description>
		<content:encoded><![CDATA[<p>Thank you for fixing this <img src='http://www.viper007bond.com/wordpress/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ertugrul</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235693</link>
		<dc:creator>Ertugrul</dc:creator>
		<pubDate>Wed, 21 Dec 2011 08:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235693</guid>
		<description>Thank you for the plugin and update.
good luck</description>
		<content:encoded><![CDATA[<p>Thank you for the plugin and update.<br />
good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex (Viper007Bond)</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235689</link>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
		<pubDate>Wed, 21 Dec 2011 00:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235689</guid>
		<description>http://wordpress.org/extend/plugins/regenerate-thumbnails/changelog/</description>
		<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/regenerate-thumbnails/changelog/" rel="nofollow">http://wordpress.org/extend/plugins/regenerate-thumbnails/changelog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Ay</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235688</link>
		<dc:creator>Carlos Ay</dc:creator>
		<pubDate>Wed, 21 Dec 2011 00:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235688</guid>
		<description>Hi Viper! Do you have a change log describing version 2.2.2 that we can read? Regards, Carlos.-</description>
		<content:encoded><![CDATA[<p>Hi Viper! Do you have a change log describing version 2.2.2 that we can read? Regards, Carlos.-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex (Viper007Bond)</title>
		<link>http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/comment-page-3/#comment-235687</link>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
		<pubDate>Tue, 20 Dec 2011 19:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?page_id=662#comment-235687</guid>
		<description>Oh, I can reproduce it and I realized the mistake I made.

Upgrade to version 2.2.2 (it&#039;ll show up on WordPress.org very soon) and it&#039;ll fix the issue.

Sorry for the trouble!</description>
		<content:encoded><![CDATA[<p>Oh, I can reproduce it and I realized the mistake I made.</p>
<p>Upgrade to version 2.2.2 (it&#8217;ll show up on WordPress.org very soon) and it&#8217;ll fix the issue.</p>
<p>Sorry for the trouble!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

