Closed (fixed)
Project:
Node2Node
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2008 at 16:08 UTC
Updated:
29 Nov 2008 at 17:25 UTC
Jump to comment: Most recent file
Nobody except root admin cannot create links to nodes, even there were correct access rights in role section.
The bug is here:
File node2node.module. Somewhere near 270 line (i have modified file many times, so i do not know the number of real line).
FIND:
<?
if (node_access($node,'edit')) {
?>
REPLACE:
<?
if (node_access('update',$node)) {
?>
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | access.patch | 756 bytes | andypost |
Comments
Comment #1
andypostHere the patch
Comment #2
Steve Lockwood commentedThanks for the patch guys - I'm making a new version now.
I'm finding I don't have much time to maintain this module - any assistance would be welcome. If interested I will add you to the maintainers list - please let me know.
Steve