CHANGELOG.txt |
CHANGELOG.txt |
|
|
INSTALL.txt |
INSTALL.txt |
|
To install the module, enable the module in the module administration panel.
MODES OF OPERATION
There are mainly two modes:
A) Redirect mobile users to a mobile url. Switch theme based on the url
=> Can be used when there is a domain for each… |
is_mobile.inc |
plugins/access/is_mobile.inc |
|
Plugin to provide access control based on evaluated PHP. |
mobile_tools.admin.inc |
mobile_tools.admin.inc |
|
Adminstrative pages for Mobile Tools |
mobile_tools.info |
mobile_tools.info |
|
name = Mobile Tools
description = "This module gives a set of functionality to make your site mobile"
core = 6.x
package = Mobile |
mobile_tools.install |
mobile_tools.install |
|
Mobile Tools installation |
mobile_tools.module |
mobile_tools.module |
|
Mobile Tools provides a range of functionality assisting in creating a mobile Drupal site . this functionality contains: |
mobile_tools_cache.inc |
mobile_tools_cache.inc |
|
mobile_tools_cache.inc
This files allow to override the default drupal cache in order to support theme switching based
on device type and device group. |
mobile_tools_roles.inc |
mobile_tools_roles.inc |
|
Contains the functionality to add mobile user roles |
mt_browscap.info |
contrib/mt_browscap/mt_browscap.info |
|
; $Id:
name = Browscap (Mobile Tools contrib)
description = "This module integrates the Browscap module with Mobile tols for device detection"
core = 6.x
package = Mobile
dependencies[] = browscap
dependencies[] = mobile_tools |
mt_browscap.module |
contrib/mt_browscap/mt_browscap.module |
|
|
README.txt |
README.txt |
|
README.txt
==========
The purpose of this module is to provide de Drupal developer with some tools that assist in making a site mobile.
Main functionalities are:
- theme switching based on mobile device or device group
- User notification (notify… |