Maintainers monitor issues, but fast responses are not guaranteed.

Privatemsg Bulkmail

Privatemsg Bulkmail

The Privatemsg Bulkmail module is intended for site administrators who want to send out an identical private message to a large user base (100.000 users and more).

User Goals

User goal setup

Allow users to setup a personal goal to display in their profile and/or author pane.

Dummy Image

Screen shot 2011-02-02 at 17.29.29.png

For Drupal 7 and beyond

This module shows images as dummy images. If you are working on localhost or a dev server you do not have all the images from the production server - this is the module for you.

To install, enable the module and go to admin/config/development/dummyimage and configure in which cases you want dummy images to be used. You can also adjust
dummy image appearances there.

For Drupal 6:

This module shows any image that would have been displayed by imagecache as a dummy image. If you are working on localhost or a dev server, but you don't have the images from the production server available, this is the module for you.

To install, enable the module and go to admin/build/imagecache/dummyimage and tick the "use dummy images" box. You can also adjust dummy image appearances there.

Services

This module gives you the choice between these 4 placeholder image services:

The awesome dummy image generator service made by:
Russell Heimlich (@kingkool68)
http://dummyimage.com/

The fabulous http://placekitten.com service that will make your site full of cute Kittehs.

Don't like kittehs? Fine, be weird! And use the almost as fabulous http://placedog.com

The great http://lorempixum.com - gives you random images from categories you choose.

Atrium Leads

Atrium Leads is a simple Open Atrium feature that provides a "Business Lead" content type.

This can be used for keeping track of the status of any kind of business lead, ie. potential clients, RFPs, job offers, or even for tracking candidates for hire.

It offers a simple content type with fields for Description, Link, Contact Information, Keywords, and Status (New, Contacted, In progress, Closed, Abandoned).

It also provides views for navigating through leads by status and tag. Everything is based in Views and CCK so further customization is possible.

Taxonomy Additions

Overview

This module brings various improvements to the core Taxonomy module.

Features

  • Adds a delete link in the vocabulary terms list
  • Adds an option to not allow duplicate terms in a vocabulary
  • Views integration - provides a Views argument handler which adds the capabality of showing the results of related terms' nodes (e.g. If you have a view list for the term "Drupal", and that term is related to "Drupal core", nodes that are tagged with "Drupal core" will also show up in that view)

API functions

  • Provides an equivalent to taxonomy_get_term_by_name() which adds an extra parameter ($vid) for restricting the search to a specific vocabulary
  • Provides an equivalent to taxonomy_node_get_terms_by_vocabulary() which saves a database query by searching for the terms directly in the $node object.
  • Provides an equivalent to taxonomy_get_tree() which gets a more useful taxonomy tree, with "nesteds" terms in an array that you can access with $term->children

Todo

  • Improve documentation and function signature for taxonomy_additions_get_nested_tree()
  • Add code samples for the API functions provided by this module

Credits

ImageMagick

Allows to use ImageMagick or GraphicsMagick as image toolkit for Image API in Drupal. This integration is based on invoking the convert binary through shell access to process images. The Imagick module is an alternative toolkit module that uses the Imagick PHP extension instead.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained