Quick Admin Modules

Component type

module

Maintenance status

Development status

Downloads

2232

Component created

Component changed

Add client-side dependency checking to Modules Administration page.

If you have ever been frustrated having to submit the Modules page multiple times to turn off a set of nested modules, this module is for you. When you click a checkbox to turn on a module, it also turns on all the modules it depends on. And when you turn off a module, it turns off all of the modules that depend on it.

Super simple, and on my list of things to try and get into Drupal 7.

Taxonomy Delegate

Component type

module

Maintenance status

Development status

Downloads

8758

Component created

Component changed

This module allows an administrator with "administer taxonomy" permission to delegate the administration of a vocabulary to a non-admin role.

The role to which this authority has been delegated may add, modify, and delete terms from a vocabulary. They may, not however, modify the vocabulary itself, nor may they create new vocabularies.

Given that Forums are controlled by a vocabulary, one might give the ability to control them to someone who has no other administrative rights. They can then change the "containers" (parent terms) and forums (child terms). Other popular modules that are vocabulary driven are Image Gallery and Glossary, so they are functions that can be easily delegated. There are many ways in which this module can help.

Block Save and Edit Buttons

Component type

module

Downloads

5180

Component created

Component changed

Adds an "Apply" button to the block configuration forms which saves any changes and redirects back to the block configuration page. Enables quicker custom block development.

MultiBlock

Component type

module

Maintenance status

Development status

Downloads

124635

Component created

Component changed

Drupal's block module is limited by the fact that a block can only have one instance. Each block has a 1:1 relationship with its region, weight, visibility (and other) settings. This means that it is impossible to have blocks in multiple regions or to have blocks that have different settings on different pages.

MultiBlock module solves this problem by allowing you to create multiple Block Instances of already existing blocks. Please read the README for more information.

Drupal 8

The functionality this module provides is included in Core

Nofollow

Component type

module

Downloads

871

Component created

Component changed

This is a quick little module to allow you to selectively apply nofollow to menu items and taxonomy terms to allow 'sculpting' of pagerank - effectively allowing you to focus search engines' attention on particular areas of your website by controlling the flow of link juice around your website.

This can be useful for large websites, by moving the focus away from links repeated on every page (About us, Contact Us, Privacy Policy, T&Cs etc) and onto the content itself, whilst still allowing you enough granularity to ensure these pages are indexed, somewhere.

Publish Content

Component type

module

Maintenance status

Development status

Downloads

145990

Component created

Component changed

This module enables granular publish and unpublish permissions which allows you to grant roles on your site the ability to publish or unpublish specific content types without having to give them the administer content permissions. This is a lightweight solution to managing your content workflows.

Version 8.x-1.x

This is now under development!

Patterns

Component type

module

Maintenance status

Development status

Downloads

27340

Component created

Component changed

Patterns Ready Logo
Complex websites and web applications can be created by combining configurations of Modules, Content Types (CCK,) Views, Panels, Menus, Blocks, Categories, Roles / Permissions, etc. This site setup and configuration process is a very time consuming and repetitive bottleneck.

Patterns module is built to bypass this bottleneck by managing and automating site configuration. Site configuration is stored in XML or YAML (requires SPYC YAML parser, which needs to be downloaded separately from http://code.google.com/p/spyc/) called Patterns which are easy to read, modify, manage, & share and can be executed manually or as a part of an automated web site deployment.

Revisions RSS

Component type

module

Maintenance status

Development status

Downloads

17699

Component created

Component changed

This module generates an RSS feed for node revisions. This allows users to subscribe to updates to individual nodes. This functionality is particularly useful for tracking changes to collaboratively developed content on auto-revisioning node types.