PMB Connector

Component type

module

Maintenance status

Development status

Downloads

2321

Component created

Component changed

PMB Connector allows to link Drupal to PMB (formerly PhpMyBibli), an open source library management system (LMS/ILS) developed by the commercial French firm PMB Services, through an API (currently JSON-RPC).

With this module, users can browse and make searches from Drupal into the PMB library catalogue, or the OAI aggregator hosted by PMB ILS. Readers may also access within Drupal their OPAC account, and view their loans, reservations and reading lists.

You can try the module on the demo site.

Twitter Pull Helper

Component type

module

Maintenance status

Development status

Component created

Component changed

My very first module - be gentle, please.

Twitter Pull Helper does what it says on the tin ... it helps the Twitter Pull module.

In my first experience with Twitter Pull, I found it did not create nodes of my tweets. As a result I could not use Views to list them.
I created Twitter Pull Helper to:

  • Put the tweets returned by Twitter Pull into nodes
  • Create a simple user interface for users to supply basic information on the target twitter feed

It's my first and a very simple module. I hope others find it useful.

WYSIWYG IFrames

Component type

module

Maintenance status

Development status

Downloads

2822

Component created

Component changed

Based on http://drupal.org/node/69524, It made sense to simply create a module that provides iframe (for now, only TINYMCE) support with the WYSIWYG module. Simply paste in your iframe bit and when you move back into a wysiwyg view, it won't strip out the code :)

ActiveGrade integration

Component type

module

Maintenance status

Development status

Component created

Component changed

The d.o version of this module is horribly outdated and isn't being updated right now. It is still being used as a custom module and might be updated on d.o someday.

A module for integration with ActiveGrade

Features So Far

  • Authentication with ActiveGrade

Roadmap

  1. Syncing users
  2. Syncing standards
  3. Syncing assignments
  4. Entering scores

CakePHP migration support

Component type

module

Maintenance status

Development status

Downloads

637

Component created

Component changed

This module provides an alternative password authentication mechanism, via the pluggable password.inc system, adding support for CakePHP passwords. This is useful if you are migrating your CakePHP installation to a Drupal system.

Social River

Component type

module

Maintenance status

Development status

Downloads

623

Component created

Component changed

A life-stream module which aggregates feeds from a number of services and displays them in chronological order as a single stream.

There are other modules that do this e.g. Activity Stream - however
Social River does not store your stream items in the database at all, the aggregation and rendering of streams is handled completely on the client side by making use of the the excellent jQuery Lifestream plugin by Christianv.

JavaScript Syntax Highlighter

Component type

module

Maintenance status

Development status

Downloads

1243

Component created

Component changed

JavaScript Syntax Highlighter can be used for client-side syntax highlighting of following languages: HTML, CSS, JavaScript, PHP, SQL, HTTP and SMTP protocol, php.ini and Apache config. This is mostly used as a test-bed for the 2.x branch of the Libraries API.

Payment Express

Component type

module

Maintenance status

Development status

Component created

Component changed

Payment Express PX Pay CuRL Implementation
Ref: http://www.paymentexpress.com/technical_resources/ecommerce_hosted/pxpay...

This module provides px pay curl implementation, to redirect to Payment Express payment gateway use:

pament_express_pay($amount_input, $address1, $address2 = '', $address3 = '')