Workbench provides site contributors a way to easily create and find their own content.
Drupal provides a great framework for building functionality. Workbench helps harness content-focused features in one unified user interface. The goal is that a user does not need to learn Drupal in order to add content to the site.
Users need access to their account, their content, and to add new content. Instead of having to know how to navigate to My Account (/user/[uid]), Add content (node/add), and Find Content (admin/content), the user goes to My Workbench instead.
Simple changes like this help ease the learning curve for new users.
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.
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.
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.
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.