You are here

README.txt in Token Insert 7.2

Same filename and directory in other branches
  1. 6.2 README.txt
$Id:

Description
===========
This module allows you to insert tokens into a textarea. It supports both plain text and wysiwyg textareas. The format used for the insert is compatible with Token filter.

This module contains three modules:

- Token insert UI: Allows you to select which tokens are available for the insert, by default all tokens are shown. This module doesn't have to be enabled to use the others.
- Token insert (text): Add a fieldset under each textarea, works for both plain text fields and wysiwyg fields.
- Token insert (wysiwyg): Adds an extra button to wysiwyg editors and opens a popup to select the token to insert.

Instructions
============
1. Install the module
2. Configure available tokens at admin/config/content/token_insert
3. Enable Token Insert for each field that requires it
   a. Go to admin/structure/types/manage/
   b. Select "Manage Fields" for content type you would like to add Token Insert to
   c. Select "Edit" for the field you would like to add Token Insert to
   d. Find the "Token Insert" fieldset and check "Use Token Insert for this field"
   e. Configure permissions for "use token insert" at admin/people/permissions

Dependencies
============
-Token
Recommended
===========
- Token filter

Thanks to
=========
- Attiks
- Jelle

File

README.txt
View source
  1. $Id:
  2. Description
  3. ===========
  4. This module allows you to insert tokens into a textarea. It supports both plain text and wysiwyg textareas. The format used for the insert is compatible with Token filter.
  5. This module contains three modules:
  6. - Token insert UI: Allows you to select which tokens are available for the insert, by default all tokens are shown. This module doesn't have to be enabled to use the others.
  7. - Token insert (text): Add a fieldset under each textarea, works for both plain text fields and wysiwyg fields.
  8. - Token insert (wysiwyg): Adds an extra button to wysiwyg editors and opens a popup to select the token to insert.
  9. Instructions
  10. ============
  11. 1. Install the module
  12. 2. Configure available tokens at admin/config/content/token_insert
  13. 3. Enable Token Insert for each field that requires it
  14. a. Go to admin/structure/types/manage/
  15. b. Select "Manage Fields" for content type you would like to add Token Insert to
  16. c. Select "Edit" for the field you would like to add Token Insert to
  17. d. Find the "Token Insert" fieldset and check "Use Token Insert for this field"
  18. e. Configure permissions for "use token insert" at admin/people/permissions
  19. Dependencies
  20. ============
  21. -Token
  22. Recommended
  23. ===========
  24. - Token filter
  25. Thanks to
  26. =========
  27. - Attiks
  28. - Jelle