QQ

Component type

module

Maintenance status

Development status

Component created

Component changed

Tencent QQ, generally referred to as QQ, is the most popular free instant messaging computer program in mainland China. As of July 11, 2011, the active QQ users accounts for QQ IM totaled 812.3 million,possibly making it the world's second largest online community. The number of simultaneous online QQ accounts exceeded 100 million. In February 2011, QQ.com ranked 10th overall in the Alexa Internet rankings just behind Twitter ranked 9th.

Payment

Component type

module

Maintenance status

Development status

Downloads

65367

Component created

Component changed

Payment is a generic payment platform which allows other modules to use any of the payment methods that plug into Payment. With Payment we only need one one Paypal, one credit card and one iDEAL module to use with every single webshop or payment form that you want (applies to any payment method that works with Payment).

jQuery Mobile Google Analytics Plugin

Component type

module

Maintenance status

Development status

Downloads

1250

Component created

Component changed

Description

Reporting of page hits using Google Analytics is wrong when using jQuery Mobile
if AJAX is enabled. This module adds an AJAX friendly script to your pages.

Requirements

Google Analytics

Installation

Copy the 'ga_jquerymobile' module directory into your Drupal
sites/all/modules directory as usual.

Commerce Saferpay

Component type

module

Maintenance status

Development status

Downloads

2601

Component created

Component changed

Overview

This project provides a http://www.saferpay.com integration for the Drupal Commerce payment and checkout system.
Saferpay, part of the Swiss "SIX Card Solutions", is a PCI DSS certified e-payment solutions for professionals and beginners. Saferpay integrates all popular payment means in a Web shop through a single interface. This makes it easy to make adaptations and upgrades.

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:

jQuery Zoom Tour

Component type

module

Maintenance status

Development status

Component created

Component changed

Introduction

This module implements the jQuery Zoom Tour plugin in a Drupal module as a field formatter for field collections. The plugin description from the OP is: Showing a main image initially, we want to be able to zoom into certain parts of the image by clicking on tags, using another image for the closer view. This next step can contain other tags that again allow to show more images. We achieve the “zoom” effect by enlarging the current image and fading in the new one.