<?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: How to change Aikau footer? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-aikau-footer/m-p/113797#M31637</link>
    <description>&lt;P&gt;You are likely missing the &amp;lt;customization&amp;gt; configuration in your extension XML to map your com.project.pages.faceted-search package to the proper Alfresco package so that faceted-search.get.js is actually called as a post-processor to the original web script.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2020 07:22:38 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2020-04-09T07:22:38Z</dc:date>
    <item>
      <title>How to change Aikau footer?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-aikau-footer/m-p/113796#M31636</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I've been following &lt;A href="https://pavelmakhov.com/2016/02/customize-alfresco-footer-aikau/" target="_self" rel="nofollow noopener noreferrer"&gt;Pavel Makhov's tutorial&amp;nbsp;&lt;/A&gt;on how to customize alfresco footer but it doesn't work. I'm on Alfresco 6.1.1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I copied &lt;EM&gt;&lt;STRONG&gt;faceted-search.get.js&lt;/STRONG&gt;&lt;/EM&gt; into&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/my-project-share/src/main/resources/alfresco/web-extension/site-webscripts/com/project/pages/faceted-search/&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;footer &lt;/EM&gt;&lt;/STRONG&gt;folder with&lt;STRONG&gt;&lt;EM&gt; css, i18n, templates &lt;/EM&gt;&lt;/STRONG&gt;and&lt;STRONG&gt;&lt;EM&gt; MyFooter.js&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;are in the&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;/my-project-share/src/main/resources/META-INF/resources/my-project-share/js/mycmpny/&lt;/PRE&gt;&lt;P&gt;In the &lt;STRONG&gt;&lt;EM&gt;my-extension.xml&lt;/EM&gt;&lt;/STRONG&gt; I have:&lt;/P&gt;&lt;PRE&gt;&amp;lt;package name="mycmpny" location="resources/my-project-share/js/mycmpny"/&amp;gt;&lt;/PRE&gt;&lt;P&gt;And in the end of the faceted-search.get.js I pasted:&lt;/P&gt;&lt;PRE&gt;var footer = widgetUtils.findObject(model.jsonModel, "id", "ALF_SHARE_FOOTER");
footer.config.widgetsForFooter = [{
  name: "mycmpny/footer/MyFooter", config: {
    semanticWrapper: "footer",
    currentYear: new Date().getFullYear(),
    snowLabel: "label.snow"
  }
}];&lt;/PRE&gt;&lt;P&gt;(I changed &lt;EM&gt;ALF_STICKY_FOOTER&lt;/EM&gt; to &lt;EM&gt;ALF_SHARE_FOOTER &lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;What may be wrong? I have no logs, no errors, the old footer is still displayed.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 22:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-aikau-footer/m-p/113796#M31636</guid>
      <dc:creator>upforsin</dc:creator>
      <dc:date>2020-04-08T22:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Aikau footer?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-aikau-footer/m-p/113797#M31637</link>
      <description>&lt;P&gt;You are likely missing the &amp;lt;customization&amp;gt; configuration in your extension XML to map your com.project.pages.faceted-search package to the proper Alfresco package so that faceted-search.get.js is actually called as a post-processor to the original web script.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 07:22:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-aikau-footer/m-p/113797#M31637</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2020-04-09T07:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Aikau footer?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-aikau-footer/m-p/113798#M31638</link>
      <description>&lt;P&gt;That is my&lt;STRONG&gt;&lt;EM&gt; my-extension.xml&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;extension&amp;gt;
&amp;lt;modules&amp;gt;
&amp;lt;module&amp;gt;
&amp;lt;id&amp;gt;My custom widgets&amp;lt;/id&amp;gt;
&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&amp;lt;auto-deploy&amp;gt;true&amp;lt;/auto-deploy&amp;gt;
&amp;lt;configurations&amp;gt;
&amp;lt;config evaluator="string-compare" condition="WebFramework" replace="false"&amp;gt;
&amp;lt;web-framework&amp;gt;
&amp;lt;dojo-pages&amp;gt;
&amp;lt;packages&amp;gt;
&amp;lt;package name="mycmpny" location="resources/my-project-share/js/mycmpny"/&amp;gt;
&amp;lt;/packages&amp;gt;
&amp;lt;/dojo-pages&amp;gt;
&amp;lt;/web-framework&amp;gt;
&amp;lt;/config&amp;gt;
&amp;lt;/configurations&amp;gt;
&amp;lt;/module&amp;gt;
&amp;lt;/modules&amp;gt;
&amp;lt;/extension&amp;gt;&lt;/PRE&gt;&lt;P&gt;I did just like Mr. Pavel Makhov did.&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;EDIT. I figured it out! Than you so much &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16045"&gt;@afaust&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I had to add additional module in&lt;STRONG&gt;&lt;EM&gt;my-extension.xml&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;module&amp;gt;
      &amp;lt;id&amp;gt;Extension Module Footer&amp;lt;/id&amp;gt;
      &amp;lt;auto-deploy&amp;gt;true&amp;lt;/auto-deploy&amp;gt;
      &amp;lt;evaluator type="default.extensibility.evaluator"/&amp;gt;
      &amp;lt;customizations&amp;gt;
        &amp;lt;customization&amp;gt;
           &amp;lt;targetPackageRoot&amp;gt;org.alfresco.share.pages.faceted-search&amp;lt;/targetPackageRoot&amp;gt;
           &amp;lt;sourcePackageRoot&amp;gt;com/project/pages/faceted-search&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;/PRE&gt;&lt;P&gt;&amp;nbsp;Also very helpful was the functionality which ables you to download generated extension JAR. I really appreciate the guy who did it!&lt;/P&gt;&lt;P&gt;Now i'm just wondering why&amp;nbsp;&lt;A href="https://pavelmakhov.com/2016/02/customize-alfresco-footer-aikau/" target="_self" rel="nofollow noopener noreferrer"&gt;Pavel Makhov&lt;/A&gt;&amp;nbsp;in his tutorial didn't do it. Didn't the previous Alfresco version require it?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 07:27:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-aikau-footer/m-p/113798#M31638</guid>
      <dc:creator>upforsin</dc:creator>
      <dc:date>2020-04-09T07:27:48Z</dc:date>
    </item>
  </channel>
</rss>

