This documentation refers to an older version of CiviCRM (3.4 / 4.0). The current stable version is 4.1. Please introduce all documentation changes and new material here.

Skip to end of metadata
Go to start of metadata
This page refers to CiviCRM 3.4 and 4.0, current STABLE version.

Documentation Search


CiviCRM 3.4 and 4.0 Documentation

Support and Participation

Developer Resources


CiviCRM books!

Make sure to check out the FLOSS Manual Understanding CiviCRM as well! You can also support this project by ordering a hard copy.

Or support us by buying an eBook or hard copy of Using CiviCRM from Packt Publishing.

I don't understand how to allow a group leader to edit only that group's contacts.

ACLs are pretty similar to Drupal's current structure, so for the below case you'll do:

  • Lets assume the group is G
  • Create a new group AG. All contacts in AG will be able to edit group G
    create a new role called RG
  • Link RG and AG using the Users to Roles menu item
  • Create an ACL giving Role RG, Edit Permission on Group G

[Source. ]

Labels
  • None