<?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 the share in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/customize-the-share/m-p/65618#M22189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i add an element in header bar next to the repository ?&lt;BR /&gt;are there any tutorials that explain these kind of customizations.&lt;BR /&gt;I tried this one &lt;A href="https://community.alfresco.com/community/ecm/blog/2013/09/04/customizing-the-share-header-menu-part-1" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/ecm/blog/2013/09/04/customizing-the-share-header-menu-part-1&lt;/A&gt;&amp;nbsp;, but&amp;nbsp;I think I am missing other stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2019 08:30:04 GMT</pubDate>
    <dc:creator>riadhazzouz</dc:creator>
    <dc:date>2019-02-22T08:30:04Z</dc:date>
    <item>
      <title>Customize the share</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/customize-the-share/m-p/65618#M22189</link>
      <description>How can i add an element in header bar next to the repository ?are there any tutorials that explain these kind of customizations.I tried this one https://community.alfresco.com/community/ecm/blog/2013/09/04/customizing-the-share-header-menu-part-1&amp;nbsp;, but&amp;nbsp;I think I am missing other stuff.</description>
      <pubDate>Fri, 22 Feb 2019 08:30:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/customize-the-share/m-p/65618#M22189</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-22T08:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Customize the share</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/customize-the-share/m-p/65619#M22190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Alfresco header bar is developed with aikau way.&lt;/P&gt;&lt;P&gt;You can add new menu to header bar using extension module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Create *.xml file at below path and add code.&lt;/P&gt;&lt;P&gt;share\src\main\amp\config\alfresco\web-extension\site-data\extensions\xxx.xml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;extension&amp;gt;&lt;BR /&gt; &amp;lt;modules&amp;gt;&lt;BR /&gt; &amp;lt;module&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;Add custom menu item to header&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;BR /&gt; &amp;lt;auto-deploy&amp;gt;true&amp;lt;/auto-deploy&amp;gt; &lt;BR /&gt; &amp;lt;customizations&amp;gt;&lt;BR /&gt; &amp;lt;customization&amp;gt;&lt;BR /&gt; &amp;lt;targetPackageRoot&amp;gt;org.alfresco.share.header&amp;lt;/targetPackageRoot&amp;gt;&lt;BR /&gt; &amp;lt;sourcePackageRoot&amp;gt;com.example.header&amp;lt;/sourcePackageRoot&amp;gt;&lt;BR /&gt; &amp;lt;/customization&amp;gt;&lt;BR /&gt; &amp;lt;/customizations&amp;gt;&lt;BR /&gt; &amp;lt;/module&amp;gt;&lt;BR /&gt; &amp;lt;/modules&amp;gt;&lt;BR /&gt;&amp;lt;/extension&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Create&amp;nbsp;&lt;SPAN&gt;share-header.get.js&lt;/SPAN&gt; file at below path and add code.&lt;/P&gt;&lt;P&gt;share\src\main\amp\config\alfresco\web-extension\site-webscripts\com\example\header\share-header.get.js&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var headerMenu = widgetUtils.findObject(model.jsonModel, "id", "HEADER_APP_MENU_BAR");&lt;BR /&gt;if (headerMenu != null) {&lt;BR /&gt; headerMenu.config.widgets.push({&lt;BR /&gt; id: "HEADER_CUSTOM_PROFILE_LINK",&lt;BR /&gt; name: "alfresco/menus/AlfMenuBarItem",&lt;BR /&gt; config: {&lt;BR /&gt; label: "My Tasks",&lt;BR /&gt; targetUrl: "/my-tasks" //Here you can add your page url.&lt;BR /&gt; }&lt;BR /&gt; });&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2019 04:04:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/customize-the-share/m-p/65619#M22190</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2019-02-23T04:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Customize the share</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/customize-the-share/m-p/65620#M22191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Sanjay.&lt;BR /&gt;Riadh.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 07:24:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/customize-the-share/m-p/65620#M22191</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-25T07:24:03Z</dc:date>
    </item>
  </channel>
</rss>

