You are here

README.txt in Search Restrict 6.2

Same filename in this branch
  1. 6.2 README.txt
  2. 6.2 search_restrict_apache_solr/README.txt
Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: Search Restrict
Author: Robert Castelo <www.codepositive.com>
Drupal: 6.x
********************************************************************
DESCRIPTION:

Restrict by role who can search for each content type.

Approach of this module is to re-write the search query, so that 
content is indexed and available as search results to users in role(s) 
that have permissions to view it, but not displayed to other roles.

********************************************************************
PREREQUISITES:

Search module (Drupal core).



********************************************************************
INSTALLATION:

Note: It is assumed that you have Drupal up and running.  Be sure to
check the Drupal web site if you need assistance.  If you run into
problems, you should always read the INSTALL.txt that comes with the
Drupal package and read the online documentation.

1. Place the entire module directory into your Drupal directory:
   sites/all/modules/
   

2. Enable the module modules by navigating to:

   administer > build > modules
     
  Click the 'Save configuration' button at the bottom to commit your
  changes. 



********************************************************************
USAGE:

On the configuration form of each each content type set the role(s)
that can search for nodes of that content type.


********************************************************************
TO DO

Write tests


********************************************************************
ACKNOWLEDGEMENT

Developed by Robert Castelo for Code Positive <http://www.codepositive.com>
Initial development sponsored by Greenpeace UK <http://www.greenpeace.org.uk>

Drupal 6 update by:
Hans Nilsson (Blackdog) <http://drupal.org/user/110169>
Daniel F. Kudwien (Sun) <http://drupal.org/user/54136> 


File

README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: Search Restrict
  5. Author: Robert Castelo
  6. Drupal: 6.x
  7. ********************************************************************
  8. DESCRIPTION:
  9. Restrict by role who can search for each content type.
  10. Approach of this module is to re-write the search query, so that
  11. content is indexed and available as search results to users in role(s)
  12. that have permissions to view it, but not displayed to other roles.
  13. ********************************************************************
  14. PREREQUISITES:
  15. Search module (Drupal core).
  16. ********************************************************************
  17. INSTALLATION:
  18. Note: It is assumed that you have Drupal up and running. Be sure to
  19. check the Drupal web site if you need assistance. If you run into
  20. problems, you should always read the INSTALL.txt that comes with the
  21. Drupal package and read the online documentation.
  22. 1. Place the entire module directory into your Drupal directory:
  23. sites/all/modules/
  24. 2. Enable the module modules by navigating to:
  25. administer > build > modules
  26. Click the 'Save configuration' button at the bottom to commit your
  27. changes.
  28. ********************************************************************
  29. USAGE:
  30. On the configuration form of each each content type set the role(s)
  31. that can search for nodes of that content type.
  32. ********************************************************************
  33. TO DO
  34. Write tests
  35. ********************************************************************
  36. ACKNOWLEDGEMENT
  37. Developed by Robert Castelo for Code Positive
  38. Initial development sponsored by Greenpeace UK
  39. Drupal 6 update by:
  40. Hans Nilsson (Blackdog)
  41. Daniel F. Kudwien (Sun)