Releases for OG Titles

og_titles 6.x-1.1

mradcliffe - December 3, 2009 - 20:27
Download Size md5 hash
og_titles-6.x-1.1.tar.gz 14.27 KB ecc699e37f3429ce7bcfb7b24aac3cd3
Official release from CVS tag: DRUPAL-6--1-1
Last updated: December 3, 2009 - 20:31
  • Introduce API for og_titles to be able to add additional form types other than select or text input per #371266: Taxonomy integration?.
    • hook_ogt_type() -- return an associative array of custom form types return array('my_og_titles_custom_input' => t('My Custom Input'));
    • my_og_titles_custom_input(&$form, &$form_state, $gid, $uid = NULL) -- $form is the relative form element for a user's title.
    • my_og_titles_custom_input_save($gid, $uid, $title, &$form, &$form_state) -- custom per user title save callback called from og_title submit callback for an enabled option. Currently you have to do the db_query insert and update yourself.
  • Add og_my_titles as a default view to replace og_my per #563260: Usability issues with 6.x-1.x-dev.
  • Code cleanup.

og_titles 6.x-1.0

mradcliffe - May 27, 2009 - 14:07
Download Size md5 hash
og_titles-6.x-1.0.tar.gz 12.85 KB 1f78b6361b4df7c29df09a2fb9522161
Official release from CVS tag: DRUPAL-6--1-0
Last updated: May 27, 2009 - 14:12

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

mradcliffe - April 2, 2009 - 02:22
Download Size md5 hash
og_titles-6.x-1.0-beta1.tar.gz 12.18 KB e9750c84347fa6bb6a9a0c0b542ba00e
Official release from CVS tag: DRUPAL-6--1-0-BETA1
Last updated: April 2, 2009 - 02:25

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:

  • 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

That's it!

og_titles 5.x-1.x-dev

mradcliffe - November 27, 2008 - 01:18
Download Size md5 hash
og_titles-5.x-1.x-dev.tar.gz 7.78 KB 6d03ed8229ac9d0da8e3ff70ac88d9c4
Nightly development snapshot from CVS branch: DRUPAL-5
Last updated: November 27, 2008 - 12:11
  • Initial port to Drupal 5 with views functionality
  • Currently missing features in the Drupal 6 version

og_titles 6.x-1.x-dev

mradcliffe - October 15, 2008 - 02:15
Download Size md5 hash
og_titles-6.x-1.x-dev.tar.gz 14.28 KB 00dc9dc74df9b8770fa4c0db2305204e
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: December 4, 2009 - 00:11

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

  • Introduce API for og_titles to be able to add additional form types other than select or text input per #371266: Taxonomy integration?.
    • hook_ogt_type() -- return an associative array of custom form types return array('my_og_titles_custom_input' => t('My Custom Input'));
    • my_og_titles_custom_input(&$form, &$form_state, $gid, $uid = NULL) -- $form is the relative form element for a user's title.
    • my_og_titles_custom_input_save($gid, $uid, $title, &$form, &$form_state) -- custom per user title save callback called from og_title submit callback for an enabled option. Currently you have to do the db_query insert and update yourself.
  • Add og_my_titles as a default view to replace og_my per #563260: Usability issues with 6.x-1.x-dev.
  • Code cleanup.
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.