I am using this module to make some parts of my site private.
But I don' t wnat to display the login block in the front page, instead I want the "private zone" menu item to show to everybody, and when they click on it the login page to be shown.
Since I can add accomplish this by adding a link to a private node in a public page, Is there a way toi add a menu item that shows to everybody?
Or is there another way?

Thanks.

Comments

deekayen’s picture

Status: Active » Fixed

Since the traditional navigation menu config at admin/build/menu-customize/navigation will do permissions checks when you're not logged in, it won't show the menu item. I'd add a block (admin/build/block/add) with a link to the private area, then add http://drupal.org/project/r4032login so when the page is denied after clicking the link, it shows the user login form that will redirect to the private area on a successful login. You can set the block to only show to anonymous users if you want it to disappear when they login.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.