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)) {
?>

CommentFileSizeAuthor
#1 access.patch756 bytesandypost

Comments

andypost’s picture

Status: Active » Needs review
StatusFileSize
new756 bytes

Here the patch

Steve Lockwood’s picture

Status: Needs review » Fixed

Thanks 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.