<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Display Category in Ticket List Details</title>
  <link>http://www.activecollab.com/forums/topic/2491/</link>
  <description>Recent posts on topic: Display Category in Ticket List Details</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 30 Aug 2008 11:35:24 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/11775/#post11775</link>
    <guid>http://www.activecollab.com/forums/post/11775/#post11775</guid>
    <title>Post #5 by sflowers</title>
    <dc:creator>sflowers</dc:creator>
    <description><![CDATA[<p>Thanks Ilija! Still getting used to this. This is a really handy addition by the way for anyone who receives tickets in droves. Another enhancement step beyond this is to enable sorting by Category | Name | Date | Assignee within the ticket list by milestone.</p>]]></description>
    <pubDate>Wed, 13 Feb 2008 18:07:39 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11774/#post11774</link>
    <guid>http://www.activecollab.com/forums/post/11774/#post11774</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>How about :<br />
<br />
<pre name="code" class="html">{if $ticket-&gt;getParentId()}
  {object_link object=$ticket-&gt;getParent()}  
{/if}</pre></p>]]></description>
    <pubDate>Wed, 13 Feb 2008 18:03:16 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11773/#post11773</link>
    <guid>http://www.activecollab.com/forums/post/11773/#post11773</guid>
    <title>Post #3 by sflowers</title>
    <dc:creator>sflowers</dc:creator>
    <description><![CDATA[<p>Hi Ilija,<br />
<br />
It didn't work out so well. I haxored the heck out of it based on something that was already in the template. This is dirty and wasteful, but I couldn't find anything built in that did it for me:(<br />
<br />
{if $ticket-&gt;getParentId()==0}General{/if}<br />
{foreach from=$categories item=category}<br />
	{if $category-&gt;getId() == $ticket-&gt;getParentId()}{$category-&gt;getName()|clean}{/if}<br />
{/foreach}</p>]]></description>
    <pubDate>Wed, 13 Feb 2008 16:37:06 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11772/#post11772</link>
    <guid>http://www.activecollab.com/forums/post/11772/#post11772</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><pre name="code" class="html">{object_link object=$ticket-&gt;getParent()}</pre></p>]]></description>
    <pubDate>Wed, 13 Feb 2008 16:23:02 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11771/#post11771</link>
    <guid>http://www.activecollab.com/forums/post/11771/#post11771</guid>
    <title>Post #1 by sflowers</title>
    <dc:creator>sflowers</dc:creator>
    <description><![CDATA[<p>I want to display the categorization when all tickets are displayed in the view. The categories are nice for filter, but this could also be a strong indicator in the list. I want to do something like:<br />
<br />
&lt;td class=&quot;name&quot;&gt;&lt;a href=&quot;{$ticket-&gt;getViewUrl()}&quot;  &gt;{$ticket-&gt;getName()|clean}&lt;/a&gt;&lt;br/&gt;{$ticket-&gt;getCategory()|humanize}&lt;/h3&gt;<br />
                  &lt;/td&gt;<br />
<br />
But there isn't a method for getCategory(), is there something like this already built in?<br />
<br />
</p>]]></description>
    <pubDate>Wed, 13 Feb 2008 16:05:42 UTC</pubDate>
  </item>
</channel>
</rss>