og_titles 7.x-1.0-alpha1

New features
Bug fixes

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:

og_titles 7.x-1.x-dev

Bug fixes
New features

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

og_titles 6.x-1.1

New features
Bug fixes

Note: There are bugs in this release. Please use the dev version now.

og_titles 6.x-1.0

New features
Bug fixes

Organic Groups Titles is a simple module that allows you to create arbitrary member titles for each membership of a group.

Additional features have been added including configuration for select list-based titles. With select list-based titles you can also choose a sort order. With the old style the weight will remain null.

Also, added permission for a user to access their own title.

Usage:

  • Organic groups 6.x-1.x or 6.x-2.x okay!
  • Clone an og view such as og_members or og_members_block, and add in the member title field. Or create your own 'member list' view.
    • You will need to add in the OG TITLES relationship if you clone one of these views and still wish to use views data supplied by og_uid (such as filters and sorts provided by og).
  • Group managers can manage member titles by going to og/users/%/titles where % is the group node id.
  • Users with permissions can access their title at og/manage/%/title. This is still pending work before release.
  • Group managers can add/modify/delete titles from a list per group at node/%/titles
  • Site administrators can configure og titles behavior by going to admin/og/og_titles

og_titles 6.x-1.0-beta1

New features
Bug fixes

Organic Groups Titles is a simple module that allows you to create arbitrary member titles for each membership of a group.

Additional features have been added including configuration for select list-based titles. With select list-based titles you can also choose a sort order. With the old style the weight will remain null.

Also, added permission for a user to access their own title.

NOTE: With these major changes you need to run 'update.php' to 6003, 6004, and 6005! the update path does not add in weights.

Usage:

og_titles 5.x-1.x-dev

New features
  • Initial port to Drupal 5 with views functionality
  • Currently missing features in the Drupal 6 version

og_titles 6.x-1.x-dev

New features

Development release of og_titles -- this should not contain any production-breaking features but be warned.

Subscribe with RSS Subscribe to Releases for OG Titles