You are here

README.txt in Token Filter 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7 README.txt
Token Filter
============

Description
-----------

This is a very simple module to make global token values available as an input
filter. The module is integrated with Token [http://drupal.org/project/token]
module.

Usage
-----

Install the module as any other module. Visit the text format administration
page at /admin/config/content/formats/filters and edit a text format. Check the
'Replaces global tokens with their value' filter and save the text format.

When editing a form where this text format is used in a field, you can type
global tokens that will be replaced when the filed is rendered.

Additionally, if the Token [http://drupal.org/project/token] module is enabled,
the token browser is available. You can pick-up the desired token from the
browser by clicking 'Browse available tokens'.

Tokens typically available
--------------------------

Tokens in the next groups are available on a standard installation:

- random
- current-date
- site
- current-page
- current-user

File

README.txt
View source
  1. Token Filter
  2. ============
  3. Description
  4. -----------
  5. This is a very simple module to make global token values available as an input
  6. filter. The module is integrated with Token [http://drupal.org/project/token]
  7. module.
  8. Usage
  9. -----
  10. Install the module as any other module. Visit the text format administration
  11. page at /admin/config/content/formats/filters and edit a text format. Check the
  12. 'Replaces global tokens with their value' filter and save the text format.
  13. When editing a form where this text format is used in a field, you can type
  14. global tokens that will be replaced when the filed is rendered.
  15. Additionally, if the Token [http://drupal.org/project/token] module is enabled,
  16. the token browser is available. You can pick-up the desired token from the
  17. browser by clicking 'Browse available tokens'.
  18. Tokens typically available
  19. --------------------------
  20. Tokens in the next groups are available on a standard installation:
  21. - random
  22. - current-date
  23. - site
  24. - current-page
  25. - current-user