While the permission-system is extremely detailed, I have yet to find a way to determine that nodes of a certain content type may only be viewed by certain logged-in users.

Can I do this with Core or is there any module I should look for?

Comments

vm’s picture

consider browsing the user access/authentication modules category and test the conrtib modules there.

Some use a taxonomy access method to do what you ask, though with D6 there may be newer ways to accomplish the task.

jpewert’s picture

Thanks a lot, I have now dived into nodeaccess module. Looks good so far!