Book Image

CiviCRM Cookbook

Book Image

CiviCRM Cookbook

Overview of this book

CiviCRM is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations.Organizations realize their mission via CiviCRM through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more.CiviCRM is localized in over 20 languages including: Chinese (Taiwan, China), Dutch, English (Australia, Canada, U.S., UK), French (France, Canada), German, Italian, Japanese, Russian, and Swedish.CiviCRM Cookbook will enhance your CiviCRM skills. It has recipes to help you use CiviCRM more efficiently, integrate it with CMSs, and also develop CiviCRM.This book begins with recipes that help save time and effort with CiviCRM. This is followed by recipes for organizing data more efficiently and managing profiles.Then you will learn authentication and authorization and managing communication with contacts.Then you will be guided on using the searching feature and preparing reports. We will then talk about integrating Drupal and CiviCRM. You will also be taught to manage events effectively. Finally, learn about CiviCampaign, Civimember, and developing CiviCRM.
Table of Contents (19 chapters)
CiviCRM Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Managing event registrations using CiviCRM Access Control Lists


This recipe is used for situations where you want to restrict access to event registrations to a group of contacts. For example you might be holding an event that is exclusive to members.

How to do it…

Here, we remove the global permissions set by the CMS—in this case Drupal—and replace them with CiviCRM access control list permissions.

  1. Navigate to Drupal | Administer | People | Permissions, and look at the permissions for Events. You need to remove global permissions for CiviEvent: Register for Events.

  2. Navigate to Administer | Events | New Event, and create an event.

    Note that events can include profile fields and a contribution. Both these can also be controlled by permissioning.

  3. Navigate to Search | Advanced Search, and search for a group of contacts that are to be targeted for invitations. Save these contacts to a group. For example, you can do a search for current members of your organization and add them into a group called...