| 1 |
Tokenize provides configurable, automatic tokenization of CCK widgets using the
|
| 2 |
Token module. Allows a user to configure the use of Token with specific widgets
|
| 3 |
in the context of specific node types.
|
| 4 |
|
| 5 |
The user can set Token to replace tokens with actual data when the node is
|
| 6 |
inserted into the database, or when the node is viewed. In the former case,
|
| 7 |
the tokens are replaced, and any subsequent node edit will simply show the
|
| 8 |
actual data in their place. In the latter case, the tokens are preserved, but
|
| 9 |
any viewing of the content will show the data, rather than the tokens.
|
| 10 |
|
| 11 |
** Installation and Usage
|
| 12 |
1. First install the Token module and the cck module (Available from
|
| 13 |
http://drupal.org/project/token and http://drupal.org/project/cck)
|
| 14 |
|
| 15 |
2. Extract the Tokenize tarball into your sites/all/modules directory (or
|
| 16 |
another suitable location).
|
| 17 |
|
| 18 |
3. Visit Administer > Site building > Modules and enable the Tokenize module.
|
| 19 |
|
| 20 |
4. Create or edit a cck field. You should now see settings related to the
|
| 21 |
Tokenize module.
|
| 22 |
|
| 23 |
|
| 24 |
** Credits:
|
| 25 |
Tokenize was developed by Morris Singer http://drupal.org/user/91393
|