You are here

README.txt in Token Embed Views 7

Same filename and directory in other branches
  1. 8 README.txt
Description
-----------
This module create a token type called 'views'. This token can be used to embed
your views into your content. 


Prerequisites
-------------
You need the token module and the views module.
You also need the token_filter module to enable toking replacing in your node 
fields if you wish to use these tokens in node fields like body f.ex.


Installation
------------
To install, copy the token_embed_views directory and all its contents to your 
modules directory.

To enable this module, visit Administration -> Modules, and enable 
token_embed_views.


Configuration
-------------
There is no specific configuration for this module.

If however, you wish to use this token in your node fields like body, then you 
need to have the token_filter module. Enable the token_filter module and you 
need to enable the "replace tokens" filter in your text formats in the 
text format options under admin/config/content/formats.

File

README.txt
View source
  1. Description
  2. -----------
  3. This module create a token type called 'views'. This token can be used to embed
  4. your views into your content.
  5. Prerequisites
  6. -------------
  7. You need the token module and the views module.
  8. You also need the token_filter module to enable toking replacing in your node
  9. fields if you wish to use these tokens in node fields like body f.ex.
  10. Installation
  11. ------------
  12. To install, copy the token_embed_views directory and all its contents to your
  13. modules directory.
  14. To enable this module, visit Administration -> Modules, and enable
  15. token_embed_views.
  16. Configuration
  17. -------------
  18. There is no specific configuration for this module.
  19. If however, you wish to use this token in your node fields like body, then you
  20. need to have the token_filter module. Enable the token_filter module and you
  21. need to enable the "replace tokens" filter in your text formats in the
  22. text format options under admin/config/content/formats.