Content Aggregator

Component type

module

Downloads

1564

Component created

Component changed

Description

A RSS/XML aggregation utility that creates both teaser and story nodes based upon content from the feeds

Per Feed Options

- Set Title for Feed
- Set Source of Feed
- Set URL of Feed
- Set independant refresh rate per feed
- Set the amount of items you wish to aggregate
- Select if the feed is an RSS or XML feed

CCK Gallery

Component type

module

Maintenance status

Development status

Downloads

11380

Component created

Component changed

Drupal 7

There will be no Drupal 7 release of this module. Instead work is under way on the 6.x-3.x branch of Node Gallery, which will incorporate all the features of this module and will become the Drupal 7 version of Node Gallery:
http://drupal.org/project/node_gallery

Any feature requests should go here - this issue queue is for bugs only. No new features will be added to Drupal 6 (see below).

Content Complete

Component type

module

Maintenance status

Development status

Downloads

39863

Component created

Component changed

Content Complete is a CCK extension module that allows to tag CCK fields needed for completion (CCK Complete). The module checks the tagged fields against the content provided for those content types, and computes a complete percentage that can be shown to the user.

The complete percentage can be shown to the user in the form of a block, or using the views integration available since version 1.2.

Node Reference URL Widget

Component type

module

Maintenance status

Development status

Downloads

161913

Component created

Component changed

The Node Reference URL Widget module adds a new widget to the Node Reference field type. It auto-populates a node reference field with a value from the URL, and does not allow this value to be changed once set. It can automatically provide a link on the referencing node types, that will contain the proper URL to prepopulate the field.

The sample illustration might help explain the Node Reference URL Widget in action.

Mustardseed Media also has an excellent screencast on Node Reference URL Widget.

Citation counts

Component type

module

Downloads

1689

Component created

Component changed

Retrieve citation counts for scholarly articles

where: link below node (of type 'pub') and cron
what: retrieve citation counts from Google Scholar by querying with node title (and cck field 'authors' ) and store citation count in cck field 'citations'
also: try to get abstract from acm.org

todo: lot of settings

Alfresco

Component type

module

Maintenance status

Development status

Downloads

12580

Component created

Component changed

Alfresco module provides integration between Drupal and Alfresco Enterprise Content Management System. Alfresco is a Open Source content management platform for documents, web, records, images, and collaborative content development.

This module helps you build Drupal websites using the Alfresco's Document Management repository to store and share the documents.

Node Reference Views Select

Component type

module

Maintenance status

Development status

Downloads

4697

Component created

Component changed

UPDATE: Module development has resumed since a new maintainer has been appointed.

Provides a widget for Node Reference which displays the node teasers instead of a select box, and allows choosing the referenced nodes
from a Modal panel. The list is optionally sortable, depending on JQuery UI Sortables. The modal supports pagination, exposed filters
and exposed sorting, all using AJAX.

Dynamic Field

Component type

module

Maintenance status

Development status

Downloads

4616

Component created

Component changed

Dynamic Field is a CCK field that returns a textarea where you can enter custom PHP code. The code is computed real-time and lets you access Drupal objects like $node, $user...

Note:
This is not a duplicate of ComputedField! ComputedField computes and saves the value in the database when the node is created but Dynamic Field doesn't store the computed value...it computes the php whenever the node is rendered in the theme.

Usage:
All you need to do is place the PHP directly into the CCK field without the <? ?> tag.