Maintainers strive to actively monitor issues and respond in a timely manner.

Country Icons

This module provides an API for countryicons for retrieving and displaying them. It was originally designed for use with the ip2cc module, which stores it's own set of country icons. Wanted to extract these icons from the ip2cc module as it really is additional functionality to that module, that is probably not needed by the majority of ip2cc users. However, it seems apparent that several other modules also include their own set of country flag icons, and would possibly benefit from sharing the resource.

API

How to use the API and create your own iconsets read the documentation here.

Version Status

Last updated: June 24, 2011

  • 1.x: Maintenance fixes only. Most supported by other modules.
  • 2.x: Recommended! Rewritten API and is not compatible with the 1.x version. In this version the iconsets has been made to own modules and will be downloaded separately. Before updating check that other modules that uses Country Icons supports this version.

Iconsets

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.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained