Topic Hubs

Component type

module

Maintenance status

Development status

Downloads

4520

Component created

Component changed

What are Topic Hubs?

Harnessing the power of Calais tagging, administrators can create Topic Hubs based on site’s most popular tags. Topic hubs are highly configurable and contain a series of pluggable content modules, like “Most Read” content for this topic, “Most Commented” stories, most active contributors, and links to other related topics. To top it off, integration with Calais Geo allows for plotting all of your content for a Topic Hub content on a map.

Create quota

Component type

module

Maintenance status

Downloads

940

Component created

Component changed

This module is no longer maintained. You can simply use rules to remove a role from a user, so she won't be able to post new content

Create quota module creates quota rules and holds information about every user's creation count.
A possible use case for this module is a site that allows users to register for free and to create a certain amount of content until they are asked to pay for the service.

Module is pluggable and allows other modules to implement their own quota rules.

Dependencies:

Content administration

Component type

module

Maintenance status

Development status

Downloads

8085

Component created

Component changed

This module provides a dynamic interface for content administration.

It is intended to supplement Drupal's built-in content management page, and features these improvements over the standard interface:

  • Uses AHAH to show node previews and node edit forms within the existing page.
  • Uses AJAX to perform searches, apply filters, and retrieve the results without reloading the entire page.
  • Adds filters by author and text content (using Drupal's built-in search).
  • Shows how many nodes exist within a given set of filters, and allows direct navigation to any page of results.
  • The built-in content management page requires the 'administer nodes' access permission, which grants access to a broad range of content-related operations. This module's page is accessible to users granted a permission for only that purpose. Through this page, normal content permissions are enforced, so content can be viewed, modified, or deleted only by users who have these permissions.

JavaScript is required for most of these features. Also, this module requires PHP version 5.2.

Mollom Stats

Component type

module

Categories

Maintenance status

Development status

Downloads

1809

Component created

Component changed

This is not an official Mollom project and was not created by the folks at Mollom. It is not necessary to install Mollom Stats to use Mollom's services. The one and only official Mollom module for Drupal is over here. Please do not bother the fine folks at Mollom with questions or problems related to this module.

FillPDF

Component type

module

Maintenance status

Development status

Downloads

38420

Component created

Component changed

What does this module do?

Most PDF modules generate PDFs from scratch; FillPDF is not one of those modules. Instead, it lets you fill in existing editable PDFs with data from your Drupal site. Editable PDFs are those forms that let you type into them. Read more.

Media Transcriptions

Component type

module

Maintenance status

Development status

Downloads

859

Component created

Component changed

This module will add Transcriptions (or Closed Captioning) to video and audio files. It will also integrate with Media Player, YouTube API, Asset, and Embedded Media Field.

Ultimately slated for a Drupal 7 release (because of required hook_file and hopefully streaming packaging). However, there will be an initial Drupal 6 release with limited functionality.

Rough road map:

Content unpublish

Component type

module

Categories

Maintenance status

Development status

Downloads

2692

Component created

Component changed

Drupal 7
------------
Dependency: Entity API
Add metadata to node and comments to allow privileged users to un-publish and publish. Links have security tokens to prevent CSRF attacks.
There are also Views handlers to add Unpublish links to Views.

Drupal 6
------------
Add an 'Unpublish' button on existing content (i.e. nodes), which can be used instead of allowing users to delete content.

Book Copy

Component type

module

Categories

Maintenance status

Development status

Downloads

9651

Component created

Component changed

The Book Copy module allows users to copy complete books or subtrees of books.

When books are copied the user initiating the copy will be the node author of all book sub-pages. This will allow the user to adjust content to their purpose while keeping the initial content unedited.

7.x-2.x

Screencast walking through how you can use Book Copy, as well as all its integration points.

Dataset

Component type

module

Maintenance status

Development status

Downloads

3014

Component created

Component changed

The Dataset module is for grouping nodes together in sets. A typical use case for this module is if you are importing data from a 3rd party in to nodes and you wish to know if a piece of data is no longer in a feed. If you update all the existing items in the feed, as you parse it, so they are in a new set, then any items that were not in the feed this time will be in an older set, so you know you can delete them because they are no longer valid. Dataset includes functions for performing bulk actions on nodes in a given set or sets.