Organic groups (OG)
Organic Groups domain support
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.
Mail to OG
This module attempts to bridge the gap between http://drupal.org/project/mailhandler and http://drupal.org/project/og 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). Administrators need to be able to configure email addresses (preferably a catchall address) on their domain to handle the incoming mail which is then handled by mailhandler. If you can not create a catchall address you will need to build aliases for each group that has email posting enabled.
Organic Group Statistics
Adds statistics to organic groups:
- count of nodes, comments and members
- last node/comment/member
So the user could sort groups by the count of members
The module was initially developed at http://drupal.org/node/336500
I would like to have more testers users and feature requests, please post an issue.
Organic Groups Global Limits
This module allows site administrators to set limits on the number of groups that users can create as well as the number of members that can join groups.
Note that the group member limit is calculated as the number of total group members minus the group owner.
OG Book Inheritance
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.
OG Book
Adds on to the Core Book module, allows for separation for group books. Work in progress but will hopefully give the following:
- Filtered books in the Outline drop down box
- Filtered books on the book page
- Separate book permissions for writing.
Dependencies:
- og
- book_manager
