Closed (fixed)
Project:
node privacy byrole
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2008 at 16:48 UTC
Updated:
31 Oct 2008 at 17:42 UTC
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
Comment #1
deekayen commentedSince 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.