Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4359 closed defect (bug) (fixed)

Remove author dropdown from Manage Posts

Reported by: westi's profile westi Owned by: rob1n's profile rob1n
Milestone: 2.3 Priority: normal
Severity: major Version: 2.3
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

The consensus on #3120 was that Manage Posts should not have an author dropdown as it didn't scale well for blogs with a large number of authors.

The reasoning was that we have a good UI method of accessing this view already via the [users.php page http://trac.wordpress.org/ticket/3120#comment:8]

Therefore we should remove the authors dropdown that currently appears on Manage -> Posts.

Also the action for adding your own filters has moved to be above the page heading which makes a plugin place it's UI in the wrong place.

Attachments (2)

remove-authors.diff (1.3 KB) - added by westi 17 years ago.
Patch to remove the authors dropdown and move the action to a better place.
Manage Posts.png (13.6 KB) - added by westi 17 years ago.
Screenshot showing why we need to move the action hook

Download all attachments as: .zip

Change History (15)

@westi
17 years ago

Patch to remove the authors dropdown and move the action to a better place.

#1 @westi
17 years ago

  • Owner changed from anonymous to westi
  • Status changed from new to assigned

#2 @rob1n
17 years ago

  • Keywords has-patch commit added
  • Owner changed from westi to rob1n
  • Status changed from assigned to new

#3 follow-up: @ryan
17 years ago

The author filter allows editors to separate out drafts from different contributors, so it would be nice to keep the capability to filter by author. Note that we have the same potential problem with categories. Some blogs have thousands of categories. Perhaps we could show the dropdown if there are less than so many authors or categories (say 200) and show a text input otherwise.

#4 in reply to: ↑ 3 @westi
17 years ago

Replying to ryan:

The author filter allows editors to separate out drafts from different contributors, so it would be nice to keep the capability to filter by author. Note that we have the same potential problem with categories. Some blogs have thousands of categories. Perhaps we could show the dropdown if there are less than so many authors or categories (say 200) and show a text input otherwise.

Agreed.

It just seemed strange for it to appear now when it was said before that it didn't scale and we already had a good way of accessing the info.

Whatever the outcome of the author dropdown we do need to move the action hook as I did in my patch above so that it is back in a more sensible place.

I think my prefered solution for authors / categories / any other large lists would be to look at alternative user interfaces which provide better access methodology.

Maybe a cloud style display for terms (tags/cats/...) which is within an expandable twisty.

@westi
17 years ago

Screenshot showing why we need to move the action hook

#5 @westi
17 years ago

This is why we need to move the action hook:

The first Browse Author.. dropdown is added by a plugin - previously this appeared as part of the normal filtering under the H2

#6 follow-up: @JeremyVisser
17 years ago

I don't get it. How then are you going to transfer ownership of a post to a different user?

#7 @JeremyVisser
17 years ago

Would it scale better to make the author box more like the category box (multiple authors, hint hint)?

#8 follow-up: @rob1n
17 years ago

(In [5607]) Move the restrict_manage_posts hook to somewhere more reasonable. see #4359

#9 in reply to: ↑ 6 ; follow-up: @westi
17 years ago

Replying to JeremyVisser:

I don't get it. How then are you going to transfer ownership of a post to a different user?

You do that on the Edit Post page not on the manage post page so I can't see how this is affected.

#10 in reply to: ↑ 8 @westi
17 years ago

Replying to rob1n:

(In [5607]) Move the restrict_manage_posts hook to somewhere more reasonable. see #4359

Cheers rob1n

#11 in reply to: ↑ 9 @JeremyVisser
17 years ago

Replying to westi:

Replying to JeremyVisser:

I don't get it. How then are you going to transfer ownership of a post to a different user?

You do that on the Edit Post page not on the manage post page so I can't see how this is affected.

Oh, I was totally confused. I though you were talking about the Edit Post screen. Sorry.

#12 @rob1n
17 years ago

  • Keywords commit removed

I'm not very attracted to the prospect of completely removing the author filter dropdown. While it may not scale well for sites with lots of authors, the majority of sites out there are small-scale and would be fine with the dropdown.

That said, the use of a text box to replace that in larger sites doesn't appeal to me, either. IMO a guide (such as an autocomplete) would be good with that, but I don't know how to bring that off well.

#13 @westi
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Closing this.

The hook has been moved to a more reasonable place.

And the consensus seemed to be to keep the Author dropdown.

Note: See TracTickets for help on using tickets.