<?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 Customize header of Site in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customize-header-of-site/m-p/292077#M245207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&lt;A href="http://docs.alfresco.com/5.0/tasks/dev-extensions-share-tutorials-custom-share-header-menu.html" rel="nofollow noopener noreferrer"&gt; Aikau to customize&lt;/A&gt; my headers and it's working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I'm hiding menu if you are not an admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #808080;"&gt; widgetUtils.deleteObjectFromArray(model.jsonModel, "id", "&lt;SPAN style="color: #339966;"&gt;HEADER_SITE_MEMBERS&lt;/SPAN&gt;");&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #808080;"&gt; widgetUtils.deleteObjectFromArray(model.jsonModel, "id", "&lt;SPAN style="color: #339966;"&gt;HEADER_SITE_DASHBOARD&lt;/SPAN&gt;");&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #808080;"&gt; widgetUtils.deleteObjectFromArray(model.jsonModel, "id", "&lt;SPAN style="color: #339966;"&gt;HEADER_SITE_CONFIGURATION_DROPDOWN&lt;/SPAN&gt;");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #808080;"&gt;widgetUtils.deleteObjectFromArray(model.jsonModel, "id", "&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #ff9900;"&gt;HEADER_SITE_DOCUMENTLIBRARY&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;");&lt;BR style="color: #3d3d3d;" /&gt;widgetUtils.deleteObjectFromArray(model.jsonModel, "id", "&lt;SPAN style="color: #ff9900; background-color: #ffffff;"&gt;HEADER_SITE_DATA-LISTS&lt;/SPAN&gt;");&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;IMG alt="1" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/11138_1.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;as you can see it's not working for document library and data-lists,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;when we explore the code we can see the difference of how they are created&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #000000; text-decoration: underline;"&gt;in share-header.lib.js&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;IMG alt="2" class="image-2 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/11139_2.jpg" style="width: 815px; height: 456px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;For example the&amp;nbsp;&lt;STRONG style=": ; color: #339966;"&gt;HEADER_SITE_MEMBERS&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;is call with his name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999;"&gt;**********&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999;"&gt;&amp;nbsp;id: "HEADER_SITE_MEMBERS",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999;"&gt;**********&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;and the&amp;nbsp;&lt;STRONG style="background-color: #ffffff; : ; color: #ff9900;"&gt;HEADER_SITE_DATA-LISTS&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; color: #000000;"&gt;'s name is created in the function with&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #999999;"&gt;**********&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #999999;"&gt;&amp;nbsp; id: "HEADER_SITE_" + pages[i].pageId.toUpperCase(),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #999999;"&gt;**********&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;wich I can understand, he has to create them depending of our widgets&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;But where i'm lost is why I can't delete them with their ID like the others ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I'm shure of the id because we can see it in the browser&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/11140_3.jpg" style="width: 1525px; height: 91px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;So my questions is why are they not working the same way ? if it's a generated ID or a given ID it's not different once is in the share application ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;thank you in advance !&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2016 10:01:22 GMT</pubDate>
    <dc:creator>redraccoon</dc:creator>
    <dc:date>2016-12-01T10:01:22Z</dc:date>
    <item>
      <title>Customize header of Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-header-of-site/m-p/292077#M245207</link>
      <description>Hello&amp;nbsp;I'm using Aikau to customize my headers and it's working fineActually I'm hiding menu if you are not an admin widgetUtils.deleteObjectFromArray(model.jsonModel, "id", "HEADER_SITE_MEMBERS"); widgetUtils.deleteObjectFromArray(model.jsonModel, "id", "HEADER_SITE_DASHBOARD"); widgetUtils.deleteOb</description>
      <pubDate>Thu, 01 Dec 2016 10:01:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-header-of-site/m-p/292077#M245207</guid>
      <dc:creator>redraccoon</dc:creator>
      <dc:date>2016-12-01T10:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customize header of Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-header-of-site/m-p/292078#M245208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a solution for my personal problem&amp;nbsp;&lt;/P&gt;&lt;P&gt;by switching in debug mode (I had hard time to find it, it was a module to manually deploy ) and&amp;nbsp;&lt;/P&gt;&lt;P&gt;"toogle developpeur mode" you can see where and how get the widget, wich help me to realized all of the menu where inside a widget&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/11142_4.jpg" style="width: 620px; height: 103px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for a person who would like only get out the "document library" menu I still wonder how ... altought this debbug mode tell us that our method is correct ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/11143_5.jpg" style="width: 620px; height: 102px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 14:14:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-header-of-site/m-p/292078#M245208</guid>
      <dc:creator>redraccoon</dc:creator>
      <dc:date>2016-12-01T14:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customize header of Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-header-of-site/m-p/292079#M245209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad you were able to resolve this problem - I saw the question earlier but didn't have a chance to respond. With regards to the Developer Mode - you will always see that in the Debug Menu when Share is started with client-debug set to try in the config. The module is just an additional way of enabling it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 20:01:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-header-of-site/m-p/292079#M245209</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-12-01T20:01:20Z</dc:date>
    </item>
  </channel>
</rss>

