Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download og_titles-7.x-1.x-dev.tar.gztar.gz 16.54 KB
MD5: 6c7e3af6173edec5fe6472f7f07571fb
SHA-1: 6364f607f8c67ad8eddc1b372e6ad5f351b6a20d
SHA-256: 869a899bec1f77abac3f1e9a64ed4e1fe546e29208f6b5747d6290d031a2da50
Download og_titles-7.x-1.x-dev.zipzip 22.42 KB
MD5: f84fcf1f9f5e5f6d581e0ced3aa4bdc8
SHA-1: 4df1ff3b4e7ed15567ba9a4b99aac39f9b6b77eb
SHA-256: 5c02c8ceb99daa10838674c8706d236d97cd934d3beb106936fb750189e275d8

Release notes

Development release for 7.x-1.x branch.

This branch is under active development to port Organic groups Titles to Organic groups 7.x-2.x functionality. The implementation has changed dramatically. Og Titles now implements a field to store titles and a custom select field widget. It will rely on Organic groups field access and group permission layer.

Og Titles adds a Group Membership interface to manage individual group memberships by altering the Group Member Admin view provided by Organic groups UI module.

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.

Changes since last release

Created by: mradcliffe
Created on: 17 Nov 2012 at 20:42 UTC
Last updated: 6 Jul 2016 at 20:22 UTC
Bug fixes
New features

Other releases