You are here

README.txt in Custom Tokens 7.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 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 standart input filters.
If the php filter is enabled, you can use php code to access token arguments (i.e. the $data array).

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

@TODO Complete these instructions and warnings !

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 standart input filters.
  12. If the php filter is enabled, you can use php code to access token arguments (i.e. the $data array).
  13. For additional options and help elements install the Token module.
  14. Token.
  15. @TODO Complete these instructions and warnings !
  16. Installation:
  17. ------------
  18. 1. Copy the token_custom directory to the Drupal sites/<...>/modules/ directory.
  19. 2. Go to "Administer" -> "Modules" and enable the module.
  20. 3. Go to "Administer" -> "Build" -> "Tokens" and start creating the tokens you
  21. need.
  22. 4. You need to assign proper permissions to any role you would like to be able
  23. to create additional PHP tokens.