Hi..i'm making a webpage with drupal and i'm having some problems with setting the permissions to the diferent page sections.
For example, i have a login system, but i only have some specifics sections of the site with the restriction of login. How i define that a certain page of the site needs login to access the page?

Comments

marcusthijm’s picture

I've been using the premium-module, but I think it's not really being updated. With that module you could make some pages appear only to registered users.

Is there another way to do this?

cmckay’s picture

There are a number of ways to approach that. Firstly you can create views and enable page view. Make the page only accessible to authenticated users.
Another approach would be to duplicate your Page content type, name something like Authenticated Page. Get the Access Control module and use it to allow only Authenticated users to view and authenticated Page.

In both instances, if a visitor navigates to the page, they will be shown a message saying access denied.

On my site (www.myappleguide.com) for example, everyone can look at the Video competition details, but only members are allowed to fill out an entry form.