Modes: A Super-Features Module

Component type

module

Maintenance status

Development status

Downloads

701

Component created

Component changed

Modes allows creating mutually exclusive Features. The goal is to create site "modes" -- typically collections of features that together compose a certain type of site. Because only one Mode can be enabled at a time, this allows administrators to switch between different site Modes, changing the type of site they're on. For example, this module could allow switching from a blogging site to a microblogging site by just clicking a radio button.

Gettext and locale API

Component type

module

Categories

Maintenance status

Development status

Downloads

1175

Component created

Component changed

The goal of this project is to provide APIs that locale module should have provided all along. To be included in Drupal 8 core.

On a technical level this project provides abstraction of GNU Gettext .po file import and export from various other modules as well as serves as the missing locale API for source string and translation load/save operations. Watch out as this module becomes a requirement for others to clean out duplicate efforts.

Clone Site

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

About

This module main function is to make identical copy of a selected website, including database structure, data and files .
You will need to make a new name and new database tables prefix before you clone the selected website.

Development

Clone Site sponsored by King Saud University

ICA Email From Template

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a function developers can call in their own modules to parse a template of their choosing with a set of variables of their choosing and send the results via email.

After the module is installed the function ica_email_from_template_send becomes available. Supply a sender, a recipient, a subject, the path to the template you wish to parse, an array with variables and optionally an array with extra headers.

Metatag Robots

Component type

module

Maintenance status

Development status

Component created

Component changed

Small module, Drupal 7 only, which adds the 'robots' meta tag into the Head section of a page template.

Currently the choice module allows you to set either the 'index, follow' or 'noindex, nofollow' robots meta tag to be added.

This module was created as a stop-gap solution, while development is on-going on the Drupal 7 version of the Metatags module.