This project is under active development.

Hosting backup queue

This is a simple module for the Aegir project that allows scheduling of backups. E.g. backup sites every hour, day or month.

Max age

A very small module that allows for the page cache maximum age to be customised per node type in addition to the site-wide default.

Nice frontpage

This module redirects the page /node to a custom page. Even in many big Drupal projects the page /node is often ignored by content and theming.

Unique Node Phonem

This module provides a function to check new content which may be similar or equal to other nodes. This does integrate with cck and uses phonem to make sound check on strings to detect "drupal" and "trupal" as equal field content. You can set the fields that are used too check if the node is unique or if it already exists in admin setting area. The module lets you choose which compare method you would like
to use, equality or phonemic sound check (with phonem 'drupal' is equal to 'trupal' because it sounds similar).

Installation

Just place the module into your sites module folder, in most cases /sites/all/modules, and enable it on the admin module page /admin/build/modules.

Configuration and usage

Go to your content-type in drupals adminsettings and go to the settings of the field you want to use to check if a node is unique. You can select as many fields as you want. For example if you have a content type 'person' with fields 'firstname', 'lastname', 'birthday', firstname and lastname could be checked for equality to decide if a node that represents the person already exists. To get this done, go to the edit page of the field 'firstname' and select an option in the fieldset 'unique content' at the bottom of the page.
You have 3 options and one checkbox:

Back Button

This module allows you to define Back Button in your nodes.

Pages

Subscribe with RSS Subscribe to RSS - Under active development