You are here

README.txt in Unpublished Nodes Redirect 2.x

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
---------------------------------
UNPUBLISHED NODES REDIRECT MODULE
---------------------------------


CONTENTS OF THIS FILE
---------------------

 * About Unpublished Nodes Redirect
 * Configuration
 * API Overview


ABOUT UNPUBLISHED NODES REDIRECT
--------------------------------

http://drupal.org/project/unpublished_nodes_redirect

Unpublished Nodes Redirect is a simple module to allow admin users to setup
redirects for each node type on their site. They can also set different types
of redirects per node type. Developers can alter the node type list if required.
The redirect will only effect anonymous users, if you have admin users that do
not have permissions to view unpublished nodes, they will still see a
403 Access Denied for these pages.


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

Settings page is located at:
2.x: admin/config/system/unpublished-nodes-redirect

 * Internal redirect path - If left blank then Drupal will use a standard
   403 Access Denied for nodes of this type. Only internal paths are allowed
   and if a path is selected, then the response code is then required.


API OVERVIEW
------------

Alter the node types array:
hook_unpublished_nodes_redirect_node_types_alter()
 - Alter the node types array.

File

README.txt
View source
  1. ---------------------------------
  2. UNPUBLISHED NODES REDIRECT MODULE
  3. ---------------------------------
  4. CONTENTS OF THIS FILE
  5. ---------------------
  6. * About Unpublished Nodes Redirect
  7. * Configuration
  8. * API Overview
  9. ABOUT UNPUBLISHED NODES REDIRECT
  10. --------------------------------
  11. http://drupal.org/project/unpublished_nodes_redirect
  12. Unpublished Nodes Redirect is a simple module to allow admin users to setup
  13. redirects for each node type on their site. They can also set different types
  14. of redirects per node type. Developers can alter the node type list if required.
  15. The redirect will only effect anonymous users, if you have admin users that do
  16. not have permissions to view unpublished nodes, they will still see a
  17. 403 Access Denied for these pages.
  18. CONFIGURATION
  19. -------------
  20. Settings page is located at:
  21. 2.x: admin/config/system/unpublished-nodes-redirect
  22. * Internal redirect path - If left blank then Drupal will use a standard
  23. 403 Access Denied for nodes of this type. Only internal paths are allowed
  24. and if a path is selected, then the response code is then required.
  25. API OVERVIEW
  26. ------------
  27. Alter the node types array:
  28. hook_unpublished_nodes_redirect_node_types_alter()
  29. - Alter the node types array.