OG Classic

Component type

module

Maintenance status

Development status

Downloads

368

Component created

Component changed

A less functional but more functional alternative to og_notifications module. Handles notification of new nodes and comments posted to groups. Also handles sending of group broadcast email.

This module is largely built form the notifications code that was in OG before the big switch to Notifications framework. I now regret that switch, and this module is a small penance.

Etherpad Lite

Component type

module

Maintenance status

Development status

Component created

Component changed

Etherpad Lite Integration for Drupal.

Etherpad lite is a really-real time collaborative editor spawned from the Hell fire of Etherpad. [..] Etherpad Lite is optimized to be easy embeddable.

This module implements Etherpad Lite as a field. You will need an Etherpad Lite server. Setting this up is beyond the scope of this documentation but it is a straight forward thing and documented at Etherpad Lite on GitHub

OG Workflow

Component type

module

Maintenance status

Development status

Downloads

6301

Component created

Component changed

Overview

OG Workflow integrates the permission systems of Organic Groups (OG) and Workflow. Permissions for workflow state transitions can be granted based on OG group roles (see screenshot).

7.x-1.x

Use Version 1 for OG 1.x. There is no node access control for this version, but you can use Rules to bind state transitions e.g. to publish/unpublish actions.

7.x-2.x

Version 2 integrates with OG 2.x and is not compatible with OG 1.x. Additionally, it integrates with og_access (part of OG). That means that private entries in groups are respected and people cannot view them even if workflow would allow them (enable strict access control in OG settings).

OG Role Reference Field

Component type

module

Maintenance status

Development status

Downloads

1891

Component created

Component changed

This module allows a group_content entity (any entity with a group_audience attached to it) to also contain a reference field to role(s) within the selected audience.

"og_role_field" integrates well with:

  • Rules
    • Grant a group role on checkout using Drupal commerce
    • Grant a group role on a specific event
    • Use rules_scheduler to remove a group role after a certain amount of time
  • Views

OG Registration Format

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will let you change the format of the 'Groups' field on the User Registration form to:

  • Checkbox (default)
  • Select List
  • Autocomplete Textfield

Module has been lightly tested and is working on og-6.x-dev as of 9/27/11.

Future plans for development:

  • allowing admins to make OG registration mandatory
  • Providing a mechanism that would guide a new user through creating exactly 1 new group if they do not join an existing one

Filedrop

Component type

module

Maintenance status

Development status

Downloads

927

Component created

Component changed

Filedrop allows privileged site or OG Group managers to attach a "Filedrop" to entities. Once attached, users with permission see a file upload form on the given entity, or a link to the file if they've already uploaded.

Once files have been uploaded by users, the user that attached the Filedrop can see a simple list of users and their files. This module was created for student groups to submit files to the instructor securely, ensuring that teachers can quickly see who has done what, and to download work as needed.

Spaces Theme

Component type

module

Maintenance status

Development status

Downloads

2643

Component created

Component changed

This module is a complement to Spaces / Spaces OG / OG. It creates a /theme path for use within organic groups. This leverages the og_theme property as well as Strongarm to allow for system settings to be different per theme. An example of what this enables:

Group 1 uses Garland for their group theme and wants to render primary links.

Group 2 users a community theme that doesn't utilize primary links in a way that makes sense (given site context).