Releases for OG Titles
og_titles 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| og_titles-6.x-1.1.tar.gz | 14.27 KB | ecc699e37f3429ce7bcfb7b24aac3cd3 |
- 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
| Download | Size | md5 hash |
|---|---|---|
| og_titles-6.x-1.0.tar.gz | 12.85 KB | 1f78b6361b4df7c29df09a2fb9522161 |
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
| Download | Size | md5 hash |
|---|---|---|
| og_titles-6.x-1.0-beta1.tar.gz | 12.18 KB | e9750c84347fa6bb6a9a0c0b542ba00e |
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
| Download | Size | md5 hash |
|---|---|---|
| og_titles-5.x-1.x-dev.tar.gz | 7.78 KB | 6d03ed8229ac9d0da8e3ff70ac88d9c4 |
- Initial port to Drupal 5 with views functionality
- Currently missing features in the Drupal 6 version
og_titles 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| og_titles-6.x-1.x-dev.tar.gz | 14.28 KB | 00dc9dc74df9b8770fa4c0db2305204e |
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.
