You are here

README.txt in Custom Tokens 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
Custom Tokens
----------------------

Authors 
---
Ariel Barreiro (hanoii) http://drupal.org/user/23157
abarrei@gmail.com

Rodolfo Ripado (gaspaio) http://drupal.org/user/545538
ggaspaio@gmail.com

Overview:
--------
It gives the user the ability to create custom tokens using PHP code for specific
replacements that can improve other modules using the core token API.

For additional options and help elements install the Token module.
<a href="http://drupal.org/project/token">Token</a>.

Advanced module, PHP code evaluation and execution:
--------
This module is designed for developers with a little PHP knowledge. Custom tokens
will evaluate and execute PHP snippets in order to provide the replacements for
the tokes you define.

Installation:
------------
1. Copy the token_custom directory to the Drupal sites/<...>/modules/ directory.
2. Go to "Administer" -> "Modules" and enable the module.
3. Go to "Administer" -> "Build" -> "Tokens" and start creating the tokens you
need.
4. You need to assign proper permissions to any role you would like to be able
to create additional PHP tokens.

File

README.txt
View source
  1. Custom Tokens
  2. ----------------------
  3. Authors
  4. ---
  5. Ariel Barreiro (hanoii) http://drupal.org/user/23157
  6. abarrei@gmail.com
  7. Rodolfo Ripado (gaspaio) http://drupal.org/user/545538
  8. ggaspaio@gmail.com
  9. Overview:
  10. --------
  11. It gives the user the ability to create custom tokens using PHP code for specific
  12. replacements that can improve other modules using the core token API.
  13. For additional options and help elements install the Token module.
  14. Token.
  15. Advanced module, PHP code evaluation and execution:
  16. --------
  17. This module is designed for developers with a little PHP knowledge. Custom tokens
  18. will evaluate and execute PHP snippets in order to provide the replacements for
  19. the tokes you define.
  20. Installation:
  21. ------------
  22. 1. Copy the token_custom directory to the Drupal sites/<...>/modules/ directory.
  23. 2. Go to "Administer" -> "Modules" and enable the module.
  24. 3. Go to "Administer" -> "Build" -> "Tokens" and start creating the tokens you
  25. need.
  26. 4. You need to assign proper permissions to any role you would like to be able
  27. to create additional PHP tokens.