<?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"
	>
<channel>
	<title>Comments on: Photo Sidebar widget</title>
	<atom:link href="http://www.district30.net/smugmug-photo-sidebar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.district30.net</link>
	<description>a blog...</description>
	<pubDate>Fri, 29 Aug 2008 01:06:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: cellus</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-12932</link>
		<dc:creator>cellus</dc:creator>
		<pubDate>Tue, 08 Apr 2008 01:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-12932</guid>
		<description>Roary,

Could you post the error message you see?</description>
		<content:encoded><![CDATA[<p>Roary,</p>
<p>Could you post the error message you see?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roary</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-12927</link>
		<dc:creator>roary</dc:creator>
		<pubDate>Mon, 07 Apr 2008 07:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-12927</guid>
		<description>I can't get it to work it tells me theres an error on line 140</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to work it tells me theres an error on line 140</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cellus</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10654</link>
		<dc:creator>cellus</dc:creator>
		<pubDate>Wed, 02 Jan 2008 03:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10654</guid>
		<description>I have released version 1.22 of the plugin via the WordPress plugin repository.  This version adds pixelpost support and truncated captions.  This should be the last release of version 1.0; I'm now working in earnest on some of the more glamorous potential features that may justify a "major" version number such as caching and multiple instances.</description>
		<content:encoded><![CDATA[<p>I have released version 1.22 of the plugin via the WordPress plugin repository.  This version adds pixelpost support and truncated captions.  This should be the last release of version 1.0; I&#8217;m now working in earnest on some of the more glamorous potential features that may justify a &#8220;major&#8221; version number such as caching and multiple instances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cellus</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10653</link>
		<dc:creator>cellus</dc:creator>
		<pubDate>Wed, 02 Jan 2008 03:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10653</guid>
		<description>Great--it's exciting to see the "multiple instances" in action, even if it's not a pretty workaround.  If nothing else, it's good motivation to come up with a more eloquent solution.  Thanks for the suggestions!</description>
		<content:encoded><![CDATA[<p>Great&#8211;it&#8217;s exciting to see the &#8220;multiple instances&#8221; in action, even if it&#8217;s not a pretty workaround.  If nothing else, it&#8217;s good motivation to come up with a more eloquent solution.  Thanks for the suggestions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10650</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 01 Jan 2008 11:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10650</guid>
		<description>I can't tell you how appreciative I am for all your help. I've got three feeds going, now, exactly as I'd hoped to do -- one that displays the Top10 most popular, and then two separate feeds that display random color and black/white images from my professional galleries. Thank you!!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t tell you how appreciative I am for all your help. I&#8217;ve got three feeds going, now, exactly as I&#8217;d hoped to do &#8212; one that displays the Top10 most popular, and then two separate feeds that display random color and black/white images from my professional galleries. Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cellus</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10637</link>
		<dc:creator>cellus</dc:creator>
		<pubDate>Mon, 31 Dec 2007 21:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10637</guid>
		<description>It's a little more difficult than that--the software will complain because even though the file  has a different name, it's still looking in the same place for settings.  My temporary workaround is to rename the functions and variables in the new file to make them unique.  It's a little tedious but I found a version where I had done just that.  I have uploaded it: &lt;a href="http://www.district30.net/wp-content/uploads/2007/12/photo_sb2.zip" rel="nofollow"&gt;photo_sb2.zip&lt;/a&gt;.

To get, say, a third instance, you could make another copy of this file and replace the 2 with 3 on any function/variable names.  For example &lt;code&gt;widget_photo_sb2_init()&lt;/code&gt;, &lt;code&gt;widget_photo_sb2&lt;/code&gt;, &lt;code&gt;rand_compare2&lt;/code&gt;.  Using the "find" command in my editor, I found 68 places where the 2 would be replaced with 3 (etc.).

Naturally, any other changes you would make (disabling the random sort, etc.) would need to be done in each file.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a little more difficult than that&#8211;the software will complain because even though the file  has a different name, it&#8217;s still looking in the same place for settings.  My temporary workaround is to rename the functions and variables in the new file to make them unique.  It&#8217;s a little tedious but I found a version where I had done just that.  I have uploaded it: <a href="http://www.district30.net/wp-content/uploads/2007/12/photo_sb2.zip" rel="nofollow">photo_sb2.zip</a>.</p>
<p>To get, say, a third instance, you could make another copy of this file and replace the 2 with 3 on any function/variable names.  For example <code>widget_photo_sb2_init()</code>, <code>widget_photo_sb2</code>, <code>rand_compare2</code>.  Using the &#8220;find&#8221; command in my editor, I found 68 places where the 2 would be replaced with 3 (etc.).</p>
<p>Naturally, any other changes you would make (disabling the random sort, etc.) would need to be done in each file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10618</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 31 Dec 2007 07:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10618</guid>
		<description>Perfect! -- I'll work on setting the random piece to just display the ten most popular photos; as for multiple instances... if I just manually copied the widget two more times with different names, and enabled all three under WP Plugins, would that serve as a viable workaround?</description>
		<content:encoded><![CDATA[<p>Perfect! &#8212; I&#8217;ll work on setting the random piece to just display the ten most popular photos; as for multiple instances&#8230; if I just manually copied the widget two more times with different names, and enabled all three under WP Plugins, would that serve as a viable workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cellus</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10617</link>
		<dc:creator>cellus</dc:creator>
		<pubDate>Mon, 31 Dec 2007 07:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10617</guid>
		<description>Good, I'm glad it was a simple solution...you had me worried! :-)

As for you other two questions...I have worked on the multiple-instance problem before and so far a clean solution (i.e., one that hasn't required dealing with the database manually) has eluded me.  Hopefully I can come up with something user-friendly in a future version.

You can easily disable the random function by commenting out the &lt;code&gt;usort&lt;/code&gt; command on line 130; then the widget will show the first &lt;em&gt;x&lt;/em&gt; images.  Or with a little more tweaking, that line could be used to sort based on other data from the feed, such as the date the photo was taken.</description>
		<content:encoded><![CDATA[<p>Good, I&#8217;m glad it was a simple solution&#8230;you had me worried! <img src='http://www.district30.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As for you other two questions&#8230;I have worked on the multiple-instance problem before and so far a clean solution (i.e., one that hasn&#8217;t required dealing with the database manually) has eluded me.  Hopefully I can come up with something user-friendly in a future version.</p>
<p>You can easily disable the random function by commenting out the <code>usort</code> command on line 130; then the widget will show the first <em>x</em> images.  Or with a little more tweaking, that line could be used to sort based on other data from the feed, such as the date the photo was taken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10584</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 30 Dec 2007 12:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10584</guid>
		<description>Hah! That was it... it didn't even occur to me it was something other than the new code. :) Thanks, again (as well as for the compliment). I do have two last questions, as long as I have your ear!  [1] Do you know how easy it would be to allow more than one widget instance of the plugin? (e.g., with the text widget, you can choose to have 'x' number -- and while I know I can add multiple feeds, I'd love to separate a few of them out with different titles). [2] Is it possible to only display the first 'x' images in a feed? (e.g., for the popular gallery feed, instead of choosing 'x' images at random, maybe just display the 'x' *most* popular). Thank you again!!</description>
		<content:encoded><![CDATA[<p>Hah! That was it&#8230; it didn&#8217;t even occur to me it was something other than the new code. <img src='http://www.district30.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thanks, again (as well as for the compliment). I do have two last questions, as long as I have your ear!  [1] Do you know how easy it would be to allow more than one widget instance of the plugin? (e.g., with the text widget, you can choose to have &#8216;x&#8217; number &#8212; and while I know I can add multiple feeds, I&#8217;d love to separate a few of them out with different titles). [2] Is it possible to only display the first &#8216;x&#8217; images in a feed? (e.g., for the popular gallery feed, instead of choosing &#8216;x&#8217; images at random, maybe just display the &#8216;x&#8217; *most* popular). Thank you again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cellus</title>
		<link>http://www.district30.net/smugmug-photo-sidebar#comment-10554</link>
		<dc:creator>cellus</dc:creator>
		<pubDate>Sat, 29 Dec 2007 20:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.district30.net/smugmug-photo-sidebar/#comment-10554</guid>
		<description>Mark,

It looks like the feed url's have been copied into the widget title.  Check your settings page to see if the Title field has been overwritten--with luck, it has and changing it back will solve your problem.

I'm fairly confident that should work but If it doesn't help, I would grab a fresh copy of the plugin, make sure it's working as expected and then make the changes above again.

By the way, your site is fantastic--I'm honored that this plugin is working well for you!</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>It looks like the feed url&#8217;s have been copied into the widget title.  Check your settings page to see if the Title field has been overwritten&#8211;with luck, it has and changing it back will solve your problem.</p>
<p>I&#8217;m fairly confident that should work but If it doesn&#8217;t help, I would grab a fresh copy of the plugin, make sure it&#8217;s working as expected and then make the changes above again.</p>
<p>By the way, your site is fantastic&#8211;I&#8217;m honored that this plugin is working well for you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
