Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
Seven theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2009 at 02:24 UTC
Updated:
2 Sep 2009 at 19:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedHere's some text that's at least true.
Comment #2
dries commentedNot critical, but still a good patch.
Comment #3
markboulton commentedI actually disagree. It should say 'live site', or 'site' because if you're seeing that link, then you have JS disabled (this was the intention of the 'non-overlay' version). If you don't have an overlay, then there is nothing to close to return to the page. For example, if you are editing in place (not your homepage), you edit a block, how do you go back? What do you go back to?
We know that technically, Drupal does not have a back/front end. We're not trying to impose one either. However, one of the findings of our early research was that some users, especially new users, find the mental model of not having a separate admin 'area' very confusing. This lead to one of our guiding UX principles: As a user, I should know where I am.
Comment #4
kaakuu commented+1 for Back to your front page
It has been hell lot of confusing when our group started testing Drupal dev 7 version.
I have already posted some minor bugs from those.
'Back to the live site' was creating confusion with "site offline" AS IF the admin was in offline while he has been setting various admin configs and has to click "back to live site" to change from offline to live.
Though this will not be a problem when the decision to toggle this off and use Admin_menu instead has been taken, it is good to see that this confusion is being removed in favor of "Back to your front page"
Comment #5
pwolanin commented@markboulton the current text is false, which is not helpful for the users getting a correct mental model of how Drupal works.
Comment #6
dries commentedI agree that "live" is inaccurate. We could change "Back to the live site" to "Back to the site" (i.e. drop the "live").
Comment #7
pwolanin commented@Dries - the admin page is part of the site right? We should indicate actually what the link does - it goes to the front page. Anything else is (imho) damaging to helping users build their mental model of Drupal.
Comment #8
kaakuu commented@pwolanin +1
Comment #9
andypost+1 for front page
Comment #10
David_Rothstein commentedWe also discussed this at length in #484860: Initial D7UX admin theme but it did not make it into the final patch. So it's good to see this followup :)
Given that this link is visible to all users, I think we should avoid using the word "your" here. Maybe "Back to the front page"?
Note also that there are a number of other issues with this link (for example, it shows on the front page of the site, where clicking on it takes you nowhere new). See http://drupal.org/node/484860#comment-1841424 and followup comments for more discussion. We can certainly do a quick fix here and not deal with all the issues at once, but it might be worth keeping in mind that other, more well-tested implementations (breadcrumbs, site logo, etc) could potentially be cleaner than this one-off text link and would automatically solve some of the problems with it.
Comment #11
pwolanin commentedI think a quick fix is a good idea :)
Comment #12
pwolanin commentedComment #13
David_Rothstein commentedSeems like there's relatively wide agreement...
Comment #14
webchickThis makes sense to me, but I'd rather defer to Dries on this patch.
I agree with what Mark Boulton says in #3: the only reason this link is confusing so many people right now is because overlays aren't in yet. But the easy solution to that is for overlays patch to change the link title to "back to site" when that feature is switched on. Seven is a really nice theme in and of itself, so we probably shouldn't require the overlays for it to make sense.
Comment #15
naheemsays commentedJust to add that that link also makes the seven theme unsuitable for use as anything but an admin theme.
Why not have that link as a breadcrumb that all other themes also use and then somewhere have the first link in the breadcrumb (typically going to Home - the same place as this is linking) be modified to the new text?
That way, this theme is not being forced into a straight jacket.
Comment #16
zzolo commentedAs a seasoned Drupal user, I have to say I was confused by that link because of the word "Back", which to me means that the "live site" is where I just was, but this is not always the case. If you think about how browsers work, there is always a "Back" button that goes to the last page you were at and is there to navigate through the pages you have visited, not through the structure of the website.
I think just "front page" would better. But I think an icon in the top left middle bar for a link to the front page would be even more ideal. Anyway, just my two cents.
Comment #17
mikey_p commentedIf the goal is inline editing then all inline editing links should have ?destination= set. Then the user saves the block/settings/whatever page and goes back to whatever page they were on. Back to live site may imply some form of logic behind the link, when it is a simple link to the home/front page of the site.
Comment #18
xmacinfo«Back to the front page» makes much more sense and is semantically correct. I'm eager to see this commited. ;-)
As for the breadcrumb, I think we will need to open another issue as it is very hard to see were we are in D7, new and old users alike.
The root for the new breadcrumb should be "dashboard". For example:
dashboard > config > development > maintenance
With the new breadcrumb, we could keep the «Back to the front page» link displayed below the breadcrumb.
Comment #19
dries commentedCommitted this patch. I don't fully agree though, but there seems to be strong support for it.
Comment #20
naheemsays commentedI disagree - I want to atleast have the option to use seven as a regular site theme.
Comment #21
Bojhan commentedCommon, after all the research and all the discussion over frontpage, we are still siding for it? Ugh
Comment #22
mcrittenden commentedFurther discusson on this going on in #548806: No breadcrumbs in Seven