Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
usability
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2008 at 21:34 UTC
Updated:
17 Oct 2008 at 13:28 UTC
Problem
Participants found it difficult to find content once it had been created. Participants attempted to use the create content link to try and find existing pages - expecting more from the link.
Solution
Create both a quick link to manage content and surface Content Management in the left-hand administrative menu.
After creating a page, show a link where it is located (just like any other CMS does).
Comments
Comment #1
Bojhan commentedComment #2
Bojhan commentedComment #3
Gurpartap Singh commentedDon't you land on the node view page after saving a new one?
Don't think it's going to be critical, since it doesn't seems the be breaking drupal 6.2
Comment #4
catchThis is critical. As soon as you leave the node/view page, the only way back to it is via admin/content/node - and if you don't have administer nodes permission, then you're proverbially....
Comment #5
Bojhan commentedCatch, could you try to do this solution. After creating a page, show a link where it is located (just like any other CMS does), so when you submit the page the page you land on after that, has the green bar, in which the text is : The *content type* : *link of just created page* or something in that fashion?
Comment #6
webchickIMO the 'real' way to fix this is to make pages use a separate workflow altogether. For instance, making a path/menu navigation entry required.
Or, for a radical approach, the only thing you can create is a Page. You then relate content such as a contact form, blog listing, or article *into* pages.
Comment #7
Bojhan commentedWell ideally you would indeed have a workflow, that when you create a page and you make it findable. However I do see scenario's where you don't want to link to it in navigation. So just giving feedback its created, should do just fine for users who are already familiar with Drupal, however for new people putting the link in navigation could increase the usability, but would strike some issues down the road. Wouldn't it be cooler to just have the welcome page, change upon what the user does(if he is a beginner)? A more extensive, zero-content idea ( zero content - http://www.flickr.com/photos/tanjadebie/465456925/).
I am not sure how the radical approach, increases usability.
Comment #8
alpritt commented@#7: Sounds like the dashboard idea again. Every day I'm becoming more convinced we need to go this route.
Comment #9
Bojhan commentedIn Drupal 6.2 you land on the page, however this issue is ideally to focus on finding content after you created it. So, after you leave the page, how to find it again.
Comment #10
alpritt commentedg.d.o discussion on the admin/content/node pages at http://groups.drupal.org/node/12618
Comment #11
Gurpartap Singh commentedComment #12
yoroy commentedMarking this duplicate. Although this was posted earlier, a solution with a functional patch for review is over here:
#301902: Allow more users to see the node admin page