Hi,
I want to know if it's possible to do the following:
I have two content types (A and B) related. I have the list view of A type and I have a field in that view to show the title of B type related. But I don't want to show private nodes of type B to anonymous users. For example:
(List View of content type A (autenticated users))
title
The rainforest...
Animals (Content type B title links)
Ant (Public)
Monkey (Private)
Crocodile (Public)
(List View of content type A (anonymous users))
title
The rainforest...
Animals (Content type B title links)
Ant (Public)
Crocodile (Public)
Is it possible to do that with simple access?
Thanks