<?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: Adding/Changing collaboration network group names? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/adding-changing-collaboration-network-group-names/m-p/319485#M6486</link>
    <description>&lt;P&gt;The network groups are contributed to the &lt;CODE&gt;RelationshipService&lt;/CODE&gt;. Here is the default contribution:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.social.relationship.service.RelationshipService"
    point="relationshipKinds"&amp;gt;
     &amp;lt;kind group="circle" name="friends" /&amp;gt;
     &amp;lt;kind group="circle" name="coworkers" /&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You need to use the &lt;CODE&gt;group&lt;/CODE&gt; "circle" so that your newly contributed groups will be displayed in the pop-up when adding a new relation.&lt;/P&gt;
&lt;P&gt;If you want to add a new one, and disable the "friends" group, you can do the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.social.user.relationship.contrib&amp;lt;/require&amp;gt;

&amp;lt;extension target="org.nuxeo.ecm.social.relationship.service.RelationshipService"
    point="relationshipKinds"&amp;gt;
     &amp;lt;kind group="circle" name="friends" enabled="false" /&amp;gt;
     &amp;lt;kind group="circle" name="my new group" /&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Don't forget the &lt;CODE&gt;require&lt;/CODE&gt; element so that the "friends" group will be overridden.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2013 12:28:58 GMT</pubDate>
    <dc:creator>Thomas_Roger</dc:creator>
    <dc:date>2013-01-17T12:28:58Z</dc:date>
    <item>
      <title>Adding/Changing collaboration network group names?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/adding-changing-collaboration-network-group-names/m-p/319484#M6485</link>
      <description>&lt;P&gt;Can I change and/or add to the network group name list in the Nuxeo Collaboration Module?&lt;/P&gt;
&lt;P&gt;Is it in a vocabulary list?&lt;/P&gt;
&lt;P&gt;I looked at the vocabulary list but could not find anything.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Karl&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2013 20:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/adding-changing-collaboration-network-group-names/m-p/319484#M6485</guid>
      <dc:creator>karl_harris_</dc:creator>
      <dc:date>2013-01-16T20:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding/Changing collaboration network group names?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/adding-changing-collaboration-network-group-names/m-p/319485#M6486</link>
      <description>&lt;P&gt;The network groups are contributed to the &lt;CODE&gt;RelationshipService&lt;/CODE&gt;. Here is the default contribution:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.social.relationship.service.RelationshipService"
    point="relationshipKinds"&amp;gt;
     &amp;lt;kind group="circle" name="friends" /&amp;gt;
     &amp;lt;kind group="circle" name="coworkers" /&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You need to use the &lt;CODE&gt;group&lt;/CODE&gt; "circle" so that your newly contributed groups will be displayed in the pop-up when adding a new relation.&lt;/P&gt;
&lt;P&gt;If you want to add a new one, and disable the "friends" group, you can do the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.social.user.relationship.contrib&amp;lt;/require&amp;gt;

&amp;lt;extension target="org.nuxeo.ecm.social.relationship.service.RelationshipService"
    point="relationshipKinds"&amp;gt;
     &amp;lt;kind group="circle" name="friends" enabled="false" /&amp;gt;
     &amp;lt;kind group="circle" name="my new group" /&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Don't forget the &lt;CODE&gt;require&lt;/CODE&gt; element so that the "friends" group will be overridden.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:28:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/adding-changing-collaboration-network-group-names/m-p/319485#M6486</guid>
      <dc:creator>Thomas_Roger</dc:creator>
      <dc:date>2013-01-17T12:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding/Changing collaboration network group names?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/adding-changing-collaboration-network-group-names/m-p/319486#M6487</link>
      <description>&lt;P&gt;Thank you that answers my original question.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:04:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/adding-changing-collaboration-network-group-names/m-p/319486#M6487</guid>
      <dc:creator>karl_harris_</dc:creator>
      <dc:date>2013-01-17T18:04:59Z</dc:date>
    </item>
  </channel>
</rss>

