How can I in Drupal define that menu item link is available only for registered users, and not for users that are not loged in?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just make sure the node this menu item leads to can be accessed only by registered users. Try access control modules if there’s no inbuilt mechanism that works for you. I sometimes use Content Access for that, although it’s primarily for controlling access per content type. You can try Nodeaccess, which controls access per node.