<?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: Applying custom template view through config in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165104#M118813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, here's how i did it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Made custom jsp to display my custom folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Templates section in jsp page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;removed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;anel id="custom-wrapper-panel" rendered="#{NavigationBean.hasCustomView &amp;amp;&amp;amp; NavigationBean.searchContext == null}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;anel id="custom-wrapper-panel" rendered="#{NavigationBean.searchContext == null}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;removed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;r:template id="template" template="/alfresco/templates/poteza-company-preview.ftl" model="#{NavigationBean.templateModel}" rendered="#{!NavigationBean.hasWebscriptView &amp;amp;&amp;amp; NavigationBean.hasTemplateView}" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;r:template id="template" templatePath="/Company Home/Data Dictionary/Presentation Templates/my.ftl" model="#{NavigationBean.templateModel}"/&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 10:34:56 GMT</pubDate>
    <dc:creator>msvoren</dc:creator>
    <dc:date>2008-03-05T10:34:56Z</dc:date>
    <item>
      <title>Applying custom template view through config</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165101#M118810</link>
      <description>Using ftls to create custom views for spaces has worked great for us, but are a bit stuck in how to apply these custom views to certian spaces for ALL users using config, not clicking through the UI.Can this be done in the custom web config?</description>
      <pubDate>Tue, 26 Feb 2008 11:57:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165101#M118810</guid>
      <dc:creator>protenus</dc:creator>
      <dc:date>2008-02-26T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom template view through config</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165102#M118811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, unfortunately not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An alternative is to write a server side JavaScript that iterates through your spaces and makes the necessary changes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:17:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165102#M118811</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-29T14:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom template view through config</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165103#M118812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can i do this through JSP page? I made a custom JPS page for displaying just that custom space i made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I apply template to folder through jsp page?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:12:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165103#M118812</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2008-03-04T10:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom template view through config</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165104#M118813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, here's how i did it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Made custom jsp to display my custom folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Templates section in jsp page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;removed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;anel id="custom-wrapper-panel" rendered="#{NavigationBean.hasCustomView &amp;amp;&amp;amp; NavigationBean.searchContext == null}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;anel id="custom-wrapper-panel" rendered="#{NavigationBean.searchContext == null}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;removed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;r:template id="template" template="/alfresco/templates/poteza-company-preview.ftl" model="#{NavigationBean.templateModel}" rendered="#{!NavigationBean.hasWebscriptView &amp;amp;&amp;amp; NavigationBean.hasTemplateView}" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;r:template id="template" templatePath="/Company Home/Data Dictionary/Presentation Templates/my.ftl" model="#{NavigationBean.templateModel}"/&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 10:34:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165104#M118813</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2008-03-05T10:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Applying custom template view through config</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165105#M118814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;msroven =&amp;gt; Thank you very much for your participation. It satisfy perfectly my needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gavinc =&amp;gt; I think this functionnality (apply a template for ALL all users) is really missing. We can't let end users to parameterize there custom view through UI, it is useless for them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 09:50:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/applying-custom-template-view-through-config/m-p/165105#M118814</guid>
      <dc:creator>zomurn</dc:creator>
      <dc:date>2009-05-07T09:50:05Z</dc:date>
    </item>
  </channel>
</rss>

