<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create a forum view using FreeMarker templates in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138810#M97304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;#macro findparent node&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;#if node.properties.name = "Company Home"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;#else&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ${node.properties.name}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;@findparent node.parent/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/#if&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/#macro&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;@findparent node=space /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/// code finish&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can use recursive&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 15:47:37 GMT</pubDate>
    <dc:creator>mcolak</dc:creator>
    <dc:date>2007-11-30T15:47:37Z</dc:date>
    <item>
      <title>Create a forum view using FreeMarker templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138808#M97302</link>
      <description>Hello,Has somebody already wrote a template to display the hierarchy of topic/posts of a forum or document discussion ?As you may know a discussion contains all its posts, and the posts have cm:references relationships between then to remember which one is the answer to another one. I want to write</description>
      <pubDate>Fri, 02 Nov 2007 10:37:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138808#M97302</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2007-11-02T10:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create a forum view using FreeMarker templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138809#M97303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use Macros and Functions in FreeMarker to recursively display and walk structures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has written this template, they are welcome to post it here or to the community page for templates:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Example_Presentation_Templates" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Example_Presentation_Templates&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 17:47:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138809#M97303</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-11-09T17:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create a forum view using FreeMarker templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138810#M97304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;#macro findparent node&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;#if node.properties.name = "Company Home"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;#else&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ${node.properties.name}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;@findparent node.parent/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/#if&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/#macro&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;@findparent node=space /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/// code finish&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can use recursive&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 15:47:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138810#M97304</guid>
      <dc:creator>mcolak</dc:creator>
      <dc:date>2007-11-30T15:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create a forum view using FreeMarker templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138811#M97305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the example mkolac&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 10:32:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-forum-view-using-freemarker-templates/m-p/138811#M97305</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2007-12-04T10:32:04Z</dc:date>
    </item>
  </channel>
</rss>

