Mobile Codes
Mobile Codes generates Datamatrix or QR Code mobile barcodes that can be read by many camera phones. The codes can contain URLs, Text or Phone Numbers, making it easy to pass data directly to a mobile phone.
For more information on the creation and use of these mobile codes checkout the Nokia Mobile codes site.
Features:
- Input filter
- CCK/Views formatter (Dev build only)
- Drupal API Theme() call (Dev build only)
- Configurable Presets (Dev build only)
Usage:
- via Input Filter:
[mobilecodes type="type" data="data type" size="size" name="name" tinyurl="tinyurl"]content[/mobilecode]
or
[mobilecodes profile="profile"]content[/mobilecode] (Dev build only) - via CCK/Views formatter: (Dev build only)
Select a Mobile Codes preset in a text field display options.
- via theme_mobilecode(): (Dev build only)
Use the theme_mobilecode() function at the theme/module level with the following format:
theme('mobilecode', 'content', array(arguments))
Arguments:
Arguments to be used by Input Filter and theme_mobilecode() (Dev build only).
- preset - Mobile Codes Preset:
- Default - (module default)
- User defined
- data - Mobile barcode data type:
- link - URL (module default)
- phone - Phone Number
- text - Text
- type - Mobile barcode type:
- dm - Datamatrix (module default)
- qr - QR Code
- data - Mobile barcode data type:
- link - URL (module default)
- phone - Phone Number
- text - Text
- size - Size of mobile barcode:
- small - Small
- medium - Medium (module default)
- large - Large
- name - Name of your mobile barcode
- User defined
- tinyurl - TinyURL behaviour (for URLs only)
- 0 - Only convert to TinyURL if URL is longer than 60 characters (module default)
- 1 - Always convert to TinyURL
- content - Data to embed into mobile code (required)
- User defined
Note: the only required argument is content as all others will default to either a user defined default or the module defined default, or in the Dev build it will default to the Default profile.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0 | 2008-May-11 | 7.84 KB | Download · Release notes | Recommended for 6.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 7.x-1.x-dev | 2009-Feb-26 | 8.33 KB | Download · Release notes | Development snapshot | |
| 6.x-1.x-dev | 2009-Mar-23 | 11.2 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2009-Mar-23 | 11.26 KB | Download · Release notes | Development snapshot | |

