GEDCOM Import

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module for converting the people a GEDCOM file into nodes for each person, with attributes as CCK fields. Still a lot of code specific to my site, I would like to make it more generically useful.

Facetag

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Facetag allows you to tag faces (or anything else) in pictures, similar to Facebook and Google+.

Currently tags are linked to a CCK selectable content type, but ideally there would be an option to tag users instead.

Currently working with imagecache-style images, but I have had it working with the Image module before. This needs to be smoothed into a setting.

This project is still very rough, and under development.

It is based on the image_annotate module.

Tournaments series

Component type

module

Maintenance status

Development status

Downloads

805

Component created

Component changed

Overview

Module for calculating and publishing a ranking list for tournaments series.

You can use a module for running a series of tournaments or races of any kind, e.g. F1 season, Ski world cup, your Bridge league...

Poll Blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

5924

Component created

Component changed

Core Poll module provides only one block for recent poll. This module provides a block for each active poll.

In Drupal 8 — use Views module.

Drush Hooks for Git

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drush Hooks for Git is a fork from GitHook. This fork exists because:

  • GitHook uses a "plugins" system when it should really use the Drush hooks system.
  • GitHook is designed to be self contained and fast which makes it hard to extend and not capable of bootstrapping Drupal
  • To prevent breaking existing functionality for the GitHook extension

Maybe some day the two could be merged back together?

Fast OpenGraph module

Component type

module

Maintenance status

Development status

Downloads

685

Component created

Component changed

The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook.

This module developed for making possible nice display nodes with attached images on external sites like Facebook.

Integrated with image

jquery_update_d6_17

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A port of jquery_update for d6 to support 1.7

Important

It should be noted that this is not compatible with Drupal 6 core. This will only work on pressflow which is using json_encode a php5 function. If you want to try doing that, please download this patch http://drupal.org/files/issues/drupal_to_js_proper_json-D6_0.patch and apply it to your common.inc file.

File Entity Link

Component type

module

Maintenance status

Development status

Downloads

20067

Component created

Component changed

Out of the box, the Media and File Entity modules attach media to entities using Fields but they provide no way to then display media in those fields as links to the parent entity. A common use-case for this would be a teaser view of a node showing an image linked to the node.

This very simple module adds an option to the "File Types" view mode settings to accomplish this (at admin/config/media/file-types/manage/image/file-display for images).

A few notes: