This project is under active development.

WURFL

Current project status

See #1321338: WURFL data is no longer open source

Intro

The WURFL module helps you in detecting the device capabilities of the mobile device visiting your website. It is based on WURFL and the WURFL PHP library..

The module provides device capability detection as an api to developers.
The WURFL module can be used by calling the native interface:

  $requestingDevice = wurfl_get_requestingDevice();
  // get capabilities (see http://wurfl.sourceforge.net/help_doc.php)
  $requestingDevice->getCapability("is_wireless_device");
  $width = $requestingDevice->getCapability('resolution_width');
  $height =  $requestingDevice->getCapability('resolution_height');
  $browser = $requestingDevice->getCapability('mobile_browser');

By using the Mobile Tools module, you can use the more generic function call:

mobile_tools_devicecapability($capability)

The function will forward its request to the module that has been selected to detect device capabilities (currently, only the WURFL implementation exist, but more implementation could be added in the future!).

The module can be used to make adaptive themes, do advanced logging, etc ... Reports on experimentation are welcome!

Total Control Admin Dashboard

Total Control Administrative Dashboard

The Total Control Admin Dashboard creates a default panel page with useful administration tools. Its purpose is to create a central location from which a Drupal site can be properly cared for. Several overview panes are included for site stats and quick reference. Several administration panes are provided with quick links to content types, menus, taxonomy, and other scattered locations of important Drupal site administration. Several views panes are also provided as well as full-page comprehensive versions of the views with bulk operations. Each views panel pane is customizable via it's pane settings, or override the default views provided to suit your own needs.

e-Commerce | Donation

This module allows you to receive donations on your e-Commmerce site.

Elements Theme

3058532714_ff7a2776ca.jpg.jpg

Revolution Elements is a dark, two-column theme with unique style that showcases images alongside the text of recent posts on the homepage.

The theme is based on the old site of well-known WordPress designer Jason Schuller for his website WP Elements. This theme was originally made by Revolution for Wordpress and ported to Drupal by Nicolas Borda.

Features

Admin module support

CCK Link field support: To enable this set a title of one or two words and add the class button to the field configuration. Butttons have hover, active and visited states on one CSS sprite.

Pages

Subscribe with RSS Subscribe to RSS - Under active development