As this is a module for admins only, wouldn't it make sense the icon link points to the /admin page?

It's a silly detail, but sometimes I still need to look at the whole admin menu (imagine I need to get used to this menu :-)

great module thanks a lot

Comments

sun’s picture

Status: Active » Closed (won't fix)

The link right below the icon links to the path "admin" already.

You need the icon link if your site provides no other way to get to the front page.

jimmb’s picture

Not sure what I'm missing, but none of the above makes sense:

"The link right below the icon links to the path "admin" already"

What icon are you talking about? I see the "Drupal" icon, and the link right below that is "Flush all caches". On the right is the icon that points to /admin/user/user. And none of the links point to the main /admin page.

It's almost comical that there isn't a link to the main admin page.... At the very least, /admin/settings/admin_menu should have a checkbox to enable a direct link to /admin.

Jim

naught101’s picture

Status: Closed (won't fix) » Active

Re-opening: @sun, there's no link the the whole of admin_menu that links to "/admin". The first link is the "flush all caches" link. The entries I have under the favicon are:

* /
* /admin_menu/flush-cache > flush cache sub menus
* /devel/variable
* /admin/reports/status/run-cron
* /update.php
* /admin_menu/toggle-modules
* http://drupal.org > drupal.org links

It make more sense to link to /admin than / because almost every site will have a link to / prominent near the top of the page anyway - either in the logo, or in the header links. And admins are going to visit the front page far less than normal users anyway.

koyama’s picture

+1 subscribe

sun’s picture

Version: 6.x-1.3 » 7.x-3.x-dev

oh, sorry - right, we had to remove that, because the menu system got confused by a second link pointing to admin/.

In 3.x though, we have an entirely different architecture, so we could easily squeeze in a custom link to admin/, if we really want and if we really need that.

Emphasis on if... because at least under D7, there will be a new dashboard. Not entirely sure yet, under which path exactly that lives, but "if".

sun’s picture

Status: Active » Closed (won't fix)

The Google Usability Study showed that users actually clicked the icon to get to the front page (and intuitively expected that to be the case). It also showed that none of the users had a desire to go to the /admin overview page.

fwiw, rc2 contains a link to /admin/index as "Index" below the icon.

manoloka’s picture

??? the users don't even see the icon I'm talking about.

I am talking about the icon of the "Admin menu" which only administrators with permissions can see.

sun’s picture

With users, I meant the probands, which worked as uid 1 and were asked to execute various administrative site building and configuration tasks.