<?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 Content posted across multiple sites in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-posted-across-multiple-sites/m-p/277659#M230789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a requirement to allow users to "cross-post" content (in this case, discussions, but could apply to any content type) to multiple sites.&amp;nbsp; Note that this is NOT referring to&amp;nbsp; a copy of the content, but instead is allowing users to see the same content object in different sites.&amp;nbsp; I have found 2 different ways to do this:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) create the content and assign multiple parents to it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) create the content in the original site, and then create link objects in the other sites that refer back to the original object.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Either method works fine if the discussion is created in a public site is cross-posted to any other site type.&amp;nbsp; But if the discussion is created in a moderated site, that's where the problems occur.&amp;nbsp; For example, if user 1 creates a discussion in a moderated site, and cross-posts it to a community site, and user 2 is not a member of the moderated site, I get "access denied" errors when&amp;nbsp; user 2 trying to view the discussion from the community site.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I extended the ForumTopicsGet code in order to retrieve either the link objects or the multiple parent objects for the current site, but when I try to get information from the nodeRef to render the topics, that's when the errors occur (usually on the getProperties call).&amp;nbsp; I have tried to use groups or roles of some kind to enable temporary access, but can't quite get the right combination and usually get errors like "transaction is read-only" when trying to do anything with permissions or authorities as part of the ForumTopicsGet execution.&amp;nbsp; What did work was to call authenticationService.authenticate() with the admin user, but that seems to be a risky operation. Do you have any suggestions as to how I can get around the permissions problems?&amp;nbsp; I thought that using multiple parents would work, but it seems to be using the primary parent (the moderated site) for access permissions instead of the current site.&amp;nbsp; Any suggestions would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2013 15:52:18 GMT</pubDate>
    <dc:creator>kcolen</dc:creator>
    <dc:date>2013-02-12T15:52:18Z</dc:date>
    <item>
      <title>Content posted across multiple sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-posted-across-multiple-sites/m-p/277659#M230789</link>
      <description>I have a requirement to allow users to "cross-post" content (in this case, discussions, but could apply to any content type) to multiple sites.&amp;nbsp; Note that this is NOT referring to&amp;nbsp; a copy of the content, but instead is allowing users to see the same content object in different sites.&amp;nbsp; I have found 2</description>
      <pubDate>Tue, 12 Feb 2013 15:52:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-posted-across-multiple-sites/m-p/277659#M230789</guid>
      <dc:creator>kcolen</dc:creator>
      <dc:date>2013-02-12T15:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Content posted across multiple sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-posted-across-multiple-sites/m-p/277660#M230790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After some prototyping, I found that I could determine the "best" site in terms of permissions and create the discussion object in that site (which becomes the primary parent) and make the other sites secondary parents.&amp;nbsp; This seemed to solve the permissions problem for the users.&amp;nbsp; So is it possible to change the primary parent of a node if we want to remove the discussion from one site but not the others, and that site happens to be the primary?&amp;nbsp; How would you go about moving something to a new parent site, if you don't have access to that site?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 17:27:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-posted-across-multiple-sites/m-p/277660#M230790</guid>
      <dc:creator>kcolen</dc:creator>
      <dc:date>2013-02-12T17:27:00Z</dc:date>
    </item>
  </channel>
</rss>

