OG Book Inheritance

Component type

module

Maintenance status

Downloads

4934

Component created

Component changed

This module provides functionality for inheritance when assigning groups to book pages.

Books can be made to use the groups of their immediate parent or their top level parent.
The public flag can also be inherited.
The module also allows you to make groups manatory for books, so that the groups must either inherit from their parents or a selection must be made.

Mail to OG

Component type

module

Maintenance status

Development status

Downloads

2956

Component created

Component changed

This module attempts to bridge the gap between Mailhandler and Organic Groups by allowing users to post content to groups using a specific email address rather than learning mailhandler commands. For example, for the group "Bridges of London", users would be able to email bridges_of_london@example.com and have content directly posted to that group (provided the user has sufficient privileges).

Organic Groups schedule

Component type

module

Maintenance status

Development status

Downloads

565

Component created

Component changed

This module is deprecated because there are other ways to achieve this functionality with Views.

Creates a schedule for an organic group.

This module is very good for groups of events. The group must have 2 specific content type:
1.) a simple content type for tracks
2.) a content type for sessions; this must have 2 CCK field: one for a date, which must be required, and it must have a required "to date". The second is a node reference to a track.

Sponsored by Pronovix.

Organic groups Flickr block

Component type

module

Downloads

1466

Component created

Component changed

We can create Flickr photo blocks with the excellent Flickr module.
We can create groups with the excellent Organic Groups module.
This module connects these two modules and provides group specific Flickr photo blocks.

Currently the photo block carries the group admin's recent photos. Number of photos and photo sizes are configurable from the block configuration page.

Organic Groups domain support

Component type

module

Maintenance status

Development status

Downloads

1103

Component created

Component changed

This module provides support to assign a specific domain for a group.

Setup instructions:
place the following line to the end of settings.php
include './sites/default/modules/og_domain/og_domain.url.inc';

Gotchas:
This module is not compatible with any module using custom_url_rewrite_outbound().

Sponsored by Pronovix.

Views Gallery

Component type

module

Maintenance status

Development status

Downloads

40280

Component created

Component changed

Update: There is a mostly-working D7 version in git, but it's not an official release because I no longer can maintain it. If you need something for D7 and can't use this code I suggest http://drupal.org/project/node_gallery as an alternative.

I am no longer able to maintain this module, if someone else would like to take it over I'd be glad to hand it over.

This module pulls together the techniques Jeff Eaton outlined in http://www.lullabot.com/articles/photo-galleries-views-attach to automatically create a simple gallery where each gallery is a node with an embedded view of images that were assigned to that gallery. The module creates the content types, sets up the imagecache presets, creates the default gallery view that is embedded into the gallery nodes by Views Attach, and adds css to make it all look nice.

This technique also works well to create individual image galleries for Organic Groups, since the gallery and image content types can be configured as group nodes. Views Gallery OG, included in this package, provides a setup page to make it easy to automatically create a gallery for every group and adds group context to the forms wherever possible so the right groups and group galleries are pre-selected when you create gallery images.

This module is mostly a bit of glue around numerous other Drupal modules. It is a perfect example of something the Features module was designed to do, and it is being reworked as a Feature instead of using custom .install code. All new development will be on the Features version. The versions are:

  • The 6.1 branch is the original code, which does not use the Features module.
  • The 6.2 branch is the new code, which requires Features, Strongarm, and CTools.
  • See the README.txt for instructions about how to upgrade from 6.1 to 6.2.

This module is intended to be a lightweight gallery solution with a simple feature set that you can tweak using the CCK and Views UI and some custom css in your theme. If you want a robust gallery with advanced features, this is probably not the right module to use. If you need a quick and simple gallery solution built on modules you are likely to use elsewhere, this may be a good fit.

OG Legal

Component type

module

Downloads

3172

Component created

Component changed

Allow administrators to optionally define Terms & Conditions for each Organic Group, and require that users agree to these conditions in order to access group content.

This module is a fork of the Legal module, retaining most of the functionality but modified to apply to an Organic Groups-enabled site. See http://drupal.org/node/540972 for background.

OG Hide Membership

Component type

module

Downloads

1785

Component created

Component changed

This module allows members of Organic Groups to hide themselves from group member list and faces.

It can be useful if the group membership itself is sensitive information.

The project has been sponsored by American Library Association (http://www.ala.org), and developed by Urban Insight.