You are here

README.txt in Custom Tokens 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
Custom Tokens
----------------------
Author - Ariel Barreiro (hanoii) http://drupal.org/user/23157
abarrei@gmail.com

Ported to Drupal 6 - Arnold Chang (arnoldc) http://drupal.org/user/357761

Overview:
--------
It gives the user the ability to create custom tokens using PHP code for specific
replacements that can improve other modules relying on
<a href="http://drupal.org/project/token">Token</a>.

<h3>Advanced module, PHP code evaluation and execution</h3>
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.

Dependencies:
 <a href="http://drupal.org/project/token">Token</a>

Sponsored by:
<a href="http://www.infomagnet.com">Infomagnet</a>

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.

Last updated:
------------

File

README.txt
View source
  1. Custom Tokens
  2. ----------------------
  3. Author - Ariel Barreiro (hanoii) http://drupal.org/user/23157
  4. abarrei@gmail.com
  5. Ported to Drupal 6 - Arnold Chang (arnoldc) http://drupal.org/user/357761
  6. Overview:
  7. --------
  8. It gives the user the ability to create custom tokens using PHP code for specific
  9. replacements that can improve other modules relying on
  10. Token.
  11. Advanced module, PHP code evaluation and execution

  12. This module is designed for developers with a little PHP knowledge. Custom tokens
  13. will evaluate and execute PHP snippets in order to provide the replacements for
  14. the tokes you define.
  15. Dependencies:
  16. Token
  17. Sponsored by:
  18. Infomagnet
  19. Installation:
  20. ------------
  21. 1. Copy the token_custom directory to the Drupal sites/<...>/modules/ directory.
  22. 2. Go to "Administer" -> "Modules" and enable the module.
  23. 3. Go to "Administer" -> "Build" -> "Tokens" and start creating the tokens you
  24. need.
  25. 4. You need to assign proper permissions to any role you would like to be able
  26. to create additional PHP tokens.
  27. Last updated:
  28. ------------