-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
executable file
·66 lines (43 loc) · 1.54 KB
/
README.txt
File metadata and controls
executable file
·66 lines (43 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Troubleshooting
* Maintainers
INTRODUCTION
------------
Node View Access Permissions is a simple content access module that covers the
lacks of "view permission" for nodes in drupal 7 and drupal 8 core.This module
simply enables permissions "View own content" and "View any content" for each
content type on permissions page.
* For a full description of the module, visit the project page:
https://www.drupal.org/sandbox/willzyx/2393133
* To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/search/2393133
REQUIREMENTS
------------
* Drupal core Node module.
INSTALLATION
------------
* Install as usual, see http://drupal.org/node/1897420 for further information.
CONFIGURATION
-------------
* Configure user permissions in Administration » People » Permissions:
- Type: View content
Users in roles with the "Type: View content" permission will access
node of the specified type.
- Type: View own content
Users in roles with the "Type: View own content" permission will access
own node of the specified type.
TROUBLESHOOTING
---------------
* If users can't access nodes :
- Are the "Type: View content" or "Type: View own content" permissions
enabled for the appropriate roles?
- Are the "View published content" permission enabled for the appropriate
roles?
MAINTAINERS
-----------
* willzyx - https://drupal.org/user/1043862