| 1 |
Module: Path Access |
Module: Path Access |
| 2 |
Author: Mike Carter <mike@ixis.co.uk> |
Author: Mike Carter <mike@ixis.co.uk> |
| 3 |
|
D6 port: CSÉCSY László <boobaa@kybest.hu> |
| 4 |
|
|
| 5 |
Description |
Description |
| 6 |
=========== |
=========== |
| 21 |
Simply copy path_access.module to the modules directory of your Drupal |
Simply copy path_access.module to the modules directory of your Drupal |
| 22 |
installation, and enable it in the administration tools. |
installation, and enable it in the administration tools. |
| 23 |
|
|
|
You will also need to run the accompanying SQL script to create a new |
|
|
table called 'path_access'. |
|
|
|
|
| 24 |
Note that path_access is an extension to the path module, which must also |
Note that path_access is an extension to the path module, which must also |
| 25 |
be enabled. |
be enabled. |
| 26 |
|
|
| 38 |
You can configure what pages are visible/not visible to each of your user roles |
You can configure what pages are visible/not visible to each of your user roles |
| 39 |
via the 'urls' tab of the 'access control' section of the Drupal Administration. |
via the 'urls' tab of the 'access control' section of the Drupal Administration. |
| 40 |
|
|
| 41 |
Visit ?q=admin/access/path to edit the settings for each role group. |
Visit ?q=admin/user/pathaccess to edit the settings for each role group. |
| 42 |
|
|
| 43 |
Page visibility configuration is carried out in exactly the same way as block |
Page visibility configuration is carried out in exactly the same way as block |
| 44 |
visibility in Drupal core. |
visibility in Drupal core. |
| 46 |
|
|
| 47 |
Credits |
Credits |
| 48 |
======= |
======= |
| 49 |
This module is the work of Mike Carter <mike@ixis.co.uk>. Please use the Druapl |
This module is the work of Mike Carter <mike@ixis.co.uk>. Please use the Drupal |
| 50 |
support forums for queries on usage. http://drupal.org/forum |
support forums for queries on usage. http://drupal.org/forum |
| 51 |
|
|