You are here

README.txt in Token Content Access 8

Same filename and directory in other branches
  1. 2.0.x README.txt
INTRODUCTION
------------

Token Content Access allows you to restrict access to individual nodes using 
URL tokens. In order to view protected nodes, users must provide a unique 
token via the URL. This allows nodes to be published and viewable 
to anonymous users (for instance with a special link from an email campaign) 
but not visible to the public at large. It also automatically hides any 
TCA-protected content from Views results.

The module has API to open this ability to other entities such as 
taxonomy terms, users, files and others. See tca_node module.

 * For a full description of the module visit:
   https://www.drupal.org/project/tca

 * To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/issues/tca


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.
Additionally could be installed clipboardjs module to use clipboard features:
https://www.drupal.org/project/clipboardjs


INSTALLATION
------------

 * Install the Token Content Access module as you would normally install a
   contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
   further information.
 * Enable the Token Content Access nodes if you want to use token access 
   for nodes.


CONFIGURATION
-------------

    1. Navigate to Administration > Extend and enable the module.
    2. Navigate to Administration > Structure > Content types. Configure per 
       Content Type (e.g.: /admin/structure/types/manage/article), editing 
       token access on the Token Content Access settings tab. Save.
    3. Navigate to Content link. Configure per Node entity, editing token 
       access on the Token Content Access settings tab. Save.


MAINTAINERS
-----------

 * Cyril Loboda (lobodacyril) - https://www.drupal.org/u/lobodacyril

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Token Content Access allows you to restrict access to individual nodes using
  4. URL tokens. In order to view protected nodes, users must provide a unique
  5. token via the URL. This allows nodes to be published and viewable
  6. to anonymous users (for instance with a special link from an email campaign)
  7. but not visible to the public at large. It also automatically hides any
  8. TCA-protected content from Views results.
  9. The module has API to open this ability to other entities such as
  10. taxonomy terms, users, files and others. See tca_node module.
  11. * For a full description of the module visit:
  12. https://www.drupal.org/project/tca
  13. * To submit bug reports and feature suggestions, or to track changes visit:
  14. https://www.drupal.org/project/issues/tca
  15. REQUIREMENTS
  16. ------------
  17. This module requires no modules outside of Drupal core.
  18. Additionally could be installed clipboardjs module to use clipboard features:
  19. https://www.drupal.org/project/clipboardjs
  20. INSTALLATION
  21. ------------
  22. * Install the Token Content Access module as you would normally install a
  23. contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
  24. further information.
  25. * Enable the Token Content Access nodes if you want to use token access
  26. for nodes.
  27. CONFIGURATION
  28. -------------
  29. 1. Navigate to Administration > Extend and enable the module.
  30. 2. Navigate to Administration > Structure > Content types. Configure per
  31. Content Type (e.g.: /admin/structure/types/manage/article), editing
  32. token access on the Token Content Access settings tab. Save.
  33. 3. Navigate to Content link. Configure per Node entity, editing token
  34. access on the Token Content Access settings tab. Save.
  35. MAINTAINERS
  36. -----------
  37. * Cyril Loboda (lobodacyril) - https://www.drupal.org/u/lobodacyril