Hello, perhaps someone can point me in the right direction:
I've got a few organizations (each an instance of a new Content Type called Organization). All users will belong to one of these Organizations. Each Organization will have an internal blog (using the Blog content type), only viewable by the other users in that Organization. Each Organization will have one admin who is responsible for that Organization.
I've figured out how to use the modules References, Node Access Node Reference and Node Access User Reference to sort of set this up: the Organization content type has a User Reference field so that an admin can assign users to the Organization.
So then I set up the Blog type with a node reference field to point to Organization.
The problem I'm having is: when I log in as a user who is a member of an Organization, the select list shows EVERY Organization, and not the one the user belongs to. So for example I'm a member of Organization A, I should only be able to create a Blog post for Organization A, but I'm able to select Organizations, A, B, and C.
How do I limit the select list to include only the nodes I'm allowed to post in?