Node stack

Component type

module

Maintenance status

Development status

Downloads

1184

Component created

Component changed

The node stack modules allows you to select nodes by navigating around your site. If you find a node you want to alter, simply drag it in the “Node stack” block. After you found all nodes, you can perform batch actions on them like publishing, unpublishing, promoting or deleting.

Auto locale import

Component type

module

Maintenance status

Development status

Downloads

37636

Component created

Component changed

The autolocale module and enclosed localized install profile provides a profile to automatically import interface translations in install time and later when modules are enabled / disabled.

Most of the module's functionality (with better implementation) is built into Drupal 6, so there will be no release of this module for Drupal 6. Import and update functionality for translations is maintained in the Localization update module.

Override Node Options

Component type

module

Maintenance status

Development status

Downloads

203383

Component created

Component changed

The Override Node Options module allows permissions to be set to each field within the Authoring information and Publishing options field sets on the node form. It also allows selected field sets to be set as collapsed and / or collapsible.

To install:

  1. Download, unpack and place in sites/all/modules/
  2. Adjust access control in admin/user/permissions
  3. Adjust Fieldset options in admin/settings/override_node_options

Note: Autocomplete "Authored by" field only works if user has "Access user profiles" permission.

Memcache API and Integration

Component type

module

Maintenance status

Development status

Downloads

1239583

Component created

Component changed

Features

This module provides integration between Drupal and Memcached with the following features:

  • An API for using Memcached and the PECL Memcache or Memcached libraries with Drupal.
  • Memcache backends for the following systems (all drop-in):
    • Caching (memcache.inc)
    • Locking (memcache-lock.inc)
    • Sessions (memcache-session.inc) (D6 only)
  • A module that provides a comprehensive administrative overview of Drupal's interaction with Memcached and stats.
  • A set of tests that can be run to test your memcache setup.

Administration menu

Component type

module

Maintenance status

Development status

Downloads

4583917

Component created

Component changed

Provides a theme-independent administration interface (aka. navigation, back-end). It's a helper for novice users coming from other CMS, a time-saver for site administrators, and useful for developers and site builders.

Administrative links are displayed in a CSS/JS-based menu at the top on all pages of your site. It not only contains regular menu items — tasks and actions are also included, enabling fast access to any administrative resource your Drupal site provides.

Formfilter

Component type

module

Categories

Maintenance status

Development status

Downloads

18961

Component created

Component changed

Formfilter will become unsupported the day support for Drupal 6 is dropped.

Formfilter provides tools and a user interface for doing common form altering tasks. Includes a UI for selecting which fields to hide (passing the elements as values, if possible). Also includes an optional filtering of node forms to promote two fields and then put fieldsets in an 'advanced options' fieldset, to declutter the form.

Menu Scout

Component type

module

Downloads

665

Component created

Component changed

Type in a keyword or two, and get a list of matching admin pages back. Links are highlighted on the current page with spiffy bubbles. Deep links are highlighted with half-transparent bubbles.

Updated demo video available: http://acko.net/files/Drupal%20Menu%20Scout.mp4

It indexes the menu item titles, descriptions and help with search.module on first search (takes a couple of seconds). It does not use cron-based indexing.

BookGUI

Component type

module

Categories

Downloads

1151

Component created

Component changed

Note: This module is now abandoned.

This module allows an authorized user/administrator to modify the tree structure of a book using a graphical interface and then update the database to reflect those changes. At some point the Javascript in the background that creates the GUI will be updated, but for now all you can adjust are the parent child relationships of the books (including splitting a book into pieces, and merging books) and not the relative weights of the pages.

As this module is still experimental, you should not use it on a production site, use it on your sandbox sites until we have ironed out all the bugs.

Nodetype

Component type

module

Maintenance status

Development status

Downloads

11858

Component created

Component changed

Change the content type of your posts while editing them.

Note: This module is extremely simple and *only* changes the node type in the database column. That is all. It does not convert any CCK fields or change other things about the node.

Only use it when you know *exactly* what you're doing.

For most cases, the Node Convert module is better solution.