Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

Exclusive Value

Set a CCK field to only have one value on one node across whole site - all other nodes will have no value for that field.

Top

Very basic module that provides a "back to top" link in a block.

No fancy scrolling or fixed links. It's just a link & a named anchor, old school style.

Portable path

Input/output filters to store/restore paths using either stream wrapper notation or a managed file ID token. This module does two things:
- when content is saved, it will store URLs in text fields in a portable fashion.
- when content is rendered, the input filter will replace the stream wrapper URL or file ID token with a relative URL.

This can be easily used with the Insert module which inserts an absolute or relative URL. On save of the content, this module will replace the URL with a path using stream wrapper notation or a file ID token.

The motivation behind this is to store URLs in text fields (e.g. node body) in a portable fashion so that a database can be ported across environments and domains. For example, if the environment consists of development, stage, and production URLs like:

- foo-dev.example.com
- foo-stage.example.com
- foo.example.com

with files stored in the public files directory which may be named the same as the domain like:

- sites/foo-dev.example.com/image
- sites/foo-stage.example.com/image
- sites/foo.example.com/image

This would be a typical setup using a provisioning system like Aegir which, during site creation, allows for specification of the domain name but not the directory name.

Article Templater

This module allows content authors to create content templates such as complete page layouts for articles and other content items, and reuse them within any content type you have on your Drupal sit

Token Boxes

A boxes plugin to allow for the creation of tokenized textual content in boxes.

Save Form State

sisyphus.gif

This module provides a way to autosave data entered in any Drupal form without actually submitting the form, which helps if the user is writing an article or a comment and the browser crashed or th

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience