Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

Syntax Highlighter

Screenshot of syntaxhighlighter in action

This module integrates the SyntaxHighlighter Javascript Library into Drupal for source code list syntax highlighting within any Drupal contents.

Note: the SyntaxHighlighter Javascript library is not included and must be downloaded and installed in sites/all/libraries. See README.txt for more details. This module is compatible with both the 2.x and 3.x versions of the Javascript library.

To markup your code, use the <pre> tag with the class attribute and optionally the title attribute. See the <pre /> method section on this page and the configuration page for exact/complete explanation.:

<pre class="SYNTAXHIGHLIGHTER-OPTIONS" title="My title">
  program code
  ...
</pre>

Very important!!!: ordered the input format filters as follow:

  1. HTML filter or Wysiwyg filter or whatever HTML filters you use. They must come before.
  2. Syntax highlighter. This come after any and all filters that can modify content input.

ec_mobillcash mobile phone SMS payment gateway for Drupal eCommerce API

123.png

Only local images are allowed.

The mobillcash.module provides Drupal eCommerce with the ability to accept mCommerce payments for orders i.e. from any user that has a mobile phone - no debit, credit card or bank account is required.

Designed to work with and is dependent on the Drupal eCommerce modules. Basic installation instructions are included with the readme.txt file.

Development of the mobillcash.module was sponsored by m3m and undertaken by Dublin Drupaller, with assistance from Waseem Ahanger (Mobillcash & Vidicom).

Ubercart PayTrace Payment Gateway

Configuration screenshot

This module implements the PayTrace API as an Ubercart payment gateway for both authorization-only and immediate capture transactions.

Flowplayer API

Flowplayer Module Configuration

An API module to provide integration with the GPL licensed Flowplayer for Flash video playback.

Features

YUI Form elements

Provides Drupal YUI form elements, which you can use directly into your forms definition without calling any functions or writing any line of Javascript.

Status

This module won't be maintained anymore, except in case of serious bug report. If you are looking for some nice form elements, I'd advice you to look at jQuery UI module for Drupal 6.

Kiva

This project integrates drupal with the Kiva API. It includes:

  • a simple module -- kiva.module -- that allows you to create a block, listing all Kiva loans with given parameters
  • a feature that allows you associate a Kiva account with a (drupal) user account
  • kivafeeds.module, creates an importer for kiva loans XML, within the framework of the Feeds module

A beta version can be downloaded below. As usual, please don't use this on production sites but please do try it out on a dev/test site and submit bugs, feature requests, etc. via the issue queue.

A huge thank you to quickcel for doing so much on this project.

Both (Drupal6) modules require PHP 5.2+

For more about Kiva: http://www.kiva.org

Next steps:

  • Start a significantly different 7.x-2.x branch
  • kiva.module will focus more on being a flexible, decoupled Kiva API interface
  • kivafeeds.module -- i.e., integration with feeds.module -- will be abandoned/deprecated (won't exist in 7.x-2.0)

Pages

Subscribe with RSS Subscribe to RSS - Integrations