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

Using the Profile Pages and Listings setting to improve usability


CiviCRM has great search facilities. By using Advanced Search or Search Builder you can find pretty much anything within your database. You can use profiles to provide useful links to list your data without having to go back and forth between searches.

How to do it…

We will use a setting in profiles that creates more search links to explore data further.

  1. Navigate to Administer | Customize Data and Screens | Profiles and add a new profile.

  2. Save your profile and add the fields that interest you.

  3. In the Used For field, select Standalone Form or Directory.

  4. When you add fields to your profile make sure that the fields are set to:

    • Public Pages and Listings

    • Show in Results Column

    • Searchable

    In the following example we have added three fields:

  5. Once you have done this, use the search URL civicrm/profile?gid=N&reset=1, where N is the ID of your profile, and perform a search. From the result set, you will see there is a column containing the...