<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Cricket Moods 3.7</title>
	<atom:link href="http://kccricket.net/archives/cricket-moods-37/feed" rel="self" type="application/rss+xml" />
	<link>http://kccricket.net/archives/cricket-moods-37</link>
	<description>A stream of text from the +5 keyboard of insightfulness.</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:04:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Christy</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16428</link>
		<dc:creator>Christy</dc:creator>
		<pubDate>Tue, 11 Nov 2008 18:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16428</guid>
		<description>Worked perfectly.  Thanks for the info...</description>
		<content:encoded><![CDATA[<p>Worked perfectly.  Thanks for the info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Constable</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16418</link>
		<dc:creator>Keith Constable</dc:creator>
		<pubDate>Sat, 08 Nov 2008 05:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16418</guid>
		<description>It&#039;s actually sorted alphabetically (see &lt;a href=&quot;http://www.php.net/manual/function.strnatcasecmp.php&quot; rel=&quot;nofollow&quot;&gt;strnatcasecmp()&lt;/a&gt;) before being stored in the database as a serialized array.

The best way to change it so it keeps the sorting you defined is on lines 635 and 866.  Change &lt;code&gt;uasort($mood_list, &#039;cm_mood_sort&#039;);&lt;/code&gt; to &lt;code&gt;ksort($mood_list);&lt;/code&gt;.  You&#039;ll have to make a change, any change, to the mood list and save it to force it to update the array in the database before you&#039;ll notice any difference.</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually sorted alphabetically (see <a href="http://www.php.net/manual/function.strnatcasecmp.php" rel="nofollow">strnatcasecmp()</a>) before being stored in the database as a serialized array.</p>
<p>The best way to change it so it keeps the sorting you defined is on lines 635 and 866.  Change <code>uasort($mood_list, 'cm_mood_sort');</code> to <code>ksort($mood_list);</code>.  You&#8217;ll have to make a change, any change, to the mood list and save it to force it to update the array in the database before you&#8217;ll notice any difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christy</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16417</link>
		<dc:creator>Christy</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16417</guid>
		<description>Where is the select statement to get the moods located?  For some reason it is not ordering correctly in the Write post page... I have 5 options.. and right now its printing options in the order of 2,3,4,1,5.

Not a major headache but I do like things ordeally.

BTW, i took cricket moods and made it a panic/stress meter for upcoming nuptials based on US Terroriest Threat levels (green, blue,yellow,orange and red).</description>
		<content:encoded><![CDATA[<p>Where is the select statement to get the moods located?  For some reason it is not ordering correctly in the Write post page&#8230; I have 5 options.. and right now its printing options in the order of 2,3,4,1,5.</p>
<p>Not a major headache but I do like things ordeally.</p>
<p>BTW, i took cricket moods and made it a panic/stress meter for upcoming nuptials based on US Terroriest Threat levels (green, blue,yellow,orange and red).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16379</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Sun, 12 Oct 2008 18:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16379</guid>
		<description>Great work - thank you.

I had the same issue as bubazoo: though I changed the &#039;siteurl&#039; on line 96 to &#039;home&#039; - and it works a treat.</description>
		<content:encoded><![CDATA[<p>Great work &#8211; thank you.</p>
<p>I had the same issue as bubazoo: though I changed the &#8216;siteurl&#8217; on line 96 to &#8216;home&#8217; &#8211; and it works a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bubazoo</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16375</link>
		<dc:creator>bubazoo</dc:creator>
		<pubDate>Sat, 11 Oct 2008 20:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16375</guid>
		<description>yeap, thats what i did, just removed get_option(&#039;siteurl&#039;) from the code, and its working great now :)
whew! lol</description>
		<content:encoded><![CDATA[<p>yeap, thats what i did, just removed get_option(&#8216;siteurl&#8217;) from the code, and its working great now <img src='http://kccricket.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
whew! lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bubazoo</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16374</link>
		<dc:creator>bubazoo</dc:creator>
		<pubDate>Sat, 11 Oct 2008 20:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16374</guid>
		<description>yeah I see the problem.

on line 96 your using
$output .= &#039; &#039;;

thats why its repeating that directory twice, because on my end my siteURL is the full path to my blog.
which is set to tcoburn.com/blog in my case, and then the image directory is set to &quot;/blog/wp-content/moods&quot; so thats why its appearing twice. I could just remove get_option(&#039;siteurl&#039;) and that would fix the problem I&#039;m having.</description>
		<content:encoded><![CDATA[<p>yeah I see the problem.</p>
<p>on line 96 your using<br />
$output .= &#8216; &#8216;;</p>
<p>thats why its repeating that directory twice, because on my end my siteURL is the full path to my blog.<br />
which is set to tcoburn.com/blog in my case, and then the image directory is set to &#8220;/blog/wp-content/moods&#8221; so thats why its appearing twice. I could just remove get_option(&#8216;siteurl&#8217;) and that would fix the problem I&#8217;m having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bubazoo</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16373</link>
		<dc:creator>bubazoo</dc:creator>
		<pubDate>Sat, 11 Oct 2008 19:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16373</guid>
		<description>mines not displaying right,  the image tags are showing the wrong path
for instance, instead of displaying

img src = &quot;http://www.myblog.com/blog/wp-content/moods/mood1.jpg&quot;

its displaying

img src = &quot;http://www.myblog.com/blog/blog/wp-content/moods/mood1.jpg&quot;

so its displaying the path to the blog twice in the image tag. 
thats gotta be a plugin problem because the path to my moods directory in the admin panel is set right, the moods are showing fine in there.</description>
		<content:encoded><![CDATA[<p>mines not displaying right,  the image tags are showing the wrong path<br />
for instance, instead of displaying</p>
<p>img src = &#8220;http://www.myblog.com/blog/wp-content/moods/mood1.jpg&#8221;</p>
<p>its displaying</p>
<p>img src = &#8220;http://www.myblog.com/blog/blog/wp-content/moods/mood1.jpg&#8221;</p>
<p>so its displaying the path to the blog twice in the image tag.<br />
thats gotta be a plugin problem because the path to my moods directory in the admin panel is set right, the moods are showing fine in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sproke :0)</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16367</link>
		<dc:creator>Sproke :0)</dc:creator>
		<pubDate>Fri, 10 Oct 2008 18:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16367</guid>
		<description>Oooh, it looks wonderfully pretty again after I upgraded! Well done! Am going to do a post now and see what happens!.... .... all went well - all is working as it should. Thank you for fixing your plugin for prettyness!</description>
		<content:encoded><![CDATA[<p>Oooh, it looks wonderfully pretty again after I upgraded! Well done! Am going to do a post now and see what happens!&#8230;. &#8230;. all went well &#8211; all is working as it should. Thank you for fixing your plugin for prettyness!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toba</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16349</link>
		<dc:creator>toba</dc:creator>
		<pubDate>Wed, 08 Oct 2008 07:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16349</guid>
		<description>Btw, I got this warning after applying the tweak version:
Warning: Cannot modify header information - headers already sent by (output started at /home/nyenius/public_html/wp-content/plugins/cricket-moods/cricket-moods.php:1) in /home/nyenius/public_html/wp-content/plugins/wp-forum/cookie.php on line 21</description>
		<content:encoded><![CDATA[<p>Btw, I got this warning after applying the tweak version:<br />
Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/nyenius/public_html/wp-content/plugins/cricket-moods/cricket-moods.php:1) in /home/nyenius/public_html/wp-content/plugins/wp-forum/cookie.php on line 21</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toba</title>
		<link>http://kccricket.net/archives/cricket-moods-37/comment-page-1#comment-16348</link>
		<dc:creator>toba</dc:creator>
		<pubDate>Wed, 08 Oct 2008 06:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/?p=100#comment-16348</guid>
		<description>If it so, it will be SOOOOO NIIIIICEEEEE :D</description>
		<content:encoded><![CDATA[<p>If it so, it will be SOOOOO NIIIIICEEEEE <img src='http://kccricket.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

