Hi Jody,
There may be easier ways, see if there are different responses to your request than mine, but this is the first thought I had:
In your blocks admin, you can set the that the "Navigation" block only shows when the PHP code evaluates to true. The code you would need to put in there would look something like this:
<?php global $user; return $user->uid > 0; ?>
Regards,
Kobus
Cleveland@winnefox.org 9/6/2006 4:41 PM >>>
Hello,
I was wondering...
How do I hide the Navigation menu for any user who has not authenticated?
Thanks!
- jody -- [ Drupal support list | http://lists.drupal.org/ ]