We are excited to announce a new blog and webinar series on the CiviCRM Entity module, demonstrating practical applications of CiviCRM integration with Drupal. Proudly presented and hosted by Skvare, we will cover an initial 8 topics - highlighting key features and use cases of this powerful tool. We’ve included the first five topics below, and will update with additional topics soon: (May 25) - CiviCRM Contacts in Drupal 8 (June 1) - Interactive Maps with CiviCRM Addresses (June 8) - Contributions and Reports within Views (June 15) - Customizing ...
Drupal
Drupal
Content about Drupal development, modules, theming, and how nonprofits use Drupal to build flexible websites.
Using the CiviCRM Entity Module
What is the CiviCRM Entity Module?
Integrating the world’s largest open-source Client Relationship Management tool, dedicated to supporting membership associations and non-profit organizations (CiviCRM), with the latest versions of the popular Drupal Content Management System (Drupal 8 and Drupal 9) - the CiviCRM Enitity module allows for incredible expanded functionality by exposing CiviCRM API entities as true Drupal entity types.
This allows users to:
Sync roles and contact types during user creation
Register users and collect contributions using powerful webforms
Reference any Civi data on nodes and other Drupal entities
Create event and other contact type pages using the new core media entity system, slideshows, and other Drupal fields
Generate reports and charts using Civi data within views displays
Create maps and proximity filters using Civi addresses
A few more details please...
CiviCRM focuses on contact and relationship management as its core function, and is 100% open source benefitting from a large and vibrant community of contributors. The power of the CiviCRM Entity module is the extendability it provides by interconnecting features of CiviCRM and Drupal to create unlimited synergistic functionality.
By exposing CiviCRM API entities as true Drupal entity types, any Drupal feature or module can access, manipulate, and display CiviCRM contact data as if it were a native Drupal entity. This opens the doors of hundreds contributed modules to be used with CiviCRM data to build custom solutions.
Skvare developed a single sign-on suite for Drupal 7 and Drupal 8 that integrates the Nimble Association Management System, which is built on top of Salesforce. Features include a single sign-on for both D7 and D8 sites, as well as syncing data from the 3rd party system. Custom module configuration pages allow the administrators to map fields, map Drupal user roles, control access to the Drupal user profile fields, and calculate the number of continual education credits that are awarded to their members.
Google Analytics (GA) is the 800-pound gorilla of digital analytics software. Once you add the code to your website it can track metrics related to your website traffic such as the number of visitors, what part of the world the users are located, what devices are used to visit your site, the most popular pages visited, and much much more. It's also absolutely FREE! It's no wonder why GA is the most popular analytics tool. However, there is one aspect of the tool that can skew your tracking metrics. When ...
Example Use Case This example is a one event page that has tabs of many types of content and views attached, and it allows an anonymous user to view the info, see registered participants, register for the event via one webform. This also automatically creates a contact, membership, active drupal user, and participant event registration to the event, logs in the user, and sets his user entered password via text field on the webform. Using this method, you can create easily customizable membership joins and event registration pages, which leverages ...
Give to The Max Day is a collaborative venture led by Minnesota Community Foundation and many other organizations committed to helping make the state of Minnesota a better place. The University of Minnesota Foundation started a major push to participate in Give to the Max Day around 2012. From year to year both the University and the Give to the Max campaign have broken their records, raised more money, and received more gifts than the previous years. This year, donors from across the globe make more than 3,300 gifts to ...
Today, Skvare has released a new version of CiviCRM Entity, 2.0-beta11. This release contains a new feature, an admin configuration page which allows site administrators to disable exposure of entity types to Drupal. CiviCRM Entity is a Drupal module which exposed CiviCRM API entity types as native Drupal entity types, providing Views, Rules, Entity Reference field integration, and Drupal native pages and forms for each. It supports both CiviCRM 4.6 LTS and CiviCRM 4.7. Previous versions of CiviCRM Entity allowed developers to control access to Drupal based pages and forms ...
CiviCRM comes out of the box with custom field functionality, and supplies several useful field types. This is great, but what if I want to add data to my CiviCRM contacts that is not one of these field types? What to do? CiviCRM Entity to the rescue! CiviCRM Entity is a Drupal module which exposes many CiviCRM entities as true Drupal entities. That means that almost any module that can use Drupal entities, can access and manipulate CiviCRM data, Drupal style. This includes many commonly used modules such as Views ...
There are two powerful modules used in the Drupal world for creating fast custom searches. Search API is a framework which provides an interface for site builders to create custom searches on any entity known to Drupal. It supports several search backends, including Apache Solr and native database search. It has a flexible API so developers can easily extend, customize, and alter aspects of the search process. Many additional contrib modules are available. Using these techniques, searching millions of records becomes fast and efficient. The Facet API module allows site ...
If you are a Drupal developer coming new to CiviCRM, it can be a bit of a "culture shock" to realize that CiviCRM is not your typical Drupal module. CiviCRM Entity can help a Drupal developer make the transition by enabling them to use some of the standard Drupal API features they have grown accustomed to, while still providing insight into the data structures and interconnections of CiviCRM.