Translation helpers

Component type

module

Maintenance status

Development status

Downloads

75986

Component created

Component changed

Translation helpers enables other modules to respond to changes in the "source translation" of a set of translated content. This functionality is useful for modules that track data by the "source translation" (node.tnid value).

This module doesn't do anything on its own. You should install it only if it's suggested or required by another module you're using.

The module also provides other methods for modules to use with translated content.

Drupal 8

A Drupal 8 version won't be needed. Translation Helpers addresses use cases related to the model of translation used in the Drupal 7 core Content Translation module, in which each language has its own node. Drupal 8 has switched to fields-based translation, in which the awkward workarounds of D7 will be a thing of the past.

Composite Layout

Component type

module

Maintenance status

Development status

Downloads

25801

Component created

Component changed

Composite Layout allows your nodes to be displayed in complex layouts. Currently, two and three column layouts are provided. You can also add other nodes, blocks, and even CCK fields to your node's layout. The content area of your node is divided into zones and you decide what should appear in those zones. Zones are essentially the same as Drupal blocks, but they apply to nodes rather than the entire site.

You can think of Composite Layout as Drupal blocks for nodes.

Permissions API

Component type

module

Categories

Maintenance status

Development status

Downloads

21811

Component created

Component changed

Overview

The permissions_api module provides a method for granting and revoking permissions for a given role. This module helps with the issue of staging a Drupal site across multiple environments, from development sandbox to production environment.

Submit More

Component type

module

Maintenance status

Development status

Downloads

1101

Component created

Component changed

I am no longer maintaining this module due to time constraints!
Fortunately the submitagain module offers the same functionality in a slightly different form, so I urge users to adopt that module instead.

Thanks to everyone who tried the module and submitted issues.

Log Archive

Component type

module

Categories

Maintenance status

Development status

Downloads

950

Component created

Component changed

Save selected log message type entries to disk before they are deleted via cron (as defined on the error reporting page.) Entries are saved to disk in tab-delimited CSV format suitable for use with Excel or even importing back into the watchdog table. Some admins may find this module useful for troubleshooting or record-keeping.

Configurable admin settings:

Block edit

Component type

module

Maintenance status

Development status

Downloads

28765

Component created

Component changed

The Block edit module provides inline (on mouseover) editing capability for any block or node.

Configure block/menu/node settings directly by clicking a Views' style link above the block/node.

Where appropriate you are returned to the originating page so it provides a very simplified and intuitive workflow.

A full list of links and options provided by this module are listed below.

Queue Mail

Component type

module

Maintenance status

Development status

Downloads

20563

Component created

Component changed

Queues email sending from your site so that instead of being sent immediately it is sent on cron or via some other queue processor.

Useful for high traffic sites that can send a lot of emails on individual page requests.

BlockTools

Component type

module

Categories

Downloads

1765

Component created

Component changed

BlockTools provides a simple programatic interface for retrieving individual blocks from the block system while retaining Drupal's block caching mechanism. Additionally, BlockTools provides per block caching that can be configured through each block's configuration form.