<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Color Coded Gantt View</title>
	<atom:link href="http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/</link>
	<description>Tips and best practices for SharePoint end users</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:36:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Maarten Slegers</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-8120</link>
		<dc:creator><![CDATA[Maarten Slegers]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 12:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-8120</guid>
		<description><![CDATA[I found what was causing the red crosses (instaid of the images) in my project. I was testing this on a &quot;Dutch&quot; site. This code uses English parameters so this will only work on an English site. It took me some time to figure this out.]]></description>
		<content:encoded><![CDATA[<p>I found what was causing the red crosses (instaid of the images) in my project. I was testing this on a &#8220;Dutch&#8221; site. This code uses English parameters so this will only work on an English site. It took me some time to figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-8071</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 07:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-8071</guid>
		<description><![CDATA[Melanie try this, if Gantt shrinks somehow, just add with and height


.ms-listviewtable{Display: none;}
]]></description>
		<content:encoded><![CDATA[<p>Melanie try this, if Gantt shrinks somehow, just add with and height</p>
<p>.ms-listviewtable{Display: none;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7960</link>
		<dc:creator><![CDATA[Lance]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 16:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7960</guid>
		<description><![CDATA[FYI, I came up with a pretty neat solution here to change the current day color marker in the Gantt view from the invisible &#039;cornsilk&#039; yellow to something more visible. Thought I would pass this along as my thanks for sharing your great Gantt view knowledge here to others.

http://social.msdn.microsoft.com/Forums/en/sharepointcustomization/thread/54743cb4-226c-41e9-99e8-9dc62aca1084

Oh yeah, any reply to my previous comment above on how to get the colors to work on the Calendar View Gantt. I am still struggling with that one. =(]]></description>
		<content:encoded><![CDATA[<p>FYI, I came up with a pretty neat solution here to change the current day color marker in the Gantt view from the invisible &#8216;cornsilk&#8217; yellow to something more visible. Thought I would pass this along as my thanks for sharing your great Gantt view knowledge here to others.</p>
<p><a href="http://social.msdn.microsoft.com/Forums/en/sharepointcustomization/thread/54743cb4-226c-41e9-99e8-9dc62aca1084" rel="nofollow">http://social.msdn.microsoft.com/Forums/en/sharepointcustomization/thread/54743cb4-226c-41e9-99e8-9dc62aca1084</a></p>
<p>Oh yeah, any reply to my previous comment above on how to get the colors to work on the Calendar View Gantt. I am still struggling with that one. =(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7899</link>
		<dc:creator><![CDATA[Lance]]></dc:creator>
		<pubDate>Mon, 19 Dec 2011 22:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7899</guid>
		<description><![CDATA[Got it working with a normal &#039;Task List&#039; but was trying to initially get it to work with a &#039;Calendar List&#039;.

So, my question is this. How could you modify, make this code work with a &#039;Calendar List&#039; displayed as a Gantt as opposed to just strictly a &#039;Task List&#039; as a Gantt View. I am assuming some tweaks would be needed in this code here, but I am not sure where to begin. Any advice greatly appreciated.

// Find the tasks summary list
var TasksList = $(&quot;.ms-ganttOuterTable&quot;).siblings(&quot;table&quot;).find(&quot;.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)&quot;);
if (TasksList.length == 0) TasksList = $(&quot;.ms-ganttOuterTable&quot;).siblings(&quot;table&quot;).find(&quot;.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)&quot;);


Would need to reference the SharPoint Calendar types?]]></description>
		<content:encoded><![CDATA[<p>Got it working with a normal &#8216;Task List&#8217; but was trying to initially get it to work with a &#8216;Calendar List&#8217;.</p>
<p>So, my question is this. How could you modify, make this code work with a &#8216;Calendar List&#8217; displayed as a Gantt as opposed to just strictly a &#8216;Task List&#8217; as a Gantt View. I am assuming some tweaks would be needed in this code here, but I am not sure where to begin. Any advice greatly appreciated.</p>
<p>// Find the tasks summary list<br />
var TasksList = $(&#8220;.ms-ganttOuterTable&#8221;).siblings(&#8220;table&#8221;).find(&#8220;.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)&#8221;);<br />
if (TasksList.length == 0) TasksList = $(&#8220;.ms-ganttOuterTable&#8221;).siblings(&#8220;table&#8221;).find(&#8220;.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)&#8221;);</p>
<p>Would need to reference the SharPoint Calendar types?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7822</link>
		<dc:creator><![CDATA[Joe]]></dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7822</guid>
		<description><![CDATA[Kristina, Are you saying if I paste &quot;// Find the tasks summary list

var TasksList = $(“.ms-ganttOuterTable”).siblings(“table”).find(“.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)”);
if (TasksList.length == 0)
TasksList = $(“.ms-ganttOuterTable”).siblings(“table”).find(“.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)”).not(“.ms-gb”);
var j = 0;

TasksList.each(function(i)
{
try
{
barColours[j++] = regex.exec($(this).text())[0].substr(1,1);
}
catch(err) {
j–;
//barColours[i] =”&quot;;
}
});

&quot; into the original code, it will allow me to use the color coding on my gantt chart even with grouping and filtering applied?]]></description>
		<content:encoded><![CDATA[<p>Kristina, Are you saying if I paste &#8220;// Find the tasks summary list</p>
<p>var TasksList = $(“.ms-ganttOuterTable”).siblings(“table”).find(“.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)”);<br />
if (TasksList.length == 0)<br />
TasksList = $(“.ms-ganttOuterTable”).siblings(“table”).find(“.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)”).not(“.ms-gb”);<br />
var j = 0;</p>
<p>TasksList.each(function(i)<br />
{<br />
try<br />
{<br />
barColours[j++] = regex.exec($(this).text())[0].substr(1,1);<br />
}<br />
catch(err) {<br />
j–;<br />
//barColours[i] =”&#8221;;<br />
}<br />
});</p>
<p>&#8221; into the original code, it will allow me to use the color coding on my gantt chart even with grouping and filtering applied?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7814</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Sun, 04 Dec 2011 20:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7814</guid>
		<description><![CDATA[The 2010 Gantt is completely different from the 2007 one. I have done some color coding tests, but I have not published anything (and I haven&#039;t seen anything on other blogs either).]]></description>
		<content:encoded><![CDATA[<p>The 2010 Gantt is completely different from the 2007 one. I have done some color coding tests, but I have not published anything (and I haven&#8217;t seen anything on other blogs either).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7811</link>
		<dc:creator><![CDATA[M]]></dc:creator>
		<pubDate>Sun, 04 Dec 2011 15:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7811</guid>
		<description><![CDATA[THis work great for SharePOint 2007, however, it doesn&#039;t work for SharePoint 2010. Is there solution to 2010 ?

Thanks,
M]]></description>
		<content:encoded><![CDATA[<p>THis work great for SharePOint 2007, however, it doesn&#8217;t work for SharePoint 2010. Is there solution to 2010 ?</p>
<p>Thanks,<br />
M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7362</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 14 Sep 2011 02:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7362</guid>
		<description><![CDATA[Hi James, Would love the extra colors - please mail to trilloa@gmail.com many Thanks! regards Aaron]]></description>
		<content:encoded><![CDATA[<p>Hi James, Would love the extra colors &#8211; please mail to <a href="mailto:trilloa@gmail.com">trilloa@gmail.com</a> many Thanks! regards Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7361</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 13 Sep 2011 22:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7361</guid>
		<description><![CDATA[Hi Guys, Below is my code for changing colours for my status&#039;s and in the code the various status (Not Started But Approved, Not Started Waiting On Approval, In Progress, Completed, Cancelled, On Hold) I cant get it to add a number to the gif file to change the image it uses.

Also, does anyone have more colors they can send? My email is trilloa@gmail.com.

I Appreciate any help anyone can provide to get this to work - its an awesome idea and I am surprised its not standard.

The column is called Task Status.

Regards

Aaron

// Set PicturesPath to the URL of the library that hosts the bar images:
var PicturesPath = &quot;/communities/nzisssdmcop/PublishingImages&quot;;

// Collect the Task Status level for each task
var barColours = new Array();
var regex = /\(\d\)\s(Not Started But Approved&#124;Not Started Waiting On Approval&#124;In Progress&#124;Completed&#124;On Hold&#124;Cancelled)/;
// Find the tasks summary list
var TasksList = $(&quot;.ms-ganttOuterTable&quot;).siblings(&quot;table&quot;).find(&quot;.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)&quot;);
if (TasksList.length == 0) TasksList = $(&quot;.ms-ganttOuterTable&quot;).siblings(&quot;table&quot;).find(&quot;.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)&quot;);

TasksList.each(function(i){
try {
barColours[i] = regex.exec($(this).text())[0].substr(1,1);
}
catch(err) {barColours[i+1] =&quot;&quot;;}
}); 

//TasksList.each(function(i){
//try {
//barColours[i-1] = regex.exec($(this).text())[0].substr(1,1); // i-//1, instead of i
//}
//catch(err) {barColours[i] =”&quot;;}
//}); 


// Modify the bar color according to Task Status
$(&quot;.ms-ganttTaskRow&quot;).each(function(i){
$(this).find(&quot;img&quot;).each(function(){
       var source=this.src;
       source = source.replace(/.gif/, barColours[i]+&quot;.gif&quot;);
       source = source.replace(/\/_layouts\/images/,PicturesPath);
       this.src=source;
});
});
//Optional: hide the list under the Gantt view
//$(&quot;.ms-summarystandardbody&quot;).hide();

]]></description>
		<content:encoded><![CDATA[<p>Hi Guys, Below is my code for changing colours for my status&#8217;s and in the code the various status (Not Started But Approved, Not Started Waiting On Approval, In Progress, Completed, Cancelled, On Hold) I cant get it to add a number to the gif file to change the image it uses.</p>
<p>Also, does anyone have more colors they can send? My email is <a href="mailto:trilloa@gmail.com">trilloa@gmail.com</a>.</p>
<p>I Appreciate any help anyone can provide to get this to work &#8211; its an awesome idea and I am surprised its not standard.</p>
<p>The column is called Task Status.</p>
<p>Regards</p>
<p>Aaron</p>
<p>// Set PicturesPath to the URL of the library that hosts the bar images:<br />
var PicturesPath = &#8220;/communities/nzisssdmcop/PublishingImages&#8221;;</p>
<p>// Collect the Task Status level for each task<br />
var barColours = new Array();<br />
var regex = /\(\d\)\s(Not Started But Approved|Not Started Waiting On Approval|In Progress|Completed|On Hold|Cancelled)/;<br />
// Find the tasks summary list<br />
var TasksList = $(&#8220;.ms-ganttOuterTable&#8221;).siblings(&#8220;table&#8221;).find(&#8220;.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)&#8221;);<br />
if (TasksList.length == 0) TasksList = $(&#8220;.ms-ganttOuterTable&#8221;).siblings(&#8220;table&#8221;).find(&#8220;.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)&#8221;);</p>
<p>TasksList.each(function(i){<br />
try {<br />
barColours[i] = regex.exec($(this).text())[0].substr(1,1);<br />
}<br />
catch(err) {barColours[i+1] =&#8221;";}<br />
}); </p>
<p>//TasksList.each(function(i){<br />
//try {<br />
//barColours[i-1] = regex.exec($(this).text())[0].substr(1,1); // i-//1, instead of i<br />
//}<br />
//catch(err) {barColours[i] =”&#8221;;}<br />
//}); </p>
<p>// Modify the bar color according to Task Status<br />
$(&#8220;.ms-ganttTaskRow&#8221;).each(function(i){<br />
$(this).find(&#8220;img&#8221;).each(function(){<br />
       var source=this.src;<br />
       source = source.replace(/.gif/, barColours[i]+&#8221;.gif&#8221;);<br />
       source = source.replace(/\/_layouts\/images/,PicturesPath);<br />
       this.src=source;<br />
});<br />
});<br />
//Optional: hide the list under the Gantt view<br />
//$(&#8220;.ms-summarystandardbody&#8221;).hide();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ana</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-7076</link>
		<dc:creator><![CDATA[ana]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 12:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-7076</guid>
		<description><![CDATA[Hi - does this work with sharepoint 2010?]]></description>
		<content:encoded><![CDATA[<p>Hi &#8211; does this work with sharepoint 2010?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-6939</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 20:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-6939</guid>
		<description><![CDATA[Thank you so much for your help guys. I actually found out what the issue was, and it was much simpler than I had thought, but I thought I&#039;d let you guys know either way. 

The issue was that I was grouping the items in the list based on their &quot;Activity&quot; which is a yes/no choice, but all of the items are yes anyway, so there is only one row added. As such, getting the colours to work properly (and not skipping a line, as it turned out whas happening) simply took setting the counter one step back in it&#039;s progression from the start.


TasksList.each(function(i){
try {
barColours[i-1] = regex.exec($(this).text())[0].substr(1,1);  // i-1, instead of i 
}
catch(err) {barColours[i] =&quot;&quot;;}
}); 

Anyway, it was as simple as that for me. Thanks again for all the help!

-Zach]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for your help guys. I actually found out what the issue was, and it was much simpler than I had thought, but I thought I&#8217;d let you guys know either way. </p>
<p>The issue was that I was grouping the items in the list based on their &#8220;Activity&#8221; which is a yes/no choice, but all of the items are yes anyway, so there is only one row added. As such, getting the colours to work properly (and not skipping a line, as it turned out whas happening) simply took setting the counter one step back in it&#8217;s progression from the start.</p>
<p>TasksList.each(function(i){<br />
try {<br />
barColours[i-1] = regex.exec($(this).text())[0].substr(1,1);  // i-1, instead of i<br />
}<br />
catch(err) {barColours[i] =&#8221;";}<br />
}); </p>
<p>Anyway, it was as simple as that for me. Thanks again for all the help!</p>
<p>-Zach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristina</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-6938</link>
		<dc:creator><![CDATA[Kristina]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 20:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-6938</guid>
		<description><![CDATA[If you change the &quot;Find the tasks summary list&quot; piece to the following, it should fix your grouping/header problems:

// Find the tasks summary list

var TasksList = $(&quot;.ms-ganttOuterTable&quot;).siblings(&quot;table&quot;).find(&quot;.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)&quot;);
if (TasksList.length == 0) 
TasksList = $(&quot;.ms-ganttOuterTable&quot;).siblings(&quot;table&quot;).find(&quot;.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)&quot;).not(&quot;.ms-gb&quot;);
var j = 0;

TasksList.each(function(i)
{
  try 
    {
      barColours[j++] = regex.exec($(this).text())[0].substr(1,1);
    }
  catch(err) {
    j--;
    //barColours[i] =&quot;&quot;;
    }
});]]></description>
		<content:encoded><![CDATA[<p>If you change the &#8220;Find the tasks summary list&#8221; piece to the following, it should fix your grouping/header problems:</p>
<p>// Find the tasks summary list</p>
<p>var TasksList = $(&#8220;.ms-ganttOuterTable&#8221;).siblings(&#8220;table&#8221;).find(&#8220;.ms-summarystandardbody&gt;tbody&gt;tr:not(.ms-viewheadertr)&#8221;);<br />
if (TasksList.length == 0)<br />
TasksList = $(&#8220;.ms-ganttOuterTable&#8221;).siblings(&#8220;table&#8221;).find(&#8220;.ms-listviewtable&gt;tbody&gt;tr:not(.ms-viewheadertr)&#8221;).not(&#8220;.ms-gb&#8221;);<br />
var j = 0;</p>
<p>TasksList.each(function(i)<br />
{<br />
  try<br />
    {<br />
      barColours[j++] = regex.exec($(this).text())[0].substr(1,1);<br />
    }<br />
  catch(err) {<br />
    j&#8211;;<br />
    //barColours[i] =&#8221;";<br />
    }<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristina</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-6917</link>
		<dc:creator><![CDATA[Kristina]]></dc:creator>
		<pubDate>Mon, 20 Jun 2011 16:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-6917</guid>
		<description><![CDATA[Also, grouping. Anything that adds a line to the tasks list.]]></description>
		<content:encoded><![CDATA[<p>Also, grouping. Anything that adds a line to the tasks list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristina</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-6916</link>
		<dc:creator><![CDATA[Kristina]]></dc:creator>
		<pubDate>Mon, 20 Jun 2011 15:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-6916</guid>
		<description><![CDATA[Do you have it counting anything? I had it counting how many items were in the list and it did the same for me. Just remove any counters that you have on the list and it should work.]]></description>
		<content:encoded><![CDATA[<p>Do you have it counting anything? I had it counting how many items were in the list and it did the same for me. Just remove any counters that you have on the list and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.pathtosharepoint.com/2009/09/08/color-coded-gantt-view/#comment-6912</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 13:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=1012#comment-6912</guid>
		<description><![CDATA[Hey all. For some reason the first item on the gantt task lists is still displaying a red X box, while the rest of them are all working perfectly. The first item is searching for the original milestone image for some reason, (which it of course can&#039;t find). 

Has anyone run into this problem/know how to fix it? I have a feeling it may be as simple as a counter error, but I&#039;m not sure.

-Zach]]></description>
		<content:encoded><![CDATA[<p>Hey all. For some reason the first item on the gantt task lists is still displaying a red X box, while the rest of them are all working perfectly. The first item is searching for the original milestone image for some reason, (which it of course can&#8217;t find). </p>
<p>Has anyone run into this problem/know how to fix it? I have a feeling it may be as simple as a counter error, but I&#8217;m not sure.</p>
<p>-Zach</p>
]]></content:encoded>
	</item>
</channel>
</rss>

