<?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 for Freshly Baked Websites</title>
	<atom:link href="http://freshlybakedwebsites.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://freshlybakedwebsites.net</link>
	<description>The Scrapbook of Barry Hughes</description>
	<lastBuildDate>Wed, 06 Mar 2013 15:54:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Events Page Conditional by Barry</title>
		<link>http://freshlybakedwebsites.net/wordpress/events-calendar/events-page-conditional/#comment-862</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 06 Mar 2013 15:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=744#comment-862</guid>
		<description><![CDATA[No problem ... I suspect there will be a better way baked in very soon when 3.0 arrives :-)]]></description>
		<content:encoded><![CDATA[<p>No problem &#8230; I suspect there will be a better way baked in very soon when 3.0 arrives <img src='http://freshlybakedwebsites.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Events Page Conditional by Frank Molenaar</title>
		<link>http://freshlybakedwebsites.net/wordpress/events-calendar/events-page-conditional/#comment-861</link>
		<dc:creator>Frank Molenaar</dc:creator>
		<pubDate>Wed, 06 Mar 2013 14:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=744#comment-861</guid>
		<description><![CDATA[Hey man, thanks for this, a very simple solution but very nice either way. Thanks]]></description>
		<content:encoded><![CDATA[<p>Hey man, thanks for this, a very simple solution but very nice either way. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Product Photo Migration by Barry</title>
		<link>http://freshlybakedwebsites.net/wordpress/shopp/product-photo-migration/#comment-790</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 22 Feb 2013 14:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=858#comment-790</guid>
		<description><![CDATA[Hi Wilbert, I don&#039;t believe so.

It was designed for Shopp 1.2.x and although the basic &quot;mechanics&quot; would probably work on 1.1.9 I haven&#039;t tested it, nor will the admin page show up with that version due to changes in Shopp&#039;s admin UI.]]></description>
		<content:encoded><![CDATA[<p>Hi Wilbert, I don&#8217;t believe so.</p>
<p>It was designed for Shopp 1.2.x and although the basic &#8220;mechanics&#8221; would probably work on 1.1.9 I haven&#8217;t tested it, nor will the admin page show up with that version due to changes in Shopp&#8217;s admin UI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Product Photo Migration by wilbert</title>
		<link>http://freshlybakedwebsites.net/wordpress/shopp/product-photo-migration/#comment-786</link>
		<dc:creator>wilbert</dc:creator>
		<pubDate>Fri, 22 Feb 2013 10:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=858#comment-786</guid>
		<description><![CDATA[Will this tool for work for Shop1.1.9 as well?
If no is there a solution available]]></description>
		<content:encoded><![CDATA[<p>Will this tool for work for Shop1.1.9 as well?<br />
If no is there a solution available</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Product Photo Migration by Barry</title>
		<link>http://freshlybakedwebsites.net/wordpress/shopp/product-photo-migration/#comment-678</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 06 Feb 2013 23:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=858#comment-678</guid>
		<description><![CDATA[Thanks Ben - that&#039;s true and someone highlighted that a while back ... I&#039;ve just been lazy and forgetful. But thanks for the snippet, I&#039;ll put that in place and update the plugin.]]></description>
		<content:encoded><![CDATA[<p>Thanks Ben &#8211; that&#8217;s true and someone highlighted that a while back &#8230; I&#8217;ve just been lazy and forgetful. But thanks for the snippet, I&#8217;ll put that in place and update the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Product Photo Migration by Ben Stewart</title>
		<link>http://freshlybakedwebsites.net/wordpress/shopp/product-photo-migration/#comment-677</link>
		<dc:creator>Ben Stewart</dc:creator>
		<pubDate>Wed, 06 Feb 2013 21:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=858#comment-677</guid>
		<description><![CDATA[Thanks for the plugin and the post. One thing... the plugin assumes that the Image Storage path is a full (absolute) path. However, that field will also accept a partial (relative) path from your wp-content directory. (See the &lt;a href=&quot;https://shopplugin.net/docs/downloads-images/storage-engines/&quot; rel=&quot;nofollow&quot;&gt;Shopp Docs&lt;/a&gt;.) I added the following code in converter.php around line 242 just before returning the $fileStorage[&#039;path&#039;][&#039;image&#039;] variable:

if (!stristr($fileStorage[&#039;path&#039;][&#039;image&#039;],&#039;wp-content&#039;)) $fileStorage[&#039;path&#039;][&#039;image&#039;] = WP_CONTENT_DIR.&#039;/&#039;.trim($fileStorage[&#039;path&#039;][&#039;image&#039;],&#039;/&#039;).&#039;/&#039;;

Hope that helps anyone else not using full paths and thanks again for the great plugin.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the plugin and the post. One thing&#8230; the plugin assumes that the Image Storage path is a full (absolute) path. However, that field will also accept a partial (relative) path from your wp-content directory. (See the <a href="https://shopplugin.net/docs/downloads-images/storage-engines/" rel="nofollow">Shopp Docs</a>.) I added the following code in converter.php around line 242 just before returning the $fileStorage['path']['image'] variable:</p>
<p>if (!stristr($fileStorage['path']['image'],&#8217;wp-content&#8217;)) $fileStorage['path']['image'] = WP_CONTENT_DIR.&#8217;/&#8217;.trim($fileStorage['path']['image'],&#8217;/').&#8217;/';</p>
<p>Hope that helps anyone else not using full paths and thanks again for the great plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Timezone Confusion by Jan Bo Lilliendal</title>
		<link>http://freshlybakedwebsites.net/wordpress/events-calendar/facebook-timezone-confusion/#comment-667</link>
		<dc:creator>Jan Bo Lilliendal</dc:creator>
		<pubDate>Tue, 05 Feb 2013 09:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=1006#comment-667</guid>
		<description><![CDATA[Hi Tim,

Yes I understand that it&#039;s only for new events - I&#039;ve created a new facebook fanpage event - imported it, after inserting your gist at the end of my theme functions.php. 

Initially I got an error when I incerted the code (unexpected &lt;?php) at the beginning of your code. I deleted this entirely, so my functions.php looks like this: http://pastebin.com/M8uN0cnW

Am I missing something ?]]></description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Yes I understand that it&#8217;s only for new events &#8211; I&#8217;ve created a new facebook fanpage event &#8211; imported it, after inserting your gist at the end of my theme functions.php. </p>
<p>Initially I got an error when I incerted the code (unexpected &lt;?php) at the beginning of your code. I deleted this entirely, so my functions.php looks like this: <a href="http://pastebin.com/M8uN0cnW" rel="nofollow">http://pastebin.com/M8uN0cnW</a></p>
<p>Am I missing something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Timezone Confusion by Tim Wood</title>
		<link>http://freshlybakedwebsites.net/wordpress/events-calendar/facebook-timezone-confusion/#comment-657</link>
		<dc:creator>Tim Wood</dc:creator>
		<pubDate>Mon, 04 Feb 2013 19:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=1006#comment-657</guid>
		<description><![CDATA[@Jan I am wondering after you pasted the code in if you tried importing another event or are you expecting it to correctly offset? The gist I wrote (https://gist.github.com/4705028) mentioned in the forum thread only applies to new imports. What I wrote could be adjusted to also retroactively go through your blog and update prior imported events by filtering the start/end dates through the tribe_patch_convert_to_timezone method.]]></description>
		<content:encoded><![CDATA[<p>@Jan I am wondering after you pasted the code in if you tried importing another event or are you expecting it to correctly offset? The gist I wrote (<a href="https://gist.github.com/4705028" rel="nofollow">https://gist.github.com/4705028</a>) mentioned in the forum thread only applies to new imports. What I wrote could be adjusted to also retroactively go through your blog and update prior imported events by filtering the start/end dates through the tribe_patch_convert_to_timezone method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Timezone Confusion by Barry</title>
		<link>http://freshlybakedwebsites.net/wordpress/events-calendar/facebook-timezone-confusion/#comment-653</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 04 Feb 2013 18:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=1006#comment-653</guid>
		<description><![CDATA[I guess some other factor is at play here, I&#039;m not sure there&#039;s a great deal else I can suggest (but why not post on the Facebook Events forum if you haven&#039;t already done so? Jonah or another member of the team there will be happy to help).]]></description>
		<content:encoded><![CDATA[<p>I guess some other factor is at play here, I&#8217;m not sure there&#8217;s a great deal else I can suggest (but why not post on the Facebook Events forum if you haven&#8217;t already done so? Jonah or another member of the team there will be happy to help).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Timezone Confusion by Jan Bo Lilliendal</title>
		<link>http://freshlybakedwebsites.net/wordpress/events-calendar/facebook-timezone-confusion/#comment-651</link>
		<dc:creator>Jan Bo Lilliendal</dc:creator>
		<pubDate>Mon, 04 Feb 2013 16:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://freshlybakedwebsites.net/?p=1006#comment-651</guid>
		<description><![CDATA[Hi Barry,

Thanks for taking a look, but sadly the official fix does the same - - - Nothing :-(

Maybe I&#039;m missing something, but I can&#039;t seem to find anywhere in the official fix to set the timezone offset - so maybe it does work, just need to find a place for the offset.]]></description>
		<content:encoded><![CDATA[<p>Hi Barry,</p>
<p>Thanks for taking a look, but sadly the official fix does the same &#8211; - &#8211; Nothing <img src='http://freshlybakedwebsites.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Maybe I&#8217;m missing something, but I can&#8217;t seem to find anywhere in the official fix to set the timezone offset &#8211; so maybe it does work, just need to find a place for the offset.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
