Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Core behavior of OG is that every Content type defines it's own relationship to OG. They might be barred from a group relationship, a group node, or a group post. There is nothing in that base configuration to specify the relationship between a content type and each group type individually.</p> <p>However, there are a few tricks you could put in place to try to facilitate something.</p> <h3>Cheap Trick</h3> <p>For example, if you hide the navigation to create a node of a given content type, you've cut off the obvious approach.</p> <h3>OG User Roles</h3> <p>Probably the most conventional trick I can think of would be to carve up the different content types on a permissions level. I'm not entirely positive this will work, so it will bear some experimentation.</p> <ol> <li>Create a <em>Sports Writer</em> role, limit the ability to create and edit Basketball nodes to it.</li> <li>Use <a href="http://drupal.org/project/og_user_roles" rel="nofollow noreferrer">OG User Role</a> to automatically promote members of the Sports group types into the Sports Writer role. </li> </ol> <h3>Cutting Edge Shenanigans</h3> <p>You can also use the <a href="http://drupal.org/project/spaces" rel="nofollow noreferrer">Spaces</a> module to toggle content type availability by <a href="http://drupal.org/project/features" rel="nofollow noreferrer">Feature</a>. In fact, the implementation of spaces_menu_alter() might show you how you could programmatically build out the functionality you are looking for. Sounds like it would be useful.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload