Commerce Auriga

Component type

module

Categories

Maintenance status

Development status

Downloads

1351

Component created

Component changed

Provides payment integration with Auriga ePayment using Drupal Commerce.

Auriga provides several different payment options, such as credit cards and bank transfers. However, this module only supports credit card transactions at this time.

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:

Profile Lite

Component type

module

Maintenance status

Development status

Downloads

1994

Component created

Component changed

Similar to the Profile2 module, this module is an alternative and simplified successor to the deprecated Profile module that ships with Drupal core. This module differs from Profile2 in that it doesn't set up separate entities for each category, but instead allows you to categorize fields on the user entity. This can greatly simplify the management of these fields.

This module requires CTools.

Compare

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is a first small step in an attempt to do something similar to
what is found at the Khan Academy (khanacademy.org).

This first step allows for setting up Rules components used for evaluating an
answer towards a given correct answer, in dynamic ways. It contains:

* A new entity type, "Question". It is used to store questions, and descriptions
  of answers (either in exact form or in lists of answer alternatives).

Services - xHTML Response Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

Use case

You want to gather a Drupal content/view from afar through any means (javascript the most times), but you don't want to bother yourself parsing results. You just want it xHTML, just like for a AHAH request.

Views Modes

Component type

module

Categories

Maintenance status

Development status

Downloads

5904

Component created

Component changed

A Drupal Views display plugin which provides alternate display modes that can be switched to for a single View. This allows exposed filter parameters or contextual filters to be kept active while switching display mode.

An example using Managingnews can be seen on Ugandawatch. Switching Displays is done by clicking any of the 2 icons left of the Globe in the right upper corner.

ICES

Component type

module

Maintenance status

Development status

Downloads

2445

Component created

Component changed

Integral Community Exchange System is a suite of Drupal modules featuring social currencies management for communities.

Integral CES wants to be a modern alternative to the widely-used software CES, Community Exchange System (http://www.ces.org.za) bringing improvements to the technology, usability, decentralization and flexibility while keping the solid standards and concepts that the original CES has developed during the last decade.