<?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 jQuery and bootstrap references in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/jquery-and-bootstrap-references/m-p/77635#M24383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing customization by adding a carousel in the home page of the alfresco Share (Community verision 5.2) .&lt;/P&gt;&lt;P&gt;I managed to create an external module and added it to lib (as shown in this tutrial&amp;nbsp;&lt;A class="link-titled" href="https://docs.alfresco.com/4.2/tasks/dev-extensions-share-tutorials-add-content.html" title="https://docs.alfresco.com/4.2/tasks/dev-extensions-share-tutorials-add-content.html" rel="nofollow noopener noreferrer"&gt;Add content to an Alfresco Share page | Alfresco Documentation&lt;/A&gt;&amp;nbsp;) after that I discovered that in order for the carousel to work it needs bootstrap and jQuery (see picture) . I serached further and discovered that we need to add resources in the extension's ressource markup located in the file resource.get.html.ftl file but then when I added this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;@markup id="resources"&amp;gt;&lt;BR /&gt; &amp;lt;#-- Use this "markup id" to add in a extension's resources --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;@script type="text/javascript" src="${url.context}/res/js/jquery-3.3.1.js" group="template-common"/&amp;gt; &lt;BR /&gt; &amp;lt;@script type="text/javascript" src="${url.context}/res/js/bootstrap.js" group="template-common"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the "multipleDefine" error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you suggest I do in order to make the Carousel work ( like this one &lt;A class="link-titled" href="https://www.w3schools.com/bootstrap/bootstrap_carousel.asp" title="https://www.w3schools.com/bootstrap/bootstrap_carousel.asp" rel="nofollow noopener noreferrer"&gt;Bootstrap Carousel&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2018 13:43:20 GMT</pubDate>
    <dc:creator>fgdoura</dc:creator>
    <dc:date>2018-02-19T13:43:20Z</dc:date>
    <item>
      <title>jQuery and bootstrap references</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/jquery-and-bootstrap-references/m-p/77635#M24383</link>
      <description>Hello everybody,I'm doing customization by adding a carousel in the home page of the alfresco Share (Community verision 5.2) .I managed to create an external module and added it to lib (as shown in this tutrial&amp;nbsp;Add content to an Alfresco Share page | Alfresco Documentation&amp;nbsp;) after that I discovered</description>
      <pubDate>Mon, 19 Feb 2018 13:43:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/jquery-and-bootstrap-references/m-p/77635#M24383</guid>
      <dc:creator>fgdoura</dc:creator>
      <dc:date>2018-02-19T13:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: jQuery and bootstrap references</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/jquery-and-bootstrap-references/m-p/77636#M24384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alfresco already ships and loads jQuery and some other libraries. You should try and avoid loading&amp;nbsp;different versions of the same libraries already provided.&amp;nbsp;There isn't really any clean way of "not loading" the version of jQuery that ships by default and replace that with your own - and you would have to risk any component of Alfresco using jQuery to stop working correctly with any other version.&lt;/P&gt;&lt;P&gt;Unless you find some way to isolate the different versions / have them coexist in the same&amp;nbsp;page,&amp;nbsp;or implement your functionality with the existing version, I don't see a way for you to succeed in integrating the Carousel...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 12:45:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/jquery-and-bootstrap-references/m-p/77636#M24384</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-02-20T12:45:17Z</dc:date>
    </item>
  </channel>
</rss>

