Maintainers strive to actively monitor issues and respond in a timely manner.

civicrm_commons

This module supports the synchronization of first and last names and social media URLs from Drupal Commons 7.x-3.2 to CiviCRM 4.3.x (it may work with other versions, but this is what it was created and tested with).

Drupal Commons supplies additional profile fields (implemented as field entities) for First Name, Last Name, and URLs for Facebook, LinkedIn and Twitter. This module will sync a user-updated (in their Drupal Commons profile) first or last name to the first_name and last_name fields in the civicrm_contact table. If you create (in CiviCRM) custom data fields for social media URLs, it will sync those, too.

Currently, the custom id values used to update the CiviCRM fields are hardwired, but they could either be easily changed or discovered by documented (and commented out) code in the module. Updating this to be more general (and to look for the 'Bio' field which I locally disabled in my Commons install) is a simple project for the future - this will be marked by the first stable release.

As a bonus, there is a drush script to help with synchronization of Drupal users to CiviCRM contacts. My server times out after about 10K user-to-contact syncs, so this script batches the synchronize() process. For example, to sync 50K users in batches of 10K, run (from a bash shell):
for offset in 0 10000 20000 30000 40000; do

BEF Admin Views

Once I get BEF ported to Drupal 8 and all the admin pages in Drupal are ported to Views, we can leverage BEF and Views to build a customized admin UX.

Bot Jenkins

Integrates the Bot module with Jenkins CI. Tell your bot to initiate builds!

Simple search taxonomy options

This module is a plugin of simplesearch module. It allows to add an additional dropdown list in a simplesearch block which is filled out with terms of a given vocabulary.

A default value could be set depending if the user chose the same term or depending his ip address.

Configuration:

go to "admin/structure/simplesearch-block/blocks" and edit a block.
In the page, simple search toxonomy options added a "SHOWTAXONOMY SETTINGS" fieldset. Inside this fieldset you can define the following:

  • Enable taxonomy plugin for this block: Check it to enable the plugin for the block you are editing,
  • Vocabulary: Select the vocabulary whose terms will fill out the dropdown list,
  • Options title: The dropdown title (optional),
  • URL parameter: The parameter that will be use in the query( &your_parameter=
    )
  • DEFAULT VALUE SETTINGS fieldset: Here is all about how calculate the defaut value for users:

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained