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.

Path redirect

Component type

module

Maintenance status

Development status

Downloads

215313

Component created

Component changed

This module allows you to specify a redirect from one path to another path or an external URL, using any HTTP redirect status.

#D7CX: I pledge that Path redirect will have a full Drupal 7 release on the day that Drupal 7 is released. Note that the project has moved to http://drupal.org/project/redirect for Drupal 7.

Flag content

Component type

module

Downloads

12345

Component created

Component changed

This module allows users to flag nodes, comments, or users for the adminstrator to review. Examples are offensive content, spam, offtopic stuff, ...etc.

The admin can specify which type of nodes are allowed to be flagged, as well as whether users and comments can be flagged.

Node adoption

Component type

module

Maintenance status

Development status

Downloads

5913

Component created

Component changed

Node Adoption allows you to automatically reassign nodes created by a deleted user to another user of your choice. Similarly, a form is provided to change ownership of all nodes from one user to another at any time. Node Adoption was originally maintained by Mark Dickson (ideaoforder) and sponsored by The Chicago Technology Cooperative, then by Morbus Iff. Drupal 7.x is currently maintained by Marie Wendel.

Fasttoggle

Component type

module

Maintenance status

Development status

Downloads

44627

Component created

Component changed

Speeds up common administration tasks like unpublishing or promoting nodes or blocking users through the use of AJAX callbacks. This saves lots of page loads. If JavaScript is not available, it degrades gracefully to a regular confirmation page.

The Drupal 6 version of the module is now unsupported. A Drupal 8 rewrite (8.x-2.x) has been started. This was going to be backported to Drupal 7 but the differences are too great.

SimpleMenu

Component type

module

Maintenance status

Development status

Downloads

72394

Component created

Component changed

Description

This module creates a menu bar that is displayed at the top of every page. The menu bar is fixed in place and uses jQuery to position the bar, along with handling menu effects and adding IE compatibility.

Very useful for themes that don't have a good place to put the navigation menu (although it can be used with any menu.)

Documentation direct links

SimpleMenu settings

SimpleMenu Documentation & Known Issues

Forced Term

Component type

module

Development status

Downloads

4447

Component created

Component changed

Use this module to force all content submitted by a user to be associated with a term from a taxonomy.

#D7CX: I pledge that Forced Term will have a full Drupal 7 release on the day that Drupal 7 is released.

Initial development sponsored by Vertikal.dk.

Current development and maintenance is made possible in part by Peytz & Co.

Global Redirect

Component type

module

Maintenance status

Development status

Downloads

955192

Component created

Component changed

Update: For Drupal 8 please use the redirect module. This project is deprecated for D8

What?

GlobalRedirect is a simple module which…

  1. Checks the current URL for an alias and does a 301 redirect to it if it is not being used.
  2. Checks the current URL for a trailing slash, removes it if present and repeats check 1 with the new request.
  3. Checks if the current URL is the same as the site_frontpage and redirects to the frontpage if there is a match.
  4. Checks if the Clean URLs feature is enabled and then checks the current URL is being accessed using the clean method rather than the 'unclean' method.
  5. Checks access to the URL. If the user does not have access to the path, then no redirects are done. This helps avoid exposing private aliased node's.
  6. Make sure the case of the URL being accessed is the same as the one set by the author/administrator. For example, if you set the alias "articles/cake-making" to node/123, then the user can access the alias with any combination of case.
  7. Most of the above options are configurable in the settings page. In Drupal 5 you can access this after enabling the globalredirect_admin module. In Drupal 6, the settings page is bundled into the module.