<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Adding links to Dashboard..</title>
  <link>http://www.activecollab.com/forums/topic/2238/</link>
  <description>Recent posts on topic: Adding links to Dashboard..</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 28 Aug 2008 07:04:06 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/10743/#post10743</link>
    <guid>http://www.activecollab.com/forums/post/10743/#post10743</guid>
    <title>Post #6 by adamld</title>
    <dc:creator>adamld</dc:creator>
    <description><![CDATA[<p>It would be great if we could have the main dashboard changed a bit to include an Announcements area.<br />
<br />
If that area supproted HTML links you could do a lot with it.<br />
<br />
Also, the Projects list at the Dashboard is useless, with Numbered Pages instead of Alphabetically sorted it's just a waste of space.<br />
<br />
It being there at all completely suggests AC is geared more towards small companies with few projects, and that is not very supportive of those who bought the Corporate version.</p>]]></description>
    <pubDate>Fri, 16 Nov 2007 03:34:14 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10651/#post10651</link>
    <guid>http://www.activecollab.com/forums/post/10651/#post10651</guid>
    <title>Post #5 by gcortesi</title>
    <dc:creator>gcortesi</dc:creator>
    <description><![CDATA[<p>Thanks - I didn't scroll far enough to the left when I did the print screen.<br />
<br />
Guy</p>]]></description>
    <pubDate>Sun, 11 Nov 2007 20:33:12 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10649/#post10649</link>
    <guid>http://www.activecollab.com/forums/post/10649/#post10649</guid>
    <title>Post #4 by cyandesign</title>
    <dc:creator>cyandesign</dc:creator>
    <description><![CDATA[<p>Hi gcortesi,<br />
<br />
Your code to add the icons to the dashboard is missing the &quot;g&quot; in &quot;get_image_url&quot;<br />
<br />
Other than that it works great. <br />
<br />
Thanks.</p>]]></description>
    <pubDate>Sun, 11 Nov 2007 17:27:30 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10629/#post10629</link>
    <guid>http://www.activecollab.com/forums/post/10629/#post10629</guid>
    <title>Post #3 by gcortesi</title>
    <dc:creator>gcortesi</dc:creator>
    <description><![CDATA[<p>To achieve the addition of a few new icons (links) I made the following mods to  /activecollab/activecollab/modules/system/handlers/on_build_menu.php.  I added a new icon and link for the Dashboard and Help.  Definitely a hack but it does the job for now.  Certainly not upgradeable....<br />
<br />
<pre name="code" class="php"> function system_handle_on_build_menu(&amp;amp;$menu, &amp;amp;$user) {
    $menu-&amp;gt;addToGroup(array(
     new MenuItem('dashboard', lang('Dashboard'), 'http://www.esolvesolutions.com/activecollab/', get_image_url('navigation/dashboard.gif')),
      new MenuItem('help', lang('Help'), 'http://www.esolvesolutions.com/activecollab/public/index.php/projects/6/pages', get_image_url('navigation/help.gif')),
      new MenuItem('people', lang('People'), assemble_url('people'), get_image_url('navigation/people.gif')),
      new MenuItem('projects', lang('Projects'), assemble_url('projects'), get_image_url('navigation/projects.gif')),
    ), 'main');</pre><br />
<br />
I then added a few icons to activecollab/public/assets/images.    I added a help, dashboard and new site_logo gif icon for use on the main page.<br />
<br />
In /activecollab/activecollab/modules/system/views/dashboard/index.tpl  I moved the the recent activities lines (below) BEFORE the active projects code so the recent activities appears first.  This makes it easier to see what is new, rather than a list of projects, when you do to the Dashboard.<br />
<br />
<pre name="code" class="html">&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;

  {if is_foreachable($grouped_activities)}
  &lt;div&gt;
    &lt;h2 class=&quot;section_name&quot;&gt;&lt;span class=&quot;section_name_span&quot;&gt;{lang}Recent Activities{/lang}&lt;/span&gt;&lt;/h2&gt;
    &lt;div class=&quot;section_container&quot;&gt;
      {activities activities=$grouped_activities project_column=yes}

    &lt;/div&gt;
  &lt;/div&gt;
  {/if}</pre></p>]]></description>
    <pubDate>Fri, 09 Nov 2007 05:12:44 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10623/#post10623</link>
    <guid>http://www.activecollab.com/forums/post/10623/#post10623</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>You can change /activecollab/application/modules/system/views/dashboard/index.tpl and add stuff you want. Please note that this change will not be upgradeable!</p>]]></description>
    <pubDate>Thu, 08 Nov 2007 21:27:03 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10622/#post10622</link>
    <guid>http://www.activecollab.com/forums/post/10622/#post10622</guid>
    <title>Post #1 by rshaw</title>
    <dc:creator>rshaw</dc:creator>
    <description><![CDATA[<p>Simple request.. <br />
I would just like to add some links to common 'Team Tools'<br />
<br />
Like Bug Tracking, Test Management, DevWiki.. <br />
<br />
Where would be the best place to add these.. as they span ALL projects..?<br />
<br />
</p>]]></description>
    <pubDate>Thu, 08 Nov 2007 21:22:59 UTC</pubDate>
  </item>
</channel>
</rss>