You are here

README.txt in OG Invite People 7.2

Same filename and directory in other branches
  1. 7 README.txt
-- SUMMARY --

OG Invite People module is an extension to OG 7.x-2.x to add the invite
funcitionality via email.
It creates a new system user and adds him to OG group from which he was invited.

-- REQUIREMENTS --

OG 7.x-2.x.

-- INSTALLATION --

Install as usual, see http://drupal.org/node/70151 for further information.

-- HOW TO USE --

Enable the module, go to OG group permission page (admin/config/group/permissions)
and enable "Invite people" permission for permitted group roles.
A new link "Invite People" is displayed on your group's Group page.

-- Configuration --

On the configuration page (admin/config/group/og-invite-people) you can optionally

* Have the role selection widget displayed as checkboxes instead of dropdown
* Use a single-user invitation form and add user fields
* Add the invite page as direct tab of the group page
* Remove the og group tab

-- HOOKS --

Hook triggered after user is invited.
- hook_og_invite_people_invited($account, $og_membership)

File

README.txt
View source
  1. -- SUMMARY --
  2. OG Invite People module is an extension to OG 7.x-2.x to add the invite
  3. funcitionality via email.
  4. It creates a new system user and adds him to OG group from which he was invited.
  5. -- REQUIREMENTS --
  6. OG 7.x-2.x.
  7. -- INSTALLATION --
  8. Install as usual, see http://drupal.org/node/70151 for further information.
  9. -- HOW TO USE --
  10. Enable the module, go to OG group permission page (admin/config/group/permissions)
  11. and enable "Invite people" permission for permitted group roles.
  12. A new link "Invite People" is displayed on your group's Group page.
  13. -- Configuration --
  14. On the configuration page (admin/config/group/og-invite-people) you can optionally
  15. * Have the role selection widget displayed as checkboxes instead of dropdown
  16. * Use a single-user invitation form and add user fields
  17. * Add the invite page as direct tab of the group page
  18. * Remove the og group tab
  19. -- HOOKS --
  20. Hook triggered after user is invited.
  21. - hook_og_invite_people_invited($account, $og_membership)