Hii guys,
I have a small prob ..i.e i have a page say of url www.xyz.com/test and i want only certain people(users logged in)to see the page .say when a person uses the url and he should have the permission to view the page or else it should give permission denied.

thanks,
Pradeep

Comments

lishevita’s picture

I don't know if these will help, but take a look at:

http://drupal.org/project/vocabperms

http://drupal.org/project/views

pradeepg_jain’s picture

nope sorry it did not help...how r the admin sections designed.....or permission for a page given

mantyla’s picture

You'll want a module that grants node access by role membership. There are plenty to choose from:

http://drupal.org/project/nodeaccess
http://drupal.org/project/content_access
http://drupal.org/project/simple_access
http://drupal.org/project/node_privacy_byrole

I maintain Nodeaccess myself, and it is also my recommendation. :)

pradeepg_jain’s picture

In the sence i wanna set permission for tht url(page) is it possible

mantyla’s picture

These modules have differences in the UI, but all of them do what you want: Nodeaccess, for one, adds a grant tab to pages where you can select who you want to be able to view, edit and delete the page. All you need to do then is to go to that page and edit the grants so that only authenticated users may view.

Come to think of it, Simple Access might be better for you. It is, as the name implies, simpler to use and configure.

pradeepg_jain’s picture

Yeah ..thanks a lot .the simple_access module did the job for me..