Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

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

Drag & Drop Upload Widget

This sandbox is not supported anymore. Look at Drag & Drop Upload module.

3scale Connector

Provides a connection to the 3scale API management services that provide access credentials, and analytics services.

3scale API module

This collection of modules creates a restful interface with full CRUD functionality for pages and articles. It integrates the 3scale API management studio for access and analytics.

Site Memos

Site Memos is a very simple administration module that encourages you to record information about your site in a permanent record within the site itself that can be easily accessed and edited by yo

Pages

Subscribe with RSS Subscribe to RSS - Unsupported