I am quite new to drupal and I don't know how I can make a certain page visible only to people who have logged in. Please can you help me.

Comments

Radiating Gnome’s picture

There are a ton of different access control/user permissions modules, but the one I've used when I need to control access to specific nodes only is nodeaccess.

It gives you a new "grant" tab on each node where you can use checkboxes to control permissions associated with that specific node. Should do exactly what you need it to do.

-rg

4lf13’s picture

I have installed and enabled the module, but I cant see the tab on the node, where should it be?

4lf13’s picture

Don't worry, i've worked it out now, thanks

Radiating Gnome’s picture

I'm guessing it was a permissions thing . . . it's almost always a permissions thing.