Feeds Role ID Map

Component type

module

Maintenance status

Development status

Downloads

9263

Component created

Component changed

This is a helper module for Feeds to allow it Map incoming values to Role IDs. This is useful with Feeds Tamper where you can intercept an incoming value such as "student" and convert the value to a role id in the system (like 4 or whatever it is). This provides two value maps, one for role id (user global) as well as one for group id. This way you can attach a feed to a content type and on import push the role specifically to the group role id for use with OG User Roles.

Spaces OG Clone

Component type

module

Maintenance status

Development status

Downloads

1034

Component created

Component changed

This is a utility module intended to help with the cloning of Organic Groups that have a Space directly associated to them. This currently allows for the following:

  • Navigate to spaces_og_clone/{nodeid}
  • Clone just the content types associated to the Features selected
  • Clone just the content authored by the roles selected
  • Change the title of the new group
  • Change the author of the new nodes to the currently logged in user

What it actually will clone:

Workflow Purl Integration

Component type

module

Maintenance status

Development status

Downloads

1571

Component created

Component changed

Screencast of what this module provides
This module integrates the Workflow module with Purl (Persistent URLs). This currently only works with Spaces OG as the PURL provider but that use-case makes the most sense at this time. Here are some applications for this:

Create consistent naming conventions for Spaces in Atrium that are tied to anything that provides a token

Allow for simple, consistent modification of PURL for an organic group, providing an overall better user experience

OG Tasks

Component type

module

Maintenance status

Development status

Downloads

1665

Component created

Component changed

OG Tasks provides a mechanism to create tasks to be run for a group, either automatically on creation, or optionally once the group has been created.

Entity Reference Tree Widget (old)

Component type

module

Maintenance status

Development status

Component created

Component changed

Based on the fabulous Taxonomy Term Reference Tree Widget, this module aim to extend its functionality to display any type of hierarchical entities in a tree view selection.

This version includes a term reference tree and a group audience tree that works with OG group audiences.

It also provides hook_get_entity_hierarchy, so that you can define your own entity tree

You may find all documentation needed on http://drupal.org/project/term_reference_tree

OG Tree Views

Component type

module

Maintenance status

Development status

Component created

Component changed

This module aims to manage the hierarchical construction of OG groups and OG content groups set with Group audience field.

An extention with Views module will allow you to easy sort your groups considering its structure and do other stuff not yet developed.

It is used by Entity Reference Tree Widget

OG Content Access

Component type

module

Maintenance status

Development status

Downloads

182

Component created

Component changed

OG Content Access provides the ability to rely on group-specific roles for providing (view/load) access to specific content.
The use-case is as follows: you have a group with several content types - blog, announcements, file downloads.
Any members of that group will automatically have access to view any of the above contents. You can control access to create, delete, and edit
content for different roles, yes, but every member will ALWAYS have access to view all of the contents of a group.

With this module you can restrict viewing each content to different members by setting the role which is allowed to view/access each content
and then, within the group context you may assign roles as necessary for each member.