You are here

README.txt in Custom Tokens 5

Same filename and directory in other branches
  1. 6 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

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. Overview:
  6. --------
  7. It gives the user the ability to create custom tokens using PHP code for specific
  8. replacements that can improve other modules relying on
  9. Token.
  10. Advanced module, PHP code evaluation and execution

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