Guiders-JS D6

Component type

module

Maintenance status

Development status

Component created

Component changed

D6 port of Guiders-JS.

The purpose is to integrate this port back into Guiders-JS module.

D6 needs a slightly patched version of guiders.js library due to outdated jquery version included in core. You can download the patched guiders.js library here https://github.com/mwsam/Guiders-JS while I'm trying to get it included in original repo.

OG Archive Groups

Component type

module

Maintenance status

Development status

Downloads

422

Component created

Component changed

OG Archive module allows you to Archive organic groups.
Predefined settings in OG archive configuration allows you to assign roles who can archive and set access for the archived groups and for the associated nodes to the archived groups.
You can also set whether users can be added or removed from archived groups.
The project uses OG and flag modules.

Sponsorship:

CRM Core

Component type

module

Maintenance status

Development status

Downloads

39623

Component created

Component changed

CRM Core is a set of modules for managing contacts, activities and relationships within your Drupal website. It is designed to provide a basic framework for managing these items and interacting with other components of Drupal.

Overview

CRM Core allows you to manage contacts, activities and relationships in your Drupal website. It provides extensive support for these entities, and includes a number of tools to make them easier to support in your Drupal website.

  • User Sync allows contacts to be paired with user accounts.
  • Match provides support for deduplication.
  • Reports provides a central repository for reports.
  • CRM Core Settings allows administrators to control the UI for managing contacts.

In addition to these basic features, CRM Core integrates with a number of other components within Drupal, including views, VBO, ctools, rules, solr, services, field api and search api.

Why use CRM Core?

An extensive discussion of why you would want to use CRM Core can be found in the handbook. This page details the design philosophy behind CRM Core and other things to consider when trying to make the case for why you would want (or not want) to use it.

Commercegate Gateway

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides connectivity between your Drupal Website and CommerceGate.

CommerceGate offers online businesses an all-in-one billing solution to process payment methods in your Drupal E-commerce Website safely allowing Webmasters based in Europe and North America to fully concentrate on building and expanding their online business.

We provide you with a module that connects your Drupal to this gateway solution.

If you need to use it or you wish to work in this module, please contact us. luis@kadabrait.com

CiviCRM api

Component type

module

Maintenance status

Development status

Downloads

904

Component created

Component changed

Working with CiviCRM api is very hard in Drupal. Let's simplify it!

Well, let's try to tell, why I'm doing this:

The first, get the civicrm constant 'wysiwygEditor' with civiapi V3:

 if (!civicrm_initialize()) {
     return;
  }
 $params = array (
   'version' => 3;
   'name' => 'wysiwygEditor';
  )

 $result = civicrm_api('constant', 'get', $params);
  $wysiwygEditor = $result['values'];

And get the same with civi_api:

Metis (VG Wort integration)

Component type

module

Maintenance status

Development status

Downloads

1209

Component created

Component changed

The Metis module automates the inclusion of the so called "Metis pixel" (Zählmarke) from the German association VG Wort. The pixel is included as an image that is 1px wide and high and it allows VG Wort to count visits to nodes. Based on that count, VG Wort pays authors royalties obtained through the sale of printers, copiers, and other technical devices that might be used to copy texts.