Organic Groups Mass Add

Component type

module

Maintenance status

Development status

Downloads

44539

Component created

Component changed

Overrides the internal "add users" page of Organic Groups with a more powerful alternative.

The D7 branch requires Views bulk operations.

Takes a list where each row can be either:

  1. username
  2. mail address
  3. firstname, lastname, mail address
  4. firstname, lastname, mail address, desired username

In case 1 or if there is an mail address provided, the module first checks if it matches an existing user, and adds that user to the group.

OG Private Content

Component type

module

Maintenance status

Development status

Downloads

1788

Component created

Component changed

Organic Groups Private Content is a simple access control module for Organic Groups. It allows users with the 'access private group content' permission to set content within a group as private. Private content is then only accessible to people with the same permission.

Organic groups views

Component type

module

Maintenance status

Development status

Downloads

188933

Component created

Component changed

Module provides a field that allows you to display a view of group content inside the group entity. The field can be added to group entities and it provides a drop down selector to choose which view to use. Be sure to visit the Display Fields page after adding it to the group node and choose the display format of 'Group View'.

The rest of OG's views integration is inside OG core itself, so you probably don't need to install this module, unless you want the Views field functionality.

Organic groups language

Component type

module

Maintenance status

Development status

Downloads

2419

Component created

Component changed

This module adds a language field that can be put on a group to select a language context for the group. This will force that language's interface language to be used in the group. There is no way to select multiple languages for a group, so this cannot be used for groups that need to allow for more than one language.

Note that due to the way Drupal works, on the language negotiation, OG language needs to do a full bootstrap, to get the language information form the group.

OG Restricted Content

Component type

module

Maintenance status

Development status

Downloads

346

Component created

Component changed

This module provides a hopefully simple way to restrict access to organic group content to subgroups of users. You first define the levels of access you need (for example: top secret, secret, confidential) and, using Drupal permissions system, assign permissions to view content of different levels to the different user roles.

You can also give content editors the possibility to restrict node access to different levels.

This module is particularly useful in combination with OG User Roles.