This project is under active development.

Site Ping

This is a module which (by its nature) does a full Drupal bootstrap and then just prints OK. The URL you should be querying is "YOURSITE.COM/siteping"

Node Gallery Access

Node Gallery Access node edit settings

Node Gallery Access is a module that adds access control to Node Gallery.

Twitter Pull

Twitter Pull is a small module, the only purpose of which is to allow super-easy embedding of public twitter data like: a user timeline or twitter search results by hashtag or a search term. The emphasis is on making these very specific tasks as easy and straightforward as possible. The purpose of the module is not to be an end-all solution for Twitter.

Warning

This module uses an authenticated API to retrieve tweets. Twitter will be turning this off sometime in the near future and this module may CEASE TO FUNCTION. See #1781024: Make the Twitter Pull module work when Twitter turns off the version 1 API for more information.

Intended Audience

The intended audience of the module are developers and designers.

Usage

There're no authentication information or API Keys required. Module only interacts with non-auth APIs. In the end, it all boils down to a single function:

twitter_pull_render ($twitkey, $title = NULL, $num_items = NULL, $themekey = NULL)

ARGUMENTS:

  • @param $twitkey
    Twitter key, which can be a username (prepended with @) a hashtag (prepended with #) or a search keyword (no prefix)
  • @param $title
    title passed to tpl.php. If you want title to be disabled, pass boolean False.
  • @param $num_items
    maximum number of tweets to pull from the Twitter result-set. Can't be more than 20.
  • @param $themekey

Clock

Clock module admin interface

A simple module that provides a block showing the current time.

Features

  • Time zone can be configured as: Site time zone, user time zone, local time zone and custom time zone.
  • Date format can be configured using the preconfigured "short", "medium" and "long" date types, as well as any custom date types.
  • The clock can be continuously updated via JavaScript

Content Finder

The main content listing screen and filter, as seen on Droptopia

The Content Finder provides a simple method for users to find site content. The goal of this module is to provide a useful but simple tool to quickly find content as an editor. Rather than using a big form, we use a single search field with search axes.

Percent Mobile

This module integrates PercentMobile's mobile analytics service.

Set up simply requires signing up for an account at http://www.percentmobile.com/ and then entering your Site Tracking ID on the PercentMobile configuration page.

Pages

Subscribe with RSS Subscribe to RSS - Under active development