Maintainers strive to actively monitor issues and respond in a timely manner.

Context: Content Profile Type condition

Context Content Profile example

Context Content Profile module provides a context condition which is allowing you to use reactions on the user page depending on the Content Profile this user has.

ImageField Focus

ImageField Focus: scale and crop focusing on the important portion of the image

This module allows to scale and crop images focusing on their important portions.

If you are using ImageField and ImageCache, you might have had hard times trying to get Scale And Crop to show what you actually want of your images.
That is what ImageField Focus was made for.
It allows you to tell ImageCache what portion of the image you want to focus to, and what portion you want to be cut out.

Key features

  • Extends ImageField's Image widget (no separate widget!)
  • Adds a new Focus Scale And Crop ImageCache action.
  • Adds a new Focus Crop ImageCache action.
  • Uses a new jQuery plugin that will soon be also available as a separate download.
  • Integrates with Smart Crop.

Triple Double

This module displays your latest Dribbble shots on your Drupal website.

What is Dribbble?

Dribbble is show and tell for designers, developers and other creatives.
Share sneak peeks of your work as 'shots' — small screenshots of the designs
and applications you're working on.

For more information, visit http://www.dribbble.com .

Features

  • Specify the number of shots (between 1 and 3).
  • You can choose to ignore the CSS included in this module and create your own.

Requirements

  • Since you are dislaying "Your" Dribbble shots, then you should have a Dribbble account.
  • The JSON PHP extension needs to be installed on your server.

Installation

  1. Go to Adminster -> Site Building -> Modules.
  2. Enable the 'Triple Double' module.
  3. Go to Administer -> Site Configuration -> Triple Double.
  4. Enter your Dribbble Player Name and the No. of Shots you would like to display and Save the configuration.
  5. Go to Administer -> Site Building -> Blocks.
  6. Place the 'Triple Double' Block into your desired region.

Acknowledgements

Menu Link (Field)

Defines a menu link field type.

Drupal's core Menu module allows nodes to place menu links (linking to the node) into the menu. The Menu Link (Field) module however allows entities of any type to place menu links into the menu using a field.

Menu Expanded

Menu Expanded - Screenshot

The Menu Expanded module is a simple module designed to revert the changes made in

Variable Check

Drupal 7 has a new and efficient way of loading module and theme settings from the database. The new loader requires all settings to be stored in the current (serialized) format.

An unfortunate side effect is that any left-over settings from modules that did not clean up when they were uninstalled, and are not stored in the correct format, cause PHP notices on your site.

This may happen if you've for instance upgraded a site from Drupal 5, through Drupal 6 to Drupal 7.

This module lists all entries in the {variable} table that cause unwanted PHP notices on production sites, such as:

Notice: unserialize() [function.unserialize]: Error at offset 74 of 75 bytes in variable_initialize() (line 749 of /srv/www/<sitename>/includes/bootstrap.inc).

By knowing the offending variable name, you can remove it from the database, making the notice go away. Of course, you should probably notify the module or theme author that their module or theme does not properly clean up after itself.

If you find a variable that causes a problem, please note it in a comment on #1284364: Use variable_initialize() against broken values - Notice: unserialize() [function.unserialize]: .

Related Modules

  • Variable Cleanup — Checks for unused variables in your variable table by scanning your entire filesystem for unused variables.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained