Great theme! I have upgraded from drupal 6 to 7. The one thing that still isn't right is that when a regular user is logged in, they do not see the "Logged in as" and "Logout" links at the top right near the RSS logo.

For the admin user, it is fine because they get the black toolbar across the top with those links, but ordinary users don't see the toolbar.

Is there some configuration I missed?

Comments

twowheeler’s picture

In case anyone else encounters this issue --

This can happen if your permissions are set in a certain way. There is a permission setting for displaying the admin toolbar. There is a separate permission for Administer Content, which sets the $is_admin variable. So if you give a role the Administer content permission, but not the admin toolbar permission, the danland page.tpl.php code treats them as an administrator and hides the "Logged in as" and "Logout" links even though the toolbar is not present, so they have no way to log out.

This is not a huge deal and maybe does not even qualify as a bug unless it is not documented, which it isn't. There are many different administer-* permissions with different functions. It might be better to stop trying to guess whether a user is an administrator, and always show the logged in/logout links. If they are duplicated in a toolbar or in the overlay modules, so what.

twowheeler’s picture

Priority: Normal » Minor
Status: Active » Closed (fixed)