Posted by no_longer_active_19 on November 16, 2012 at 12:36pm
Is there a way you can make it so a page still shows but if user is not logged on they get the access denied message- a way to force it do so?
So far I only know that if you deny access to a node it doesn't show up in menu but I want it to remain in menu just not show content.
Comments
Create Menu Manually
You can create menu item manually, do not create it from node form. Otherwise, you can edit.tpl.php to insert a checking while user logged or not.
manually
Sorry but what do you mean exactly by create menu manually ? Do you mean by adding link in menus?