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

Mailhandler Media Link Command

Mailhandler Media Link Command provides a CTools plugin that works with the Mailhandler module to expose links to videos found in the body of emails as Feeds mapping sources when importing content

Mailhandler Send To Auth

Mailhandler send to authentication provides a CTools plugin for the Mailhandler module allowing a site administrator to use the 'to address' of emails as the authentication method when processing e

Quick Create Content Link

Quick Create Content Link module add a "create new [content-type-name]" tab on the full page display of a particular node.

Deduplicate Nodes

Scans all nodes for duplications of node titles and removes all but one.

By design, it only scans nodes for titles that are exact case-sensitive matches, including whitespace.
The one with the lowest ID is taken as the original, all others are queued for deletion.
Both the scanning (which finds all duplicates) and the actual deletion are performed via batch processing.

This *will* destroy content. Because that's what it does.

2013 - Deprecated in favor of Remove Duplicates

This sandbox will not be getting a full release. It's a one-off tool that has the potential for a lot of support headache for me (solving other folks unique mistakes), and as I've learned not to make this mistake again, I won't be actively testing it going forwards. Please look at "Remove Duplicates" for feature requests.

Semantic Blocks

UI for select the element.

Overview

The Semantic Blocks module enables the easy selection and use of the newer HTML5 elements as wrappers for blocks within the admin interface.

This gives site builders the ability to chose the element that encloses a block rather than rely on the hard coded element in the block template. This is done in the block add / edit form. If no element has been selected in the UI for that block it will default to div.

Installation

If your theme is already using a block.tpl.php template file, open this file in an editor and replace the opening and closing div tag with $tag. Remember to replace the closing tag! (If in doubt, look at the block.tpl.php file included in this module).

E.G change:

<div id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>
......
</div>

to:

<<?php print $tag; ?> id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>
....
</<?php print $tag; ?>>

If your theme doesn't use a block.tpl.php template file, you can enable the automatic override by visiting the modules configuration page (/admin/config/development/semantic_blocks).

Don't forget to clear the cache!

Warning

Storypal

Drupal & Storify, two technologies, two amazing products, one Drupal module to link them.

Overview

Storify is a site which allows you to make stories using tweets, photos, videos, or other social related stuff. You can easily drag and drop these items into one place, to make a story. You can then re-order the elements to improve the stories flow, and include your own text.
Storypal is the module who links Storify and Drupal.

Features for Drupal 7

Storypal provides a new field and an input filter for including storified Stories into your beloved content.
With Storypal, you can:

  • Create and edit stories within Drupal using the Storify interface
  • Embed stories using different templates into your content

Features for Drupal 6

Storypal provides a new field and an input filter for including storified Stories into your beloved content.
This version doesn't use the CCK field system, I'm not planning to add this into version 6 as long as there is no explicit demand; also it may force people to upgrade to D7.

Requirements

Drupal 6

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience