<?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: Make one file available within multiple sites in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271752#M224882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm very surprised that I don't get any response to this. Isn't that one of the big advantages of an CMS/DMS? To have files just saved in one place, accessible from others?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or am I getting the idea behind the "site-feature" wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 07:50:50 GMT</pubDate>
    <dc:creator>theeye</dc:creator>
    <dc:date>2013-01-31T07:50:50Z</dc:date>
    <item>
      <title>Make one file available within multiple sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271751#M224881</link>
      <description>Hello Community!I found some topics related to this but they were either outdated or didn't suit me in another way.I would like to make files available within multiple sites. Let me explain:File 1 is located in Repository/Background InformationNow I have the sites Marketing and Customer Support. Eve</description>
      <pubDate>Tue, 29 Jan 2013 08:48:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271751#M224881</guid>
      <dc:creator>theeye</dc:creator>
      <dc:date>2013-01-29T08:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Make one file available within multiple sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271752#M224882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm very surprised that I don't get any response to this. Isn't that one of the big advantages of an CMS/DMS? To have files just saved in one place, accessible from others?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or am I getting the idea behind the "site-feature" wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 07:50:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271752#M224882</guid>
      <dc:creator>theeye</dc:creator>
      <dc:date>2013-01-31T07:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Make one file available within multiple sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271753#M224883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My users needed this functionality too.&amp;nbsp; In my case, a subset of sites need the same documents,&amp;nbsp; the documentation is edited about every other month.&amp;nbsp; Having to go through and update each site containing the documentation would be horrendous (approximately 300 sites).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The repository supports this but its not exposed to the Share UI. You can write a fairly simple script to do this.&amp;nbsp; Here's an example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;javascript&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//this is the node where you want the document displayed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var targetNode = document;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//this is the node you want to display in multiple places.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var sourceNode&amp;nbsp; = utils.getNodeFromString("workspace://SpacesStore/f5ae0fe7-1f12-4547-a832-dacf3fc915d9");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(sourceNode){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;targetNode.addNode(sourceNodes&lt;/SPAN&gt;&lt;EM&gt;);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;targetNode.save();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;lt;/javascript&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Edit the source node's nodeRef (or use another search method), then in the Explorer interface, execute it against the folder where you want to see the new node.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;There it is.&amp;nbsp; All edits to the source node will be reflected in the new location.&lt;BR /&gt;&lt;BR /&gt;Just note that the site members of the target site are going to need at least read privileges to the content where it originally exist.&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 19:01:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271753#M224883</guid>
      <dc:creator>vamirr</dc:creator>
      <dc:date>2013-02-05T19:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Make one file available within multiple sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271754#M224884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also use links. An add-on was created during the Alfresco Devcon hack-a-ton that adds support for creating links in Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A href="http://www.youtube.com/watch?v=c4PJhfsYZ5Q" rel="nofollow noopener noreferrer"&gt;http://www.youtube.com/watch?v=c4PJhfsYZ5Q&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A href="https://github.com/fmaul/alfresco-share-clipboard" rel="nofollow noopener noreferrer"&gt;https://github.com/fmaul/alfresco-share-clipboard&lt;/A&gt;&lt;SPAN&gt; (4.2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, using associations yields better search results IMHO. Using links you will only be able to search for the name of the link (?).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 13:54:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-one-file-available-within-multiple-sites/m-p/271754#M224884</guid>
      <dc:creator>vdewillem</dc:creator>
      <dc:date>2013-02-06T13:54:09Z</dc:date>
    </item>
  </channel>
</rss>

