Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download og_titles-7.x-1.0-alpha1.tar.gztar.gz 16.69 KB
MD5: 85cf1fd0c37af8c5b4c2219aaab9e654
SHA-1: 14b76848f9ce94685ace5bb28088532eb5ed6491
SHA-256: db55ae4160f3a5c7a64dce4b64dad6a8fbaec587f0848ee1094e35435886454d
Download og_titles-7.x-1.0-alpha1.zipzip 22.41 KB
MD5: 9fe7a7c39d126a11cfd8657a380e8244
SHA-1: 9bffae887a3b2732b4633033fe340bb44634b98f
SHA-256: 01f9e492e864daa54edcf0b5bfa41ef71c0c49e3106bc3c080637e9ec4d2cd01

Release notes

The implementation has changed dramatically. Og Titles now implements a field to store titles and a custom select field widget. All field and group permission is up to the implementor via Organic groups or Field permission.

Upgrade Path

The upgrade path from Drupal 6 is handled via Migrate. The migration has the following steps:

  1. Create fields and field instances for managing group titles on groups and for storing group member title on group membership
  2. Migrate og_titles table to text field on respective group nodes created in #1. Each node type is a separate migration.
  3. Migrate og_uid_titles table to group member field values for each group member.

API

It's possible to provide a separate field widgets for the group member title field that would retrieve titles from other sources such as Taxonomy. This is completely different than Drupal 6, and needs more documentation written.

Documentation/Usage

Still need to be flushed out from Drupal 6. See #1843600: Improve documentation for how-to do things in Drupal 7.

Changes since last release

Created by: mradcliffe
Created on: 6 Jul 2013 at 18:04 UTC
Last updated: 6 Jul 2013 at 18:05 UTC
New features
Bug fixes

Other releases