<?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: Location of resource files to customise the share header in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65830#M22245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this xml file should get loaded, but there might be mistakes in other files.can&amp;nbsp;you share all files and location?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2018 09:59:29 GMT</pubDate>
    <dc:creator>krutik_jayswal</dc:creator>
    <dc:date>2018-06-08T09:59:29Z</dc:date>
    <item>
      <title>Location of resource files to customise the share header</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65825#M22240</link>
      <description>I'm trying to add an item to the standard Alfresco share header. I'm following the guidelines herehttps://community.alfresco.com/community/ecm/blog/2013/09/04/customizing-the-share-header-menu-part-1&amp;nbsp;which admittedly is for version 4.2. I'm using 5.2 CEUsing the all-in-one archetype project, I creat</description>
      <pubDate>Thu, 07 Jun 2018 13:20:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65825#M22240</guid>
      <dc:creator>afielden</dc:creator>
      <dc:date>2018-06-07T13:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Location of resource files to customise the share header</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65826#M22241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please verify that , inside the share-header.xml file,there is one attribute named as auto-deploy.If it is set to manual , you need to manually deploy the newly installed extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For manual deployment you can use below URL.You just need to select your module ==&amp;gt;Click and Add==&amp;gt;Click on Apply Changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://localhost:8080/share/page/modules/deploy" title="http://localhost:8080/share/page/modules/deploy" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/page/modules/deploy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other thing would be set auto-deply to true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more details on below link on auto-deply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/5.2/concepts/dev-extensions-share-module-autodeploy.html" title="https://docs.alfresco.com/5.2/concepts/dev-extensions-share-module-autodeploy.html" rel="nofollow noopener noreferrer"&gt;Auto-deploying modules | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 05:54:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65826#M22241</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-06-08T05:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Location of resource files to customise the share header</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65827#M22242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Yes the auto-deploy is set to true. But I don't think Alfresco has even picked up this module,&amp;nbsp; because I don't see it on the module deployment page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also looked over the log files, and didn't see any problems related to this. Here's my share-header.xml -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;extension&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;modules&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;Add custom menu item to header&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;auto-deploy&amp;gt;true&amp;lt;/auto-deploy&amp;gt; &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;customizations&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;customization&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;targetPackageRoot&amp;gt;org.alfresco.share.header&amp;lt;/targetPackageRoot&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sourcePackageRoot&amp;gt;com.example.header&amp;lt;/sourcePackageRoot&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/customization&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/customizations&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/modules&amp;gt;&lt;BR /&gt;&amp;lt;/extension&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 08:39:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65827#M22242</guid>
      <dc:creator>afielden</dc:creator>
      <dc:date>2018-06-08T08:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Location of resource files to customise the share header</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65828#M22243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please check, opening tag has missing&amp;nbsp;bracket&amp;nbsp;&lt;STRONG style="background-color: #ffffff; color: #727174;"&gt;extension&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;I don't see any other issue in this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 09:41:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65828#M22243</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-06-08T09:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Location of resource files to customise the share header</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65829#M22244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, sorry, that was a cut/paste error. The XML is well formed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you think this file is in the correct location, and Alfresco should be able to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 09:54:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65829#M22244</guid>
      <dc:creator>afielden</dc:creator>
      <dc:date>2018-06-08T09:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Location of resource files to customise the share header</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65830#M22245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this xml file should get loaded, but there might be mistakes in other files.can&amp;nbsp;you share all files and location?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 09:59:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65830#M22245</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-06-08T09:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Location of resource files to customise the share header</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65831#M22246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I'm actually trying a different approach now, by creating separate projects for my repo and share. Seems like this will be the better way of doing development anyway, because the all in one project takes ages to start up.&lt;/P&gt;&lt;P&gt;With separate projects, you can leave the repo running continuously, and just redeploy share when necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, using this approach I've successfully defined and deployed my first menu item, and it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for&amp;nbsp;your responses to my questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:03:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-resource-files-to-customise-the-share-header/m-p/65831#M22246</guid>
      <dc:creator>afielden</dc:creator>
      <dc:date>2018-06-08T13:03:43Z</dc:date>
    </item>
  </channel>
</rss>

