By Steve Kinney on
I'm working on a Drupal installation (http://globaltech.nycedtech.com/) where I'll be using the Primary Links list as a drop down menu (via Suckerfish). It works great when I'm logged in as User 1, but the drop down's do not appear when I am logged out or logged in as any other user. Using the Web Developer plugin for Firefox, I stripped away all of the CSS and noticed the problem.
When I'm not logged in as User 1 only the parents are generated by the PHP, not the children. I'd like to have the chidren generated as well.
I'm using a spin-off of the Zen theme.
Comments
Maybe it is matter of
Maybe it is matter of permissions to the linked pages.
In case anonymous users do not have permissions for linked pages, menu links will not show up.
So it might be the reason.