Node Truncate

Component type

module

Maintenance status

Development status

Component created

Component changed

Node Truncate allows the deletion of all posts from a given content type using a batch operation, being useful when one wishes to clean tons of posts without being stuck with server timeouts.

CK Templates

Component type

module

Component created

Component changed

This module allows the creation of templates for the CK Editor through the admin interface.

Background

The CK Editor is a very nice wysiwyg editor that has been integrated in Drupal with the module found at http://drupal.org/project/ckeditor. An interesting feature of the CK Editor is the use of templates. A template consists of predefined HTML that can be used as a starting point for newly created nodes.

fbapi_feed

Component type

module

Maintenance status

Development status

Component created

Component changed

Facebook API - Feed Block

Drupal 6.x

This module adds a block that fetches information from a specified feed via the Facebook Graph API.

Get started by issuing the following command:
git clone --branch master dpzeh@git.drupal.org:sandbox/dpzeh/1078510.git fbapi_feed

docreader

Component type

module

Categories

Maintenance status

Development status

Downloads

1260

Component created

Component changed

docReader provides an formatter to the CCK module Filefield (for Drupal 6) or the core file module in Drupal 7.

Premium content

Component type

module

Maintenance status

Development status

Downloads

20974

Component created

Component changed

Restricts access to premium content by role and provides a general API for other modules to help decide if a user has access to premium content.

This is useful on a news or membership site where teasers are available to the general public but the full body is only available to privileged users. Premium nodes appear in listings with full title and teaser available to anyone. If a user does not have adequate privileges, the default behavior is to show a simple message, but you can use Panels or theme overrides to do more custom things.

Edit Shortcut Name Restriction

Component type

module

Maintenance status

Development status

Downloads

814

Component created

Component changed

Restricts changing the shortcut name to only users who have the 'allow changing shortcut name' permission.

With this module enabled users with 'shortcut_set_edit_access' will not be able to change the shortcut name for any shortcut set. Users will need both 'shortcut_set_edit_access' and 'allow changing shortcut name' to change the shortcut name for a given shortcut set.

See: http://drupal.org/node/1017746

Nginx Accel Redirect

Component type

module

Maintenance status

Development status

Downloads

5885

Component created

Component changed

Nginx Fast Private File Transfer for Drupal using X-Accel-Redirect.

Installation (for the impatient)

  1. Install the module as usual.

  2. drupal 6: Go to admin/settings/file system and enable private files.

    drupal 7: Go to admin/config/media/file system and set the private files path.