| 1 |
DESCRIPTION
|
| 2 |
--------------------------
|
| 3 |
Enable site admins to limit which roles can join organic groups.
|
| 4 |
|
| 5 |
INSTALLATION
|
| 6 |
---------------
|
| 7 |
- Organic Groups module is required.
|
| 8 |
- Enable og_joinrole module
|
| 9 |
- Define which roles may join Organic Groups via admin/user/access
|
| 10 |
- og_joinrole settings (admin/og/og_joinrole) allow you to edit the replacement text that is displayed to the user when they don't have "subscribe" permission.
|
| 11 |
|
| 12 |
NOTES
|
| 13 |
----------------
|
| 14 |
- og_joinrole uses jquery to substitute "og/subscribe" links with anywhere on the page
|
| 15 |
- og_joingrole.module and og_joinrole.js has some English language text that can be changed to further modify replacement text
|
| 16 |
- og_joinrole.module must have a higher module weight than OG in order to override the "og/subscribe" menu item. When installed, this is automatically handled. If the module weight of OG is manually changed, then the module weight of og_joinrole must be manually changed to be higher than OG as well.
|
| 17 |
|
| 18 |
|
| 19 |
TODO/BUGS/FEATURE REQUESTS
|
| 20 |
----------------
|
| 21 |
- see http://drupal.org/project/issues/og_joinrole
|
| 22 |
|
| 23 |
CREDITS
|
| 24 |
----------------------------
|
| 25 |
Authored and maintained by michael anello <manello AT gmail DOT com>
|
| 26 |
Sponsored by Florida Green Building Coalition - http://www.floridagreenbuilding.org/
|