Download Size md5 hash
og_titles-6.x-1.1.tar.gz 14.27 KB ecc699e37f3429ce7bcfb7b24aac3cd3
og_titles-6.x-1.1.zip 16.57 KB 242ce976007a95c4203b76d851c124a2
Last updated: December 24, 2010 - 23:31
Official release from tag: 6.x-1.1

Release notes

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

  • 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.