Image Caption

Component type

module

Maintenance status

Development status

Downloads

44638

Component created

Component changed

DESCRIPTION:

This module uses JQuery to dynamically add captions to images.
The image title attribute is used to create the caption.
It basically wraps the image in an html container div, takes the image title text and appends that in a child div underneath the image.
Technically, it works by implementing Drupal's hook_nodeapi to add one small snippet of captioner jquery to the head section of the page when a node of the configured type is viewed.

Publish Content

Component type

module

Maintenance status

Development status

Downloads

145990

Component created

Component changed

This module enables granular publish and unpublish permissions which allows you to grant roles on your site the ability to publish or unpublish specific content types without having to give them the administer content permissions. This is a lightweight solution to managing your content workflows.

Version 8.x-1.x

This is now under development!

Deploy - Content Staging

Component type

module

Maintenance status

Development status

Downloads

123067

Component created

Component changed

The Deploy module is designed to allow users to easily stage and preview content for a Drupal site. Deploy automatically manages dependencies between entities (like node references). It is designed to have a rich API which can be easily extended to be used in a variety of content staging situations.

ShareThis

Component type

module

Maintenance status

Development status

Downloads

441772

Component created

Component changed

Integration with the ShareThis social bookmarking utility on selected node types.

The code for this project was based on the original share project for Drupal 5.x. The code for this project has been trimmed down to only work with the ShareThis system, and not require any additional modules to work properly.

QuickPay payment gateway

Component type

module

Maintenance status

Development status

Downloads

18212

Component created

Component changed

This module allows payments to be made through the Danish payment gateway provider QuickPay.

Drupal 7 version includes submodule for integration with Drupal Commerce and Übercart 3.x (UC3 module contributed by B14), the Drupal 6 version includes submodules for Übercart 2.x, and E-Commerce 4.x, and Drupal 5 version supports E-Commerce 3.4 and Übercart 1.x.

All versions contains a sparsely documented, but simple, API for custom integration, with the Drupal 7 being a new OO rewrite.

Read the included README for required implementation information.

Charts

Component type

module

Maintenance status

Development status

Downloads

156223

Component created

Component changed

Transform Data into Information. Charts are a very good way to visualize a lot of data in a way that can be quickly digested.

Features

  1. Wide chart type support: Pie, Line, Bar, Column, Area or Scatter charts.
  2. API: A Drupal-friendly syntax for creating charts easily, regardless of the underlying library.
  3. Views integration: Display the Views results as charts.
  4. Examples: The module includes lots of example charts for you to reference when building your own charts or chart library integration.
  5. Supported charting libraries: out of the box, you may use either (the new) Google Charts (GC for short), Highcharts (HC for short), or C3 (Drupal 8 only) as the charting library.

Textarea Tabs

Component type

module

Maintenance status

Development status

Downloads

7182

Component created

Component changed

Makes all textareas (such as the 'body' field on the node edit page) accept the Tab key --- pressing Tab while in a textarea will now insert a tab into the content, rather than moving focus to the next field.

I threw this module together to facilitate easier discussion of code snippets on the forums at kineme.net (an opensource project sponsored by Kosada Inc.).

FFmpeg Wrapper

Component type

module

Categories

Maintenance status

Development status

Downloads

26917

Component created

Component changed

This is a helper model that provides access to the FFmpeg application. It provides some basic functionality for developers who need to process media files. In addition to transcoding media, FFmpeg Wrapper provides a way to extract specifc data from a media file- duration, dimentions, codec, etc. It is intended to help build a community supported interface to FFmpeg instead of having multiple modules reinventing the wheel every time they want to process rich media.