<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: highlight active tabs</title>
  <link>http://www.activecollab.com/forums/topic/2564/</link>
  <description>Recent posts on topic: highlight active tabs</description>
  <dc:language>en-us</dc:language>
  <pubDate>Fri, 05 Sep 2008 12:24:50 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/12033/#post12033</link>
    <guid>http://www.activecollab.com/forums/post/12033/#post12033</guid>
    <title>Post #6 by Brian</title>
    <dc:creator>Brian</dc:creator>
    <description><![CDATA[<p>+2 - Yes, this would be a very nice feature.</p>]]></description>
    <pubDate>Fri, 07 Mar 2008 19:27:55 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12028/#post12028</link>
    <guid>http://www.activecollab.com/forums/post/12028/#post12028</guid>
    <title>Post #5 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>System just collects tab names and their URL without checking if there are objects present on the pages. Because of that tabs are no &quot;aware&quot; of data they display. Code responsible for displaying tabs is located in wireframe.tpl:<br />
<br />
<pre name="code" class="html">{if isset($project_tabs)}
&lt;div id=&quot;tabs&quot;&gt;
	&lt;div class=&quot;container&quot;&gt;
  	&lt;ul&gt;
  	{foreach from=$project_tabs-&gt;data key=current_tab_name item=current_tab name=page_tabs}
  	  &lt;li {if $smarty.foreach.page_tabs.iteration == 1}class=&quot;first&quot;{/if}&gt;&lt;a href=&quot;{$current_tab.url}&quot; {if $current_tab_name == $project_tab}class=&quot;current&quot;{/if}&gt;&lt;span&gt;{$current_tab.text|clean}&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
  	{/foreach}
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;
{/if}</pre><br />
<br />
Path: /application/activecollab/moduls/system/layouts/wireframe.tpl<br />
<br />
Behavior you requested can be implemented, but it would require good understanding of the system in order to be done properly (per project counters for every type, caching to keep things as fast as possible etc). We do not plan to introduce such a feature at this point, but we'll consider it for one of the future versions.</p>]]></description>
    <pubDate>Thu, 06 Mar 2008 21:40:02 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12026/#post12026</link>
    <guid>http://www.activecollab.com/forums/post/12026/#post12026</guid>
    <title>Post #4 by Davor</title>
    <dc:creator>Davor</dc:creator>
    <description><![CDATA[<p>Have no idea. But would love the feature</p>]]></description>
    <pubDate>Thu, 06 Mar 2008 20:41:25 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12025/#post12025</link>
    <guid>http://www.activecollab.com/forums/post/12025/#post12025</guid>
    <title>Post #3 by tylorllewellyn</title>
    <dc:creator>tylorllewellyn</dc:creator>
    <description><![CDATA[<p>Sorry I'm very new to aC what files do I edit? I'm still trying to figure out the file structure.</p>]]></description>
    <pubDate>Thu, 06 Mar 2008 17:16:53 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12024/#post12024</link>
    <guid>http://www.activecollab.com/forums/post/12024/#post12024</guid>
    <title>Post #2 by Davor</title>
    <dc:creator>Davor</dc:creator>
    <description><![CDATA[<p>+1</p>]]></description>
    <pubDate>Thu, 06 Mar 2008 17:10:37 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12023/#post12023</link>
    <guid>http://www.activecollab.com/forums/post/12023/#post12023</guid>
    <title>Post #1 by tylorllewellyn</title>
    <dc:creator>tylorllewellyn</dc:creator>
    <description><![CDATA[<p>I would like all the tabs like &quot;Files, Tickets, Discussions&quot; to become highlighted in some way to let staff know the this section has info in it. Where do I get started?</p>]]></description>
    <pubDate>Thu, 06 Mar 2008 16:44:10 UTC</pubDate>
  </item>
</channel>
</rss>