<?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 PNG ICON in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305346#M258476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;someone know how added png icon for share site buttons? for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dashboard site&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Document Library &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Blog&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and another buttons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your responses !&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 07:56:59 GMT</pubDate>
    <dc:creator>johnny_k</dc:creator>
    <dc:date>2016-07-25T07:56:59Z</dc:date>
    <item>
      <title>PNG ICON</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305346#M258476</link>
      <description>Hello everyone !someone know how added png icon for share site buttons? for example:-Dashboard site-Document Library -Blogand another buttons.thank you for your responses !</description>
      <pubDate>Mon, 25 Jul 2016 07:56:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305346#M258476</guid>
      <dc:creator>johnny_k</dc:creator>
      <dc:date>2016-07-25T07:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: PNG ICON</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305347#M258477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that no one has answered yet. I think it might help if you could take a screenshot and mark it up to show what it is you are trying to do. A picture is worth a thousand words.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 21:30:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305347#M258477</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-09-22T21:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: PNG ICON</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305348#M258478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i want to do:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="9587" alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/9587_site-img-menu.png" style="width: 620px; height: 73px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;thank you for your responses !&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 06:09:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305348#M258478</guid>
      <dc:creator>johnny_k</dc:creator>
      <dc:date>2016-09-23T06:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: PNG ICON</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305349#M258479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those menu items are rendered by the Aikau&amp;nbsp;"&lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfMenuBarItem.html" rel="nofollow noopener noreferrer"&gt;alfresco/menus/AlfMenuBarItem&lt;/A&gt;" which does have support for adding icons, however the default icon position is to the left and not above (I suspect you're trying to recreate the look of the old 3.4 header?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly you're always going to need to extend the header (you're going to make sure you follow the steps in this &lt;A href="http://stackoverflow.com/questions/37023215/why-doesnt-my-share-header-customization-work-on-the-search-page" rel="nofollow noopener noreferrer"&gt;SO question and answer&lt;/A&gt; I created to ensure that the customization is applied to all pages in Share. For general guidance on extending the Share header you can read this &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2013/09/04/customizing-the-share-header-menu-part-1" rel="nofollow noopener noreferrer"&gt;blog post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're going to want to either extend the AlfMenuBarItem widget (or create an entirely new widget) and then update the page model defined by the share-header.lib.js file - in particular the part of the model created by the "getSiteNavigationWidgets" function to swap out the default widgets with your custom version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this by searching for the IDs of the menu items... the steps described in this &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2015/04/01/adding-views-to-filtered-search" rel="nofollow noopener noreferrer"&gt;blog post&lt;/A&gt; will help you get the IDs and snippets of code for finding them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that makes sense - please reply if you need more assistance with this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 10:44:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/png-icon/m-p/305349#M258479</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-09-23T10:44:49Z</dc:date>
    </item>
  </channel>
</rss>

