Fotonotes

Component type

module

Maintenance status

Development status

Downloads

6167

Component created

Component changed

Fotonotes – collection of scripts for annotating images. Fotonotes is very simple. Only 2 steps and all done. First, you have to select a part of image and write comment linked to selected part. Next, when user place mouse cursor over noted part of image, desire note will be showed. In such a way very convenient to select friends on collective photos, or components of complex schemes. This feature is common used, for example, on Flickr.com website.

Mollom

Component type

module

Maintenance status

Development status

Downloads

820197

Component created

Component changed

As of 2 April 2018, Acquia will no longer support or maintain the Mollom product. Read more: https://www.mollom.com/eol

Mollom is an intelligent content moderation web service. By monitoring content activity on all sites in the Mollom network, Mollom is in a unique position to determine if a post is potentially spam; not only based on the posted content, but also on the past activity and reputation of the poster. In short, Mollom handles incoming posts intelligently, in much the same way a human moderator decides what posts are acceptable. Therefore, Mollom enables you to allow anonymous users to post comments and other content on your site.

Mapstraction

Component type

module

Maintenance status

Development status

Downloads

5905

Component created

Component changed

This module delivers support for the Mapstraction javascript library, which provides an abstraction layer for the various map providers including Google, Yahoo!, and MapQuest. It allows you to quickly display maps on your site from multiple providers and switch between providers without worrying about differences in their APIs.

The module provides a Views style plugin and an API for developers to use maps elsewhere. When the Views style is used, it will display nodes as points on a map. The latitude/longitude points, info balloon contents, map icon, and one or more attributes can be provided by any view fields, including those from CCK. Other settings can be seen on the attached screen shot.

Fapilicious

Component type

module

Categories

Maintenance status

Development status

Downloads

671

Component created

Component changed

Fapilicious is a collection of FormAPI goodies.

I hope to make it a repository of reusable FormAPI trickery and short cuts. Currently it has small collection of powerful FormAPI element validators.

Please submit your favorite tricks as patches so we can add on to this library.

Ajax Load

Component type

module

Maintenance status

Development status

Downloads

28629

Component created

Component changed

Helper module to load and add JavasScript and CSS data for Ajax-loaded content.

There will be no Drupal 7 version as the functionality provided by AJax load is built into Drupal 7 core's Ajax API. See #1060340: Port AJAX load module to drupal 7..

There is an experimental D6 2.x branch that depends on CTools.

When loading new content via AJAX, there is the potential need to load CSS and Javascript files and data not already available on the page. Ajax Load is a helper module designed to handle this task. It should only be installed for use with another module.

Ajax Load was written to accompany a patch that added AJAX loading to the Views module. When enabled, Ajax Load will ensure that any needed JS and CSS files are loaded along with dynamically loaded views.

Maintained by markus_petrux and nedjo.

Developer usage

To see a full working example, download the dev version, which includes an ajax_load_example module.

Ajax Load implements a drupal_alter() hook, hook_ajax_data_alter().

Ajax Load expects an object or array that is about to be sent in JSON format. The object should have a __callbacks property with Javascript callbacks that the JSON data are to be fed into.

Theme Builder

Component type

module

Categories

Maintenance status

Development status

Downloads

4827

Component created

Component changed

Generate templates for Drupal 5 and 6, Smarty themes for Drupal 5.x, XTemplates for Drupal 4 or static XHTML templates.

Features
- XHTML and Drupal 5/6 templates (import/export).
- Color palettes (import/export).
- Accessibility and Web Standards.
- No browser proprietary code.
- Slim and easy.
- Extensive browser support.
- Valid XHTML, CSS and CSS Hacks.

Slot Machine

Component type

module

Maintenance status

Development status

Downloads

5927

Component created

Component changed

The Slot Machine module allows you to schedule your content by 'slotting' nodes into different queues. The main building blocks of the module are topics and feature types. Topics correspond to pages or channels, for example 'sport', 'entertainment', 'world' on a news site. You create a vocabulary with the channel names as terms and then set this vocabulary as the slot machine vocabulary. Feature types are slots within those pages and correspond more or less to content types, e.g. ‘article’, ‘video’, ‘review’, etc.

Author Taxonomy

Component type

module

Categories

Maintenance status

Development status

Downloads

29101

Component created

Component changed

Seeking a new maintainer

Please contact Todd Nienkerk if you are interested in taking over maintenance of this module.

About Author Taxonomy

Author Taxonomy allows you to assign one or more authors to a node using terms from a taxonomy of author names. This module also provides a fully themable replacement for your byline (the "submitted by Username on date" text).

  • Displays author names in a serialized manner: "Jane and Jack" or "Jane, Jack, and Joe."
  • Replaces your theme's default post information output (the "submitted by Username on date" text). This is possible in the 5.x version, but it requires changing some lines in your theme.
  • NEW! Author terms can be associated with actual user accounts. (6.x-1.x only.)
  • IMPROVED! Links each author term to either: (1) a page that lists all nodes tagged with that author or (2) the profile of the user associated with that author. (Option 2 is available only in 6.x-1.x.)
  • Option to overwrite the "real" author -- that is, the user who created and published the node -- if one of the author taxonomy terms matches a username.
  • Timestamps can be customized using PHP's date() function format strings.