The current maintainers are looking for new people to take ownership.

Mobile Tools

Description

The Mobile Tools module provides Drupal developers with some tools to assist in making adjustments to your site based on the visitor's device.

  • Contextual switching of content and layout
  • Exportable configurations using Spaces and Features
  • Define your sites via domain, sub domain, path, path pairs and query string
  • Server side feature detection using Browscap
  • Automatic redirection to a site based on device group
  • Mobile bookmark popup/Add to home screen notification
  • Media Query builder
  • anything else we can think of!

Mobile Tools integrates with the following modules to enable the described functionality

  • PURL
  • CTools
  • Context
  • ThemeKey
  • Browscap
  • Spaces
  • Panels
  • Features
  • Context HTTP Headers

Mobile Tools 3.x

Updates:

Views Filtergroup

Allows grouping of filters so that only one of a set of filters is active at a time.

SWF Embed

SWF Embed is a simple developer-centered module for working with Macromedia Flash-based content.

Mail global header and footer

This module adds the possibility to set a global header and a global footer for all e-mails sent by Drupal.

It is compatible with htmlmail module.

Changelog Reader

This module reads the CHANGELOG.txt from different sites. It was created for a blog post I wrote.

Comment automatic title

When users don't fill the title field when posting a comment, or when this field is disabled, Drupal word-safely cuts a 29 characters extract from the beginning of the comment's body to generate a title.
With this module, it is possible to choose the comment automatic title length, from 1 to 64 characters.
Comment automatic title adds another feature: it can cut this extract at the first character found, from a list you provide (full-stop, comma, etc.).

For example, let's consider this comment:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In augue purus, pellentesque ut, suscipit nec, scelerisque commodo, leo.

By default, Drupal will generate this title: Lorem ipsum dolor sit amet,.
With comment_auto_title, there are many possibilities, depending on the settings.

Length: 60, cut characters: [empty] => Lorem ipsum dolor sit amet, consectetur adipiscing elit. In
Length: 60, cut characters; . (full-stop) => Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Length: 25, cut characters: . (full-stop) => Lorem ipsum dolor sit
Length: 60, cut characters: .,?! (full-stop, comma, question mark, exclamation mark) => Lorem ipsum dolor sit amet,

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer