You are here

README.txt in OG Invite People 7

Same filename and directory in other branches
  1. 7.2 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.

-- 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. -- HOOKS --
  14. Hook triggered after user is invited.
  15. - hook_og_invite_people_invited($account, $og_membership)