<?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: Customized icon on filetypes according to metadata in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232864#M185994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;nobody knows about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe is not possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Oct 2010 17:54:20 GMT</pubDate>
    <dc:creator>kountry</dc:creator>
    <dc:date>2010-10-18T17:54:20Z</dc:date>
    <item>
      <title>Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232863#M185993</link>
      <description>Hi all, i'm very newbie to Alfresco although i know a bit of java and xml programming,The problem i have is that i want customize filetype icons, according to the value of a metadata, so if you complete this metadata, the icon shown for this file changes to a "special" one in all Alfresco views, els</description>
      <pubDate>Wed, 13 Oct 2010 17:02:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232863#M185993</guid>
      <dc:creator>kountry</dc:creator>
      <dc:date>2010-10-13T17:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232864#M185994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;nobody knows about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe is not possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232864#M185994</guid>
      <dc:creator>kountry</dc:creator>
      <dc:date>2010-10-18T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232865#M185995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't really know if it is related but I try to change the icon of a folder and a document according to a type. I have created custom types deriving from cm:folder and cm:content and I' try to customize the displayed icon in my share-config-custom.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For now,&amp;nbsp; I haven't been successful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:26:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232865#M185995</guid>
      <dc:creator>orichaud</dc:creator>
      <dc:date>2010-10-28T13:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232866#M185996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's nowhere in share-config-custom.xml that would allow you to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:58:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232866#M185996</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-10-28T13:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232867#M185997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know if its at all possible this way, but maybe you should try some JavaScript with a rule to run the script for all items on a specific space and change icons according to mimetype (I'm figuring you'd have to store the icons somewhere and reference them)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;if (document.mimetype == "text/plain")&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.icon32 = "some reference pointing to the location of the icon here";&lt;BR /&gt;}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This all could be completely wrong, just throwing some ideas around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another problem you're facing would be browser caching I think, you'd have to refresh the page to view changes made to icons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:00:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232867#M185997</guid>
      <dc:creator>rbkprod</dc:creator>
      <dc:date>2010-10-28T14:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232868#M185998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that, since it is not configurable, the javascript way is the best approach. A check on the class/type of the document (ahp&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;hoto –&amp;gt; cm:content) / folder (ahp&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;roperty –&amp;gt; cm:folder) will allow the determination of the icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is managed by a rule, I don't understand how it will work since the rule is fired in reaction to events on documents and spaces (creation, deletion, updates).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Mike: is there a plan in the roadmap to make icons customizable in the share-config-custom.xml?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232868#M185998</guid>
      <dc:creator>orichaud</dc:creator>
      <dc:date>2010-10-28T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232869#M185999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;@Mike: is there a plan in the roadmap to make icons customizable in the share-config-custom.xml?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Olivier&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;No, there's nothing concrete. Best thing to do is raise a new ticket in JIRA and add as many details in there as to how you'd like it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:35:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232869#M185999</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-10-28T14:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232870#M186000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the ticket:&lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/jira/browse/ALF-5418" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/jira/browse/ALF-5418&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:50:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232870#M186000</guid>
      <dc:creator>orichaud</dc:creator>
      <dc:date>2010-10-28T14:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Customized icon on filetypes according to metadata</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232871#M186001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks all for your answers, but i was asking about a way to display a custom icon based on the value of a metadata, not based on mime type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I supose if it is not possible in base mime type, unless based on the value of a metadata, right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 20:12:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customized-icon-on-filetypes-according-to-metadata/m-p/232871#M186001</guid>
      <dc:creator>kountry</dc:creator>
      <dc:date>2010-11-01T20:12:24Z</dc:date>
    </item>
  </channel>
</rss>

