Sortable Grid Views Plugin

Component type

module

Maintenance status

Development status

Downloads

4067

Component created

Component changed

This project aims to provide a Views plugin for the user to be able to show a grid composed of draggable elements and save the displayed order of these element.

The user may then create other displays to show the elements in the order defined above.

This project is very similar in its goals to Draggable views, yet a lot simpler as there is no hierarchy management. It doesn't depend on Draggable Views though.

Tabbed

Component type

module

Component created

Component changed

This sandbox project auto generates Quicktabs with taxonomy and views.

The code shows the categorised site’s content in different views. This means each term needs to be a tab. Each tab displays several views.

NOTE: this is sandbox project for me to get acquianted with some api's. I don't intend to make a real module out of it.

Simple Survey

Component type

module

Maintenance status

Development status

Component created

Component changed

The Simple Survey module allows for the creation of simple surveys. This module is aimed at the people who are torn between the WebForm module and what is currently available on the Drupal repository.

Capabilities:

Twitter Pull Config

Component type

module

Development status

Component created

Component changed

twitter_pull_config is a simple add-on module for the configuration of the twitter_pull module.

It creates and administration settings page (and associated permission) so that you can easily configure a twitter_pull block. You have options to set the twitter feed key (a user, hashtag or keyword), the block title, the number of tweets the block can pull and the theme key so that you can override the default theme provided by twitter_pull. A block is automatically created for you using the twitter_pull_blocks hook.

Relevant Content Location

Component type

module

Categories

Maintenance status

Development status

Downloads

355

Component created

Component changed

All the "similar content" modules out there find your similar contents based on Taxonomy.

Well, this one doesn't.

It finds your similar content based on the nodes' locations.

When you have Location module enabled, you will be able to find your similar content based on street, country or even more. And even better, this module allows you to choose which content types you want to show on each nodes' content type.

JAIL / Lazy Load Formatter

Component type

module

Maintenance status

Development status

Downloads

6312

Component created

Component changed

JAIL (Javascript Asynchronous Image Loading) is a technique created by Sebastiano Armeli-Battana to replace jQuery Lazy Load. Lazy Load was a great script but was abandoned and Sebastiano created JAIL to fill the void. The technique stops the browser from loading images that are not in the view port and loads them as they come into view.