Administration theme

Component type

module

Maintenance status

Development status

Downloads

146643

Component created

Component changed

Drupal allows you to define a different theme for administration pages (Administer -> Site configuration -> Administration theme). By default this only applies to pages with a path starting with 'admin' and content editing pages.

The Administration theme module allows you to use this theme on more pages like :
- batch processing pages
- devel node load and render pages
- coder code review pages
- pages you define yourself in the provided textarea

Subuser

Component type

module

Maintenance status

Development status

Downloads

18602

Component created

Component changed

This module allows users to be given the permission to create subusers. The subusers may then be automatically assigned a role or roles. The parent of the subusers then has the ability to manager the users they have created.

To customize the subuser related settings please visit admin/settings/subuser. Make sure you take a look at the subuser permission available and assign them appropriately.

6.x-1.x

Depends on views 6.x-2.x.

Bypass Forced Preview

Component type

module

Downloads

1593

Component created

Component changed

Drupal core has the option to force users to use the preview button, before being able to submit content. This option is pretty effective to prevent certain bots from spamming your site. However, once this option is enabled, it affects all users, including trusted users and site administrators.

This module adds a new permission that may allow privileged users bypass forced post preview, both for content and comments.

Protect Critical Users

Component type

module

Maintenance status

Development status

Downloads

19890

Component created

Component changed

This module protects critical users from being deleted in the following ways:

- Catches user/*/delete requests to protect users 0 (anonymous), 1 (admin) and current user.
- Protects user 1 and current user from being deleted from user administration.
- Removes delete button from user edit form for user 1 and current user.

Cobalt

Component type

module

Maintenance status

Development status

Downloads

10467

Component created

Component changed

Cobalt is a way to control Drupal made in the image of Quicksilver for Mac (if you use Gnome you might be familiar with Gnome Do, another Quicksilver clone). So far it’s confirmed to work in Safari/Chrome/Webkit and Firefox. In Firefox, and other potentially compatible browsers, Google Gears have to be installed for quicksilver to work. This is due to Cobalt’s need to store data locally for fast access.

Backup Files

Component type

module

Categories

Downloads

9161

Component created

Component changed

This module gives you a way to easily download a compressed archive file of any files which have changed since the installation - ie files that have been uploaded by users. By default, it is assumed that these will all reside in the site's "files" directory but you can specify other directories to back up as well.

It is intended to complement the Backup and Migrate module, which backs up the database tables. By using the two modules it is hoped that you can easily implement a good backup strategy.

cPanel API

Component type

module

Downloads

2414

Component created

Component changed

Provide API functions for cPanel (not WHM). This module has no UI and should normally only need be to installed if another module requires it or you are writing a module which needs these functions.

Includes admin interface for setting cPanel user and pass, SSL and port.
PLEASE NOTE: password is stored in plain text unless encrypt (http://drupal.org/project/encrypt) installed and enabled.

Menu HTML

Component type

module

Maintenance status

Development status

Downloads

37915

Component created

Component changed

This very simple module adds a checkbox to the menu item edit form and allows the admin to add html to the menu item title. The idea is to use this for external links for which you want to display a logo of the visited site or simply to add strong on some words.