https://github.com/decipher/mobile_codes
https://github.com/decipher/mobile_codes
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decipher/mobile_codes
- Owner: Decipher
- Created: 2011-03-29T06:05:37.000Z (almost 15 years ago)
- Default Branch: 6.x-2.x
- Last Pushed: 2023-12-15T14:42:10.000Z (over 2 years ago)
- Last Synced: 2025-04-08T14:33:07.436Z (12 months ago)
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
The Mobile Codes module provides the ability to render Text, URLs or any other
form of informaton as a Mobile Code, including but not limited to the QR and
Datamatrix formats, providing a simple way of transfering said information from
the screen to a Mobile phone.
Mobile Codes was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark
Features
--------------------------------------------------------------------------------
* User definable and Features exportable Mobile Code Providers and Presets.
* Defaults provided:
* Six (6) External Providers.
* One (1) Internal Provider (see below).
* Three (3) to five (5) Presets (based on installed modules).
* Render Mobile Codes via:
* CCK/Views formatters:
* CCK Text module.
* FileField module.
* Link module.
* plus an example Custom Formatter for extended support.
* Input filter.
* Drupal API Theme() call.
* Blocks:
* Node URL block - Creates a Mobile Code of the current Node URL.
* User vCard - Uses the vCard module to provide a vCard Mobile Code from a
Nodes Author or a users profile.
* Mobile Code generator - An Admin module optimized helper block.
* Support for:
* Mobile Tools module - Redirect internal Mobile Code URLs to Mobile site URL.
* Redirecting Click Bouncer module - Track URLs accessed via Mobile Codes.
* Shorten module - Shorten URLs in Mobile Codes.
Required modules
--------------------------------------------------------------------------------
* Chaos tool suite module.
Recommended modules
--------------------------------------------------------------------------------
* Custom Formatters module.
* Libraries API module.
Configuration
--------------------------------------------------------------------------------
All configuration for Mobile Codes can be found at:
Administer > Site configuration > Mobile Codes
http://[www.yoursite.com/path/to/drupal]/admin/settings/mobile_codes
Advanced configuration
--------------------------------------------------------------------------------
* Setting up an internal Provider with the PHP QR Code library:
1. Download, install and enable the Libraries API module.
http://drupal.org/project/libraries
2. Download the PHP QR Code library.
http://sourceforge.net/projects/phpqrcode/files/releases/phpqrcode-2010100721_1.1.4.zip/download
3. Extract the PHP QR Code library to your Libraries directory.
e.g. sites/all/libraries/phpqrcode
4. Clear cached data from the Perfomance page.
Administer > Site configuration > Performance
http://[www.yoursite.com/path/to/drupal]/admin/settings/performance
Note: Mobile Codes will automatically detect the PHP QR Code library once
installed as above and add a new PHP QR Code Provider to the list.