<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: List finished projects, regardless of authority</title>
  <link>http://www.activecollab.com/forums/topic/1680/</link>
  <description>Recent posts on topic: List finished projects, regardless of authority</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sun, 12 Oct 2008 23:54:37 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/7963/#post7963</link>
    <guid>http://www.activecollab.com/forums/post/7963/#post7963</guid>
    <title>Post #2 by Brady J. Frey</title>
    <dc:creator>Brady J. Frey</dc:creator>
    <description><![CDATA[<p>Looks like:<br />
<pre name="code" class="html">
&lt;?php if(isset($finished_projects) &amp;&amp; is_array($finished_projects) &amp;&amp; count($finished_projects)) { ?&gt;
&lt;div class=&quot;sidebarBlock&quot;&gt;
  &lt;h2&gt;&lt;?php echo lang('finished projects') ?&gt;&lt;/h2&gt;
  &lt;div class=&quot;blockContent&quot;&gt;
    &lt;p&gt;&lt;?php echo lang('my projects archive desc') ?&gt;&lt;/p&gt;
    &lt;ul class=&quot;listWithDetails&quot;&gt;
&lt;?php foreach($finished_projects as $project) { ?&gt;
      &lt;li&gt;
        &lt;a href=&quot;&lt;?php echo $project-&gt;getOverviewUrl() ?&gt;&quot;&gt;&lt;?php echo clean($project-&gt;getName()) ?&gt;&lt;/a&gt;&lt;br /&gt;
        &lt;span class=&quot;desc&quot;&gt;(&lt;?php echo lang('completed on by', format_date($project-&gt;getCompletedOn()), $project-&gt;getCompletedBy()-&gt;getCardUrl(), clean($project-&gt;getCompletedBy()-&gt;getDisplayName())) ?&gt;)&lt;/span&gt;
      &lt;/li&gt;
&lt;?php } // foreach ?&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;?php } // if ?&gt;
</pre><br />
<br />
is the key here... now to figure out how to drop it on the dashboard... </p>]]></description>
    <pubDate>Fri, 15 Jun 2007 20:45:44 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7962/#post7962</link>
    <guid>http://www.activecollab.com/forums/post/7962/#post7962</guid>
    <title>Post #1 by Brady J. Frey</title>
    <dc:creator>Brady J. Frey</dc:creator>
    <description><![CDATA[<p>I'm using this for two systems; one is specific as an internal project management tool, and a list of 'finished projects' would be nice simply as a litmus for completed work. Is there a way to add this to the dashboard? The list would be just completed projects, regardless of permissions for access, and does not need to link anywhere. I'm still digging myself, but thought i'd ask at the same time. Thank you!</p>]]></description>
    <pubDate>Fri, 15 Jun 2007 20:40:39 UTC</pubDate>
  </item>
</channel>
</rss>