Very basic test setup:
a) a referenced node type has a nodereferrer configured for (b)
b) a referencing node type has a node reference configured for (a)
c) 2 nodes are created, one of each, and the node of type (a) is picked from (b)
d) anonymous users and authenticated users have "access content" permission

Neither anonymous nor authenticated users can see the link.

So far I have only successfully seen a back reference link while logged in as admin.

Comments

just4fun-1’s picture

I had the same problem, I put in comments the if condition on line 121 "if (node_access('view', $item))" and it works well :)

dopry’s picture

Version: » 5.x-1.x-dev
Status: Active » Fixed

this should be fixed in head now... I think I used to load full nodes there, but I don't any more so I added a node_load... Thank Christefano.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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