modr8

Component type

module

Maintenance status

Development status

Downloads

44888

Component created

Component changed

Provides an administrative interface for managing content in moderation.

Allows you to preview content, as well as approve or deny, and send messages to the author informing them of your choice.

fastpath_fscache

Component type

module

Maintenance status

Development status

Downloads

4466

Component created

Component changed

A file-based caching mechanism for serving up cached Drupal pages instead of using the database 'cache' table. This approach is generally faster since the web server doesn't need to initialize a database connection and crunch through a bunch of PHP files for an anonymous user hit. This code is in beta quality and shouldn't be used in production.

Subgroups for Organic groups

Component type

module

Maintenance status

Development status

Downloads

45765

Component created

Component changed

Description

This module enables a user with the proper permissions to build group hierarchies (or tree) by nesting groups under other groups. Simple or complex group hierarchies can be easily created.

When a hierarchy has been established, user memberships and/or content posted to a group can be propagated up, down or sideways along the tree. So when a user joins a group, their membership can also get created in other parent, child or sibling groups. Separate propagation settings can be applied for content and membership propagation.

Profile Privacy

Component type

module

Maintenance status

Development status

Downloads

13459

Component created

Component changed

Overview

This module allows users to set privacy options for their profile fields when using the core profile.module. It does not create any settings pages or configuration screens, and it integrates seamlessly with the existing profile module.

URL Class

Component type

module

Categories

Maintenance status

Development status

Downloads

2338

Component created

Component changed

This module is deprecated, use URL Icon [1] instead.
[1] http://drupal.org/project/urlicon

A simple filter which adds a CSS-class to each URL according to its target. This lets you easily distinguish between internal and external URLs, and assign a unique style to each URL based on its destination.

URL Icon

Component type

module

Categories

Maintenance status

Development status

Downloads

8778

Component created

Component changed

Filter all external links in nodes and comments.

You may choose to
* automatically add the corresponding favicon, if the site has one
* add an external link icon (included)
* add a CSS class only, so that you can theme it as you like

Calendar

Component type

module

Categories

Maintenance status

Development status

Downloads

1350055

Component created

Component changed

Requires Views and the Date API (packaged with the Date module).

This module will display any Views date field in calendar formats, including CCK date fields, node created or updated dates, etc. Switch between year, month, and day views. Back and next navigation is provided for all views. Lots of the Calendar functionality comes from the Date module, so any time you update the Calendar module you should be sure you also update to the latest version of the Date module at the same time.

See also Date iCal, a project that contains code and features needed to either import or export dates using iCal feeds. The functionality that used to be in the Calendar iCal module has been moved into that module.

Be sure to read Debugging Information before reporting a problem. Going through those steps may resolve your problems and will help provide enough information to tell if this is a bug.

Custom Breadcrumbs

Component type

module

Maintenance status

Development status

Downloads

304202

Component created

Component changed

Custom Breadcrumbs 2 (6.x-2.x and 7.x-2.x)

Many new features have been added including support for Views, Panels, Taxonomy vocabularies and terms, paths, and a simple API that allows contributed modules to enable custom breadcrumbs for module pages and theme templates. These are implemented using optional, independent submodules that depend on the main Custom Breadcrumbs module.

In addition to breadcrumb visibility, this version provides an option permitting PHP code snippets to be used in forming the breadcrumb titles and paths. Multiple languages are also supported.

Revision Deletion

Component type

module

Maintenance status

Development status

Downloads

21570

Component created

Component changed

This modules enables the ability to mass delete aging node revisions. Possible settings include node type, the age of node revision before being deleted, along with a cron frequency setting. The revisions may be deleted after review on an administer page as well. This module will NEVER delete the current revision of a node, nor will it allow you to do so.