Maintainers are looking for help reviewing issues.

Khipu

This module integrate a payment method called Khipu from Chile and this is only used in this country.

Easy WAMP Drupal Install

I used this project when I had to do a Drupal intensive with a bunch of high school students.
They had Windows boxes and I needed to deploy Drupal to all their computers.

Commerce BIG FISH Paymentgateway

Admin page

BIG FISH Hungarian paymentgateway for Drupal Commerce.

Implements the next gateways:

  • Barion
  • CIB bank
  • Escalion
  • FHB Bank
  • KHB (K&H Bank)
  • MPP (MobilPay)
  • MPP2 (MasterCard Mobile)
  • OTP
  • PayPal
  • PayU
  • SMS
  • UniCredit Bank
  • Wirecard QPAY

Dependencies:

Try demo: Tesztshop

Install module as usualy.

  • Download BIG FISH Paymentgateway SDK.
  • Unpack files (config.php and paymentgateway.php) from php/lib directory to sites/all/libraries/bigfish_paymentgateway_sdk folder.
  • Download Commerce BIG FISH Paymentgateway module.
  • Unpack to sites/all/modules.
  • Go to admin/modules site. Enable Commerce BIG FISH Payment Gateway module.

Commons Media Galleries

This module provides integration between Drupal Commons 7.x-3.x and the Media Gallery module (http://drupal.org/project/media_galler

Library Templates

Normally, if you want to write a custom template for a node type, you put a file named node--foo.tpl.php in the theme you wish to use.

Mongo Entity

Overview

Mongo Entity provides developers with entity and controller classes for storing entities entirely in a MongoDB collection. It eliminates the need for a base table, or any SQL queries at all; an entity's ID, name, properties, and any field data are all written directly to MongoDB. It also provides classes for embedded entities: entities that are stored as subdocuments in a parent collection, but that can be managed using the standard Entity API CRUD methods, as well as found with EntityFieldQuery. Ultimately, loading a parent entity should automatically load and embed all its child entities, with only one query to a single MongoDB collection.

Mongo Entity is for developers. It provides no interface, nor does it alter the behavior of existings sites out of the box. Modules can use the provided MongoEntity and MongoEntityController classes in hook_entity_info to store entities in MongoDB, rather than a SQL database.

Features

  • Minimal configuration. Save custom Entities entirely in automatically generated MongoDB collections. No SQL tables needed.
  • Performance boost. Field data is stored with the Entity in MongoDB, reducing the need for complex JOINs and multiple database queries to load a single object.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)