Downloads

Download og_titles-6.x-1.1.tar.gztar.gz 14.27 KB
MD5: ecc699e37f3429ce7bcfb7b24aac3cd3
SHA-1: cf9a6e6ed002fd7ce37ebe48382c1901fd0c1274
SHA-256: 627eeea62af9e765686c8dd51b68d3aab4c40c1dcee4b3fa9ec5ba60d850fd1d
Download og_titles-6.x-1.1.zipzip 16.57 KB
MD5: 242ce976007a95c4203b76d851c124a2
SHA-1: 47ec112b95cc8a2ccd687a8b8718036b80438fd2
SHA-256: 29b6d77a98d7a78908f8546fd3e0a975f9a56ee55d54ab1b912a8fe90e5d8d68

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.
Created by: mradcliffe
Created on: 3 Dec 2009 at 20:27 UTC
Last updated: 7 Dec 2009 at 20:22 UTC
New features
Bug fixes

Other releases