Rename sites directory to be the new config repository
This commit is contained in:
parent
006992b900
commit
433e7eec80
31 changed files with 196 additions and 216 deletions
|
@ -9,8 +9,8 @@ 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)
|
||||
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.
|
||||
|
||||
********************************************************************
|
||||
|
@ -28,16 +28,15 @@ 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/
|
||||
1. Place the entire module directory into your Drupal modules directory.
|
||||
|
||||
|
||||
2. Enable the module modules by navigating to:
|
||||
|
||||
administer > build > modules
|
||||
|
||||
|
||||
Click the 'Save configuration' button at the bottom to commit your
|
||||
changes.
|
||||
changes.
|
||||
|
||||
|
||||
|
||||
|
@ -62,6 +61,4 @@ 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>
|
||||
|
||||
|
||||
Daniel F. Kudwien (Sun) <http://drupal.org/user/54136>
|
||||
|
|
|
@ -26,16 +26,15 @@ 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/
|
||||
1. Place the entire module directory into your Drupal modules directory.
|
||||
|
||||
|
||||
2. Enable the module modules by navigating to:
|
||||
|
||||
administer > build > modules
|
||||
|
||||
|
||||
Click the 'Save configuration' button at the bottom to commit your
|
||||
changes.
|
||||
changes.
|
||||
|
||||
|
||||
|
||||
|
@ -54,7 +53,3 @@ Write tests
|
|||
|
||||
********************************************************************
|
||||
ACKNOWLEDGEMENT
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue