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-device-test.tpl.php |
mobile_device_tester/mobile-device-test.tpl.php |
|
|
mobile-tools-header.tpl.php |
theme/mobile-tools-header.tpl.php |
|
mobile-tools-header.tpl.php |
mobile_device_tester.info |
mobile_device_tester/mobile_device_tester.info |
|
name = Mobile Device Tester
description = Allows easy testing of a device for certain characteristics
package = Mobile
core = 6.x
dependencies[] = wurfl |
mobile_device_tester.module |
mobile_device_tester/mobile_device_tester.module |
|
|
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.module |
mobile_tools.module |
|
Mobile Tools provides a range of functionality assisting in creating a mobile Drupal site . this functionality contains: |
mobile_tools.views.inc |
views/mobile_tools.views.inc |
|
|
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_context_condition_mobile.inc |
plugins/mobile_tools_context_condition_mobile.inc |
|
Integration with the Context module |
mobile_tools_plugin_access_mobile.inc |
views/plugins/mobile_tools_plugin_access_mobile.inc |
|
|
mobile_tools_roles.admin.inc |
mobile_tools_roles.admin.inc |
|
Mobile Tools Admin pages |
mobile_tools_roles.info |
mobile_tools_roles.info |
|
; $Id:
name = Mobile User Roles
description = "This module creates mobile user roles for each existing user role"
core = 6.x
package = Mobile
dependencies[] = mobile_tools |
mobile_tools_roles.install |
mobile_tools_roles.install |
|
Mobile Tools Roles installation file |
mobile_tools_roles.module |
mobile_tools_roles.module |
|
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… |