Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've been playing with Drupal and have been fairly impressed so far. However, one thing that I haven't been able to figure out yet is how to restrice content to certain users.
Specifically, I am using the images module for a photo gallery. I want to restrict access to the images to logged in users. Is there any way to do this? What about if I wanted to restrict certain nodes to logged in users?
Sorry if this is trivial, but I've searched by 'anonoymous' with no sucess.
I just configured a site for small organization and created own php block for listing files from specific folder.
The problem is, that this block is visible also for anonymous user. Because this is just block, it doesn't appear in modules configuration.
How can I verify in php is this authenticated user or not?
This is site just for registered, organization members and I don't want to list this block on anonymous page, so it's an important matter to me.
I'd like registered users to be able to hide their information when posting, if they so desire, without logging out. I've seen this in a bunch of systems other than Drupal? How do I enable this - Do I have to modify node.module? If so, what should I do. Thanks in advance!
I'd like registered users to be able to hide their information when posting, if they so desire, without logging out. I've seen this in a bunch of systems other than Drupal? How do I enable this - Do I have to modify node.module? If so, what should I do. Thanks in advance!
I know there's been a lot of chatter here about Multi-Sites, but I haven't found what I'm really looking for. Or maybe I just haven't been able to pick it out of the clutter - so my apologies is this is old news.