85 lines
1.8 KiB
Plaintext
85 lines
1.8 KiB
Plaintext
|
|
Copyright 2010 http://www.arvoriad.com
|
|
|
|
|
|
Description
|
|
-----------
|
|
This module provides a phone field type for CCK.
|
|
|
|
Features:
|
|
---------
|
|
* Validation of phone numbers : support of
|
|
+ France,
|
|
+ Belgium,
|
|
+ Great Britain,
|
|
+ Switzerland,
|
|
+ Italy,
|
|
+ Greece,
|
|
+ Netherland,
|
|
+ Israel,
|
|
+ Russia,
|
|
+ Ukraine,
|
|
+ Australia
|
|
+ Spain,
|
|
+ Czech,
|
|
+ Hungary,
|
|
+ Poland (mobile only),
|
|
+ Costa Rica,
|
|
+ Panamana,
|
|
+ Brazil,
|
|
+ Chili,
|
|
+ New Zealand,
|
|
+ China,
|
|
+ Hong-Kong,
|
|
+ Macau,
|
|
+ Philippine,
|
|
+ Singapore,
|
|
+ US,
|
|
+ Swiss,
|
|
+ Jordan,
|
|
+ Egypt,
|
|
+ South Africa,
|
|
+ Pakistan,
|
|
and Canadian phone numbers
|
|
and generic international phone numbers
|
|
* Formating of phone numbers
|
|
* Option for internationalization of phone numbers
|
|
* IPhone support
|
|
* Phone CCK fields can be used as a Token
|
|
* This module is compatible with module http://drupal.org/project/node_import Node Import module, this module allowing to import data into phone fields
|
|
|
|
Prerequisites
|
|
-------------
|
|
The phone.module requires the content.module to be installed.
|
|
|
|
Installation
|
|
------------
|
|
To install, copy the phone directory and all its contents to your modules
|
|
directory.
|
|
|
|
Configuration
|
|
-------------
|
|
To enable this module, visit administer -> modules, and enable phone.
|
|
|
|
Bugs/Features/Patches:
|
|
----------------------
|
|
If you want to report bugs, feature requests, or submit a patch, please do so
|
|
at the project page on the Drupal web site.
|
|
http://drupal.org/project/phone
|
|
|
|
Todo List:
|
|
----------
|
|
* add support to other country phone numbers
|
|
* improve the validation of phone numbers for the different countries
|
|
* internationalization of the module
|
|
|
|
Author
|
|
------
|
|
Thierry Guégan (http://www.arvoriad.com)
|
|
|
|
If you use this module, find it useful, and want to send the author
|
|
a thank you note, then use the Feedback/Contact page at the URL above.
|
|
|
|
The author can also be contacted for paid customizations of this
|
|
and other modules.
|