Poll Chart Block

Component type

module

Maintenance status

Development status

Downloads

2123

Component created

Component changed

Displays the latest (or second-latest, etc.) poll's results in a block using Google Chart API, with a selectable chart type, in specified size.

Dependencies

Development

Paid support and module development is from KYbest.

Nodequeue reference

Component type

module

Maintenance status

Development status

Downloads

3944

Component created

Component changed

Field type for referencing one or more nodequeue's to a node. The module supports both list, checkbox/radiobutton and autocomplete style. It's only distributed with a display formatter to show the nodequeue titles on node view, not listing the content from a nodequeue, because this can be handled using Panels and Views.

Scald: Flickr

Component type

module

Maintenance status

Development status

Downloads

1921

Component created

Component changed

This module provides Flickr image import inside Scald. It creates a scald provider allowing users to add atoms of type flickr image.

To test it quickly with drush :

drush en -y scald_flickr scald_dnd_library mee

Features

This project includes all the features needed to create atoms directly from Flickr, search, reuse them, and simply embed them into your drupal nodes with drag and drop magic.

Figure caption formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

Display a field as a HTML5 <figure> using field formatter settings, optionally with a <figcaption>.

The module uses token API, so site builders can generate the figcaption from other fields.

Dependencies

  • Field formatter settings API
  • Token module

    Development status

    This is an experimental module, just playing with the markup and use-cases for now. It's alpha-stage code, not suitable for production use.

TimThumb

Component type

module

Maintenance status

Development status

Downloads

1046

Component created

Component changed

This module provides a field formatter which displays a image field by TimThumb.

TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.

For more information see TimThumb – PHP Image Resizer

Thanks my friend 姚迎迎 gave me the idea.

Social Field Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

Social Field Formatter provides field formatter for text and link field. You can easy set up to show field value as link to a social page. It is useful for social sites collect data of eg. user's facebook page, gtalk, google+ page, and show as a link with own social icon (maybe without it)

This module uses ctools plugin architecture. It provides a widget plugin to handle providers (icons, link format), and a style plugin define how the widget should be rendered (eg. only image).

Because of ctools, it is easy to extend, add new widgets and styles.