WimTvPro

Component type

module

Maintenance status

Development status

Component created

Component changed

The WimTvPro module enhances your Drupal website by converting it into a full video asset management and publishing platform. This module is particularly useful on portals where video plays a major role (Web TVs, news portals, etc.), simplifying, improving and speeding up all video management and publishing operations. Editors can upload videos directly from their Drupal site to the www.wim.tv video platform, publish them on any node having a Body field, and stream them to the visitors directly from the cloud.

Gallery2 migrate

Component type

module

Maintenance status

Development status

Downloads

2221

Component created

Component changed

The Gallery2 migrate module is designed to import photos and related data from the Gallery package. This module works with Version 2 of Gallery (G2) and Drupal 7.

Some Drupal sites use the Gallery module to integrate G2 with Drupal. This module gives an upgrade path for those sites to Drupal 7. Instead of integrating with the Gallery package, this module imports the photos and metadata into Drupal.

Lite Feed Block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A light-weight module that creates blocks for feeds. This module was developed in response to the lack of options in Drupal 7. The Feed Block module is now unsupported and obsolete. The RSS Feeds Block module is currently being ported to D7 with undetermined status. The Lite Feed Block module is here to fill that gap.

Commerce Kiala

Component type

module

Maintenance status

Development status

Downloads

23550

Component created

Component changed

Commerce Kiala is a shipping method for Drupal Commerce's shipping system that allowed the customer to select their desired Kiala Point during checkout.

Sponsored by Commerce Guys

Interested in trying out the service? Contact us today via the Marketplace to sign up for a free demo code!

Kiala representatives can also help you get set up and provide cost estimates as needed. Be sure to check out the end user documentation on the Marketplace.

Features

  • Kiala shipping services allow customers to choose a Kiala pickup point for their order
  • Export order records to Kiala Pack & Ship Desktop App
  • Associate tracking numbers with orders
  • Provides interface for customers to look up their tracking information

Commerce MIGS Merchant

Component type

module

Maintenance status

Development status

Downloads

1629

Component created

Component changed

A payment method for Drupal Commerce for the MIGS payment gateway.

MIGS is used by ANZ eGate, CommWebb, Commonwealth Bank of Australia, Bendigo Bank, and other banks worldwide. Payment gateway for EFTPOS in New Zealand.

Based heavily on Ubercart MIGS.

Merchant Hosted Only

This module implements the "Merchant Hosted" method ONLY, where a customer enters their credit card details and these details are sent to the payment gateway for authorisation.

Session Cache API

Component type

module

Maintenance status

Development status

Downloads

30904

Component created

Component changed

The Session Cache API is a super-simple two-function API for programmers to access small amounts of user-specific "state". Examples are the user's changing geographic location or a drop-down selection that is made upon first visit and needs to be remembered for the remainder of the session, or beyond, as in the Views Global Filter module.
The module comes in particularly handy when anonymous session data needs to be stored, which may not be viable using the standard $_SESSION way, due to constraints imposed by a caching engine or web accelerator like Varnish (in combination with a suitable page-exclusion strategy).