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

Taxonomy MPTT

Simple,fast and easy to understand example of how to build nested sets
for Drupal taxonomies (or any other adjacency list for that matter).

Two versions a are available, present in branches master and hybrid (hybrid being by far the fastest).

Supports multiple parents.

This module servers as an example of how nested sets could be implemented. The goal is to provide an easy to understand implementation.

Experiences and ideas might be offered to the module Leftandright - Nested Set Taxonomy

Master

A 3-step process implemented as a Drupal batch job.

  1. Sort and count depth of all terms (we need this to perform step 2)
  2. Count children recursively for all terms (backwards through depth)
  3. Traverse entire tree and generate left + right values

Go to the edit page of a vocabulary to generate the nested sets.

To find a sub tree afterwards, e.g. for all terms under tid:14

SELECT c.tid 
FROM taxonomy_mptt parent
INNER JOIN taxonomy_mptt children ON children.lft BETWEEN parent.lft AND parent.rgt
WHERE parent.tid = 14

Bendy (Responsive Featured Content Banner)

Screenshot of Bendy in action.

Overview

Bendy is a fully responsive featured content rotating banner, slider, carousel etc...(whatever you kids are calling it these days).

Bendy is a feature module that creates a turn-key featured content rotating banner using the Views Slideshow module, Client-side Adaptive Image module and some CSS sorcery. The Views Slideshow module is not responsive out of the box and it takes a bit of work to do it. This module does it for you.

Features

  • Fully responsive (Works well with the Omega - Responsive HTML5 Base Theme)
  • Fluid resizing for smaller devices (smart phones, iphone) *No more display:none.
  • Serves images appropriate for device viewport. No more sending large images to small devices.
  • Images defined by viewport size that can be easily customized to your own specified device breakpoints in the UI. By default it is set the the breakpoints used in the Omega Base Theme.

S̶p̶a̶m̶ r̶e̶c̶o̶r̶d̶ (obsolete)

Record and report on your spam phone calls, SMS messages and faxes.

Social Syndication

Social Syndication is* a suite of modules that allow you to automatically post your Drupal content to Twitter and will add Facebook and Google Plus in the near future.

REQUIREMENTS

Oauth module: http://drupal.org/project/oauth
You will need to create an 'app' for Oauth authorization at http://dev.twitter.com

OPTIONAL HELPER MODULES

Shorten Module: http://drupal.org/project/shorten

INSTALLATION

Download the Social Syndication module and place the unzipped folder into /sites/all/modules/ or /sites/all/modules/contrib

Enable Social Syndication and Twitter syndication

Enable permissions at /admin/people/permissions
Post Content to Social Media
Send Content to Twitter

CONFIGURATION

Create a Twitter app at http://dev.twitter.com and enter the required Oauth tokens at admin/config/services/social_syndication/twitter

If you want to connect a Bitly account, you may enter your account name and API key at admin/config/services/social_syndication/bitly

If you want to be able to include the Twitter handle of the currently logged-in user with a Token, you can add their Twitter handle in the User edit form (admin/people).

Configure posting options at admin/config/services/social_syndication
Twitter username: the account which content to which content will be posted

Edgecast

The Edgecast module provides automatic purging (via nodeapi) and manual purging (list of URLs) of cached content from the Edgecast Content Delivery Network (CDN).

Burstn

Burstn block

Burstn is the simplest way to share what’s happening in your life.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported