Enterprise Rotator

Component type

module

Maintenance status

Development status

Downloads

18659

Component created

Component changed

Enterprise Rotator is a complete rotating banner solution. It is build as a feature with a content type for each banner item and all the pieces needed to make the rotating banner work. It should not be confused with modules like views_slideshow or viewscarousel.

Check out OpenEnterprise for a great distribution to install Enterprise Rotator.

Relatedness

Component type

module

Maintenance status

Development status

Downloads

819

Component created

Component changed

This module has two (2) features:

  1. better UI selection of terms. concept of the UI is similar to Hierarchical Select module.
  2. creates related content block using the terms selected (that's why the name).

Better UI for selecting vocabularies

The module allows you to select multiple vocabularies in a single field entity. In Hierarchical Select, you can only choose 1 vocabulary at a time. It still synced the terms selected in the taxonomy table so you can still use this in views.

You can install this module just for this use.

SurveyPalunofficial

Component type

module

Maintenance status

Development status

Component created

Component changed

Using this module, administrator can integrate Drupal with LimeSurvey,an open source powerful feature packed survey tool, which gives the capability of importing users from Drupal to LimeSurvey and registered users of Drupal site can see the public active surveys in there dashboard and take them as well! Furthermore, grant some users the ability to create survey or manage templates(if you wish!) on the basis of Roles or on per user basis! This module will be very useful for those who need a nice website/blog with the power of survey management.

Storypal

Component type

module

Maintenance status

Development status

Downloads

3250

Component created

Component changed

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.

Semantic Blocks

Component type

module

Maintenance status

Development status

Downloads

919

Component created

Component changed

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.

Administration Views

Component type

module

Maintenance status

Development status

Downloads

808653

Component created

Component changed

Replaces administrative overview/listing pages with actual views for superior usability.

Features

  • Filter all administrative views via AJAX.
  • Perform any kind of bulk/mass operations on items in administrative views.
  • Filter content by title, node type, author, published status, and/or vocabulary.
  • Filter comments by title, author, node title, or published status.
  • Filter users by name, ban/blocked status, or user roles.

No Book Outline

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The problem using Drupal book module and book pages as wiki is, the book page module adds book outline form part and the book outline menu as node/x/outline to all node types. All the node types do not need to be part of a book/wiki page. So this is the awkward part. I had to develop an application that had a wiki as a part with blogs and events as other services.

Entity Dependency API

Component type

module

Maintenance status

Development status

Downloads

41892

Component created

Component changed

This module provides an API to define dependencies between entities, and also a useful iterator class.

Background

This project originated from the Deploy module, where it's used heavily, but were later separated out for better code separation and reusability between modules.

The iterator

You construct the iterator with an array of entity IDs. Then, when iterating over the iterator you will get all entities AND their dependencies out in a sane order (i.e. dependencies first).

Deduplicate Nodes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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.