The current maintainers are looking for new people to take ownership.

RegOnline API

Implementation of RegOnline's API in Drupal.

UWA Widgets

Universal Widget API (UWA) is a widget framework developed by Netvibes, mainly to integrate widgets to their platform, but compatible with other platforms such as iGoogle, Windows Vista, Mac OS X,

IMCE Rename

Screenshot

Adds file and folder renaming functionality to the user interface of the IMCE file browser

Last minute product

Provides last minute product suggestion for an ubercart store.

Certify

certify-block.png

A module for issuing PDF certificates upon completion of a set of condition. Supports quizzes from the quiz module and pageviews of book pages from the book module out of the box.

Ad.ly

Ad.ly Logo.

Integration with the Ad.ly in-stream advertising platform.

Where to get an API Key?

To use Ad.ly, you need to register with their service at: http://ad.ly/developer/register/ and get an API key, which you will enter in the module configuration screen.

Theming Requirements

While the Drupal module allows you to theme ads any way you like it, Ad.ly actually has specific and strict requirements on the look-and-feel of the ads. You should read carefully the Implementation Specifications to make sure your themed ads meet the guidelines. Otherwise clicks won't count!

Sample tpl in the module meets all current requirements.

How Does It Work?

There are two kinds of "streams" in Drupal:

  1. Views listings - to enable Ad.ly ads for a display of a view, configure position and content field in the Ad.ly Settings section of the display. Currently supported display types: page, block and feed.
  2. Search result pages - @TBD

Alternatively, you can use module's API function to integrate custom streams with a call like:

$response_values = adly_apicall($content);

where "$content" is either a search query (String) or an array of posts. See more at: http://ad.ly/developer/docs/

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer