Eloqua

Component type

module

Maintenance status

Development status

Downloads

24753

Component created

Component changed

The Eloqua module integrates Eloqua tracking with Drupal pages. Also included in this project is the Eloqua Webform submodule which integrates Drupal webforms with Eloqua forms.

About Eloqua

Eloqua is an automated marketing and demand generation software built to improve the quality and quantity of customers' sales leads and streamline their sales processes.

Apachesolr MLT More

Component type

module

Categories

Maintenance status

Development status

Downloads

808

Component created

Component changed

This module extends Apache Solr's More Like This blocks by allowing the results to be restricted by content type. This setting can be changed on the mlt block's block configuration page, and includes the ability to automatically detect the content type of the node page the block appears on and restrict the content type to the same as that.

It is unlikely that more features will be added to this module - it probably makes more sense to create your own custom block / solr query if you need something much more complex than basic mlt functionality.

Chase Paymentech for Ubercart

Component type

module

Categories

Maintenance status

Development status

Downloads

1817

Component created

Component changed

This module adds Chase Paymentech hosted checkout as a payment method to Ubercart. This module is complete in its ability to function as a payment interface between Ubercart and Chase Paymentech. Upon checkout the user is sent to Chase's payment site for payment completion. When the customer completes their payment, or their payment is declined, a response is sent back to the user's site and their order is updated accordingly.

Internationalisation Helper

Component type

module

Categories

Maintenance status

Development status

Downloads

1688

Component created

Component changed

Internationalisation Helper (i18n_helper) provides additional useful functions to i18n

1. CCK Fields synchronised by i18n_sync may be configured to be hidden or read-only in node views and node edit forms.
2. CCK Fields not synchronised by i18n may be configured to be blank when new translations are created.
3. A "Create translation stubs" action is provided, which when executed by a VBO (Views Bulk Operations) or Rule allows bulk or automatic creation of new translations.

USAGE:

Lithium Board integration

Component type

module

Maintenance status

Development status

Downloads

391

Component created

Component changed

Integration between Drupal and Lithium boards.

The module integrates Drupal with Lithium via a cookie. Also it provides 2 blocks - Recent posts and Featured thread.

The module provides synchronization of profile fields and user avatars.

Please consult the attached README file for configuration and other useful information.

Watchdog More

Component type

module

Maintenance status

Downloads

1023

Component created

Component changed

Provides a helper to clear the watchdog database table.

The module implements an back port of the same functionality of Drupal 7.

Parature

Component type

module

Maintenance status

Development status

Downloads

1247

Component created

Component changed

Parature 2.x (available only for Drupal 7) brings the Parature API Library into Drupal for module developers.
Parature 1.x (available only for Drupal 5) enables integration with the Parature customer support portal.

Decorator

Component type

module

Categories

Maintenance status

Development status

Downloads

4787

Component created

Component changed

A library which helps modules to extend abstractions defined by other modules. It simply dynamically extends more classes with one class. All of those classes are defined and used outside of this module. It only generates code (files), stores class definitions to the cache that can be then returned back to the modules to work with. It was designed to be used for simulating something what can be called "horizontal extensibility" of classes. The advantage of this approach is that the only requirement on that target module is then if it has an interface for registering new classes for use.